From 6ce9455bd623cd0fcb495818c224822963651f4d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 12:07:10 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- rpmdevtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpmdevtools.spec b/rpmdevtools.spec index b2f7fca..5cd29fb 100644 --- a/rpmdevtools.spec +++ b/rpmdevtools.spec @@ -1,6 +1,6 @@ Name: rpmdevtools Version: 9.6 -Release: 10%{?dist}.git83b35ac +Release: 11%{?dist}.git83b35ac Summary: RPM Development Tools # rpmdev-md5 and rpmdev-setuptree are GPL-2.0-only, @@ -135,6 +135,9 @@ cp %{SOURCE1} %{buildroot}%{_datadir}/rpmdevtools/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 9.6-11.git83b35ac +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 23 2025 Jens Petersen - 9.6-10.git83b35ac - update to latest git 83b35ac changes From 1b8f9ed759728e31678322a234f5583ede953879 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 4 Aug 2025 21:12:58 +0200 Subject: [PATCH 2/3] Fix F43 FTBFS - Add BuildRequires for autoreconf Patch1002 needs autoreconf, see %build. Add autoconf and automake BuildRequires. Resolves: #2385580 rpmdevtools: FTBFS in Fedora rawhide/f43 https://bugzilla.redhat.com/show_bug.cgi?id=2385580 --- rpmdevtools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rpmdevtools.spec b/rpmdevtools.spec index 5cd29fb..ed65c00 100644 --- a/rpmdevtools.spec +++ b/rpmdevtools.spec @@ -1,6 +1,6 @@ Name: rpmdevtools Version: 9.6 -Release: 11%{?dist}.git83b35ac +Release: 12%{?dist}.git83b35ac Summary: RPM Development Tools # rpmdev-md5 and rpmdev-setuptree are GPL-2.0-only, @@ -15,6 +15,8 @@ Source1: progressbar.py Patch1001: 0001-Force-legacy-datestamp-while-RHBZ-1715412-is-still-a.patch ## latest unreleased changes from git Patch1002: 0002-rpmdevtools-git-83b35ac.patch +# Patch1002 needs autoreconf, see %%build below, remove for new release +BuildRequires: autoconf automake # RHEL-specific downstream patches ## Remove fakeroot dependency (rhbz#1905465) @@ -135,6 +137,9 @@ cp %{SOURCE1} %{buildroot}%{_datadir}/rpmdevtools/ %changelog +* Mon Aug 04 2025 Mark Wielaard - 9.6-12.git83b35ac +- Add BuildRequires for autoreconf, fixes rhbz#2385580 + * Fri Jul 25 2025 Fedora Release Engineering - 9.6-11.git83b35ac - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 62a3f4726ec7d26ba35cf1d5954baff93a74a679 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 9 Aug 2025 17:24:22 +0200 Subject: [PATCH 3/3] Revert to last stable release; Fixes RHBZ#2387173 The bump to a git snapshot of upstream commit 83b35ac was never built except during the F43 mass rebuild, and actually introduced regressions. --- rpmdevtools.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/rpmdevtools.spec b/rpmdevtools.spec index ed65c00..86879d9 100644 --- a/rpmdevtools.spec +++ b/rpmdevtools.spec @@ -1,6 +1,6 @@ Name: rpmdevtools Version: 9.6 -Release: 12%{?dist}.git83b35ac +Release: 13%{?dist} Summary: RPM Development Tools # rpmdev-md5 and rpmdev-setuptree are GPL-2.0-only, @@ -13,10 +13,6 @@ Source1: progressbar.py # Fedora-specific downstream patches ## Force legacy datestamp by default until rhbz#1715412 is resolved Patch1001: 0001-Force-legacy-datestamp-while-RHBZ-1715412-is-still-a.patch -## latest unreleased changes from git -Patch1002: 0002-rpmdevtools-git-83b35ac.patch -# Patch1002 needs autoreconf, see %%build below, remove for new release -BuildRequires: autoconf automake # RHEL-specific downstream patches ## Remove fakeroot dependency (rhbz#1905465) @@ -97,7 +93,6 @@ rpmdev-spectool %build -autoreconf # remove for new release %configure --libdir=%{_prefix}/lib %make_build @@ -137,6 +132,9 @@ cp %{SOURCE1} %{buildroot}%{_datadir}/rpmdevtools/ %changelog +* Sat Aug 09 2025 Fabio Valentini - 9.6-13 +- Revert to last stable release + * Mon Aug 04 2025 Mark Wielaard - 9.6-12.git83b35ac - Add BuildRequires for autoreconf, fixes rhbz#2385580