Compare commits

...

3 Commits

Author SHA1 Message Date
Fabio Valentini 62a3f4726e 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.
2025-08-09 17:24:22 +02:00
Mark Wielaard 1b8f9ed759 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
2025-08-04 22:23:25 +02:00
Fedora Release Engineering 6ce9455bd6 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 12:07:10 +00:00
+10 -4
View File
@@ -1,6 +1,6 @@
Name: rpmdevtools
Version: 9.6
Release: 10%{?dist}.git83b35ac
Release: 13%{?dist}
Summary: RPM Development Tools
# rpmdev-md5 and rpmdev-setuptree are GPL-2.0-only,
@@ -13,8 +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
# RHEL-specific downstream patches
## Remove fakeroot dependency (rhbz#1905465)
@@ -95,7 +93,6 @@ rpmdev-spectool
%build
autoreconf # remove for new release
%configure --libdir=%{_prefix}/lib
%make_build
@@ -135,6 +132,15 @@ cp %{SOURCE1} %{buildroot}%{_datadir}/rpmdevtools/
%changelog
* Sat Aug 09 2025 Fabio Valentini <decathorpe@gmail.com> - 9.6-13
- Revert to last stable release
* Mon Aug 04 2025 Mark Wielaard <mjw@fedoraproject.org> - 9.6-12.git83b35ac
- Add BuildRequires for autoreconf, fixes rhbz#2385580
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 9.6-11.git83b35ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Jan 23 2025 Jens Petersen <petersen@redhat.com> - 9.6-10.git83b35ac
- update to latest git 83b35ac changes