From b9aef319b2a526a0ef8ee7e76181a42f64c99a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sloup?= Date: Tue, 25 Oct 2022 14:17:02 +0200 Subject: [PATCH 01/12] Rebase to 14.1 --- rhdb-utils.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 15c99c4..46df485 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -3,12 +3,12 @@ # , Tom Lane # Copyright (C) 2002-2012 Red Hat, Inc. -%global tarballname REL_14_0 +%global tarballname REL_14_1 Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils -Version: 14.0 -Release: 7%{?dist} +Version: 14.1 +Release: 1%{?dist} URL: https://github.com/df7cb/pg_filedump License: GPLv2+ @@ -47,6 +47,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Tue Oct 25 2022 Ondrej Sloup - 14.1-1 +- Rebase to the latest upstream version + * Thu Aug 04 2022 Ondrej Sloup - 14.0-7 - Fix lz4-devel build requirement - Change source links diff --git a/sources b/sources index 7815b31..4ecad1e 100755 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pg_filedump-REL_14_0.tar.gz) = 39d033ad6d69dd46e7be87cc02a2c5f45046d2f68a66a3106e083bb604991e34a68dfd43e0630f9c84947ff7a62ceb91aee0881a25b2ed99c8528b44fe5df9ad +SHA512 (pg_filedump-REL_14_1.tar.gz) = a6ba53860f78640ab2bc19c25c07698d0326b9653b7ae249f7798b62d8795facc146f9f6ef116cef454e559cdabc2985dac76b2a1a0dc740e84d4b857c9e26b2 From bf7da96784baa23b36eecbfff1e0decae3e3f9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sloup?= Date: Wed, 16 Nov 2022 12:21:14 +0100 Subject: [PATCH 02/12] Rebuild for PostgreSQL 15 (side-tag) --- rhdb-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 46df485..7b1459f 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -8,7 +8,7 @@ Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 14.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/df7cb/pg_filedump License: GPLv2+ @@ -47,6 +47,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Wed Nov 16 2022 Ondřej Sloup - 14.1-2 +- Rebuild for new PostgreSQL 15 + * Tue Oct 25 2022 Ondrej Sloup - 14.1-1 - Rebase to the latest upstream version From c8723578268a6b8f955fd150ce69283699bf1214 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 19:45:20 +0000 Subject: [PATCH 03/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rhdb-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 7b1459f..56d565f 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -8,7 +8,7 @@ Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 14.1 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://github.com/df7cb/pg_filedump License: GPLv2+ @@ -47,6 +47,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 14.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Nov 16 2022 Ondřej Sloup - 14.1-2 - Rebuild for new PostgreSQL 15 From 83354495650757960e9e68dd11c14d4ab13c5818 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 16:51:20 +0000 Subject: [PATCH 04/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rhdb-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 56d565f..104c56a 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -8,7 +8,7 @@ Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 14.1 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://github.com/df7cb/pg_filedump License: GPLv2+ @@ -47,6 +47,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 14.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Jan 20 2023 Fedora Release Engineering - 14.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 690ddd254b96e94ca245e4e731b87946d1ab2db0 Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Thu, 30 Nov 2023 11:34:32 +0100 Subject: [PATCH 05/12] Update to version 16 Fix support for demodularized version of postgresql --- .gitignore | 1 + rhdb-utils.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 3980a73..492bf8a 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pg_filedump-*.tar.gz /REL_14_0.tar.gz +/REL_16_0.tar.gz diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 104c56a..946ccf2 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -3,12 +3,12 @@ # , Tom Lane # Copyright (C) 2002-2012 Red Hat, Inc. -%global tarballname REL_14_1 +%global tarballname REL_16_0 Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils -Version: 14.1 -Release: 4%{?dist} +Version: 16.0 +Release: 1%{?dist} URL: https://github.com/df7cb/pg_filedump License: GPLv2+ @@ -17,13 +17,9 @@ BuildRequires: clang BuildRequires: postgresql-server-devel, postgresql-static BuildRequires: lz4-devel -Source0: https://github.com/df7cb/pg_filedump/archive/refs/tags/pg_filedump-%{tarballname}.tar.gz +Source0: https://github.com/df7cb/pg_filedump/archive/refs/tags/%{tarballname}.tar.gz -# This is kind of work-around; even though we don't install PostgreSQL server -# modules in this package, we still want to depend on the major version of -# PostgreSQL server (or rather we want to be notified that new rebuild is needed -# for new major version of PostgreSQL) -%{?postgresql_module_requires} +Requires(pre): postgresql-server Provides: pg_filedump = %{version}-%{release} @@ -47,6 +43,10 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Thu Nov 30 2023 Filip Janus - 16.0-1 +- Update to 16.0 +- Fix requires section fro demodularized version of postgresql + * Fri Jul 21 2023 Fedora Release Engineering - 14.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 4ecad1e..1b705be 100755 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pg_filedump-REL_14_1.tar.gz) = a6ba53860f78640ab2bc19c25c07698d0326b9653b7ae249f7798b62d8795facc146f9f6ef116cef454e559cdabc2985dac76b2a1a0dc740e84d4b857c9e26b2 +SHA512 (REL_16_0.tar.gz) = ed37230ca0cc1a4b3cc85df8437e56166637ac364dae5a65d0372bc70b7f8d7b67cef18587dbd4ffb85c33a12dee7ba0901ee7510224a9cb3b318163fa0e9b36 From fb063ec160e07ba3d753f8d2a0d4165cb2ab1c3f Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Thu, 30 Nov 2023 12:13:57 +0100 Subject: [PATCH 06/12] Add .md suffix to readme --- rhdb-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 946ccf2..0092ba4 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -39,7 +39,7 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %files %{_bindir}/pg_filedump -%doc README.pg_filedump +%doc README.pg_filedump.md %changelog From 40135b639d7651e7441f561a32fde0f3f0bcf39f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 11:31:30 +0000 Subject: [PATCH 07/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- rhdb-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 0092ba4..593d53f 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -8,7 +8,7 @@ Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 16.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/df7cb/pg_filedump License: GPLv2+ @@ -43,6 +43,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Nov 30 2023 Filip Janus - 16.0-1 - Update to 16.0 - Fix requires section fro demodularized version of postgresql From 81b25ff6b05ca1fe0f08c969d1daef5f6dff391c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jan 2024 15:20:27 +0000 Subject: [PATCH 08/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- rhdb-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 593d53f..7dbadf5 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -8,7 +8,7 @@ Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 16.0 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://github.com/df7cb/pg_filedump License: GPLv2+ @@ -43,6 +43,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Fri Jan 26 2024 Fedora Release Engineering - 16.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a6e5bc5ffaa58fea5eb09f0f137529f6ba03ac0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 18:34:20 +0000 Subject: [PATCH 09/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- rhdb-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 7dbadf5..be36a2d 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -8,7 +8,7 @@ Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 16.0 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://github.com/df7cb/pg_filedump License: GPLv2+ @@ -43,6 +43,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 16.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jan 26 2024 Fedora Release Engineering - 16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 364d97d52daf8fb45817479ea93f09c1983dc1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 02:37:44 +0200 Subject: [PATCH 10/12] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- rhdb-utils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index be36a2d..cc5d609 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -8,9 +8,10 @@ Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 16.0 -Release: 4%{?dist} +Release: 5%{?dist} URL: https://github.com/df7cb/pg_filedump -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later BuildRequires: make BuildRequires: clang @@ -43,6 +44,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Fri Jul 26 2024 Miroslav Suchý - 16.0-5 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 16.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 270924229d7d5af6735b92fd0fd658f174761ff5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 22:26:27 +0000 Subject: [PATCH 11/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- rhdb-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index cc5d609..3e927c9 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -8,7 +8,7 @@ Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 16.0 -Release: 5%{?dist} +Release: 6%{?dist} URL: https://github.com/df7cb/pg_filedump # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later @@ -44,6 +44,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 16.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 16.0-5 - convert license to SPDX From e62efc6a609f4be633e1b2d3820d77ab3d6fffd0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 11:57:25 +0000 Subject: [PATCH 12/12] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- rhdb-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rhdb-utils.spec b/rhdb-utils.spec index 3e927c9..ac4cd31 100644 --- a/rhdb-utils.spec +++ b/rhdb-utils.spec @@ -8,7 +8,7 @@ Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 16.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: https://github.com/df7cb/pg_filedump # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later @@ -44,6 +44,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 16.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 16.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild