diff --git a/rpmdevtools.spec b/rpmdevtools.spec index 86879d9..b2f7fca 100644 --- a/rpmdevtools.spec +++ b/rpmdevtools.spec @@ -1,6 +1,6 @@ Name: rpmdevtools Version: 9.6 -Release: 13%{?dist} +Release: 10%{?dist}.git83b35ac Summary: RPM Development Tools # rpmdev-md5 and rpmdev-setuptree are GPL-2.0-only, @@ -13,6 +13,8 @@ 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 # RHEL-specific downstream patches ## Remove fakeroot dependency (rhbz#1905465) @@ -93,6 +95,7 @@ rpmdev-spectool %build +autoreconf # remove for new release %configure --libdir=%{_prefix}/lib %make_build @@ -132,15 +135,6 @@ 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 - -* 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