From 56e3f721d3afc4e8a1b1043bcb5bf262745227b7 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Tue, 26 Nov 2024 01:50:57 -0800 Subject: [PATCH 1/2] Fix changelog chronological order --- xdelta.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdelta.spec b/xdelta.spec index 1d9fdc3..58f9e33 100644 --- a/xdelta.spec +++ b/xdelta.spec @@ -58,7 +58,7 @@ popd %{_mandir}/man1/xdelta* %changelog -* Tue Jul 02 2024 Benjamin Gilbert - 3.1.0-21 +* Tue Jul 30 2024 Benjamin Gilbert - 3.1.0-21 - Fix dead project URL (rhbz#2294794) - Update Source0 URL From 8b46bc3542b8e0fc0955645dc8c5db5830feb047 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Tue, 26 Nov 2024 01:53:12 -0800 Subject: [PATCH 2/2] Drop ncompress BuildRequires for EPEL 10 It's only used for one test, which is skipped if ncompress isn't available. ncompress isn't packaged in EL10 or EPEL10, and it's not worth packaging solely to test that we can successfully use it. --- xdelta.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xdelta.spec b/xdelta.spec index 58f9e33..d4cfc92 100644 --- a/xdelta.spec +++ b/xdelta.spec @@ -1,7 +1,7 @@ Summary: A binary file delta generator Name: xdelta Version: 3.1.0 -Release: 21%{?dist} +Release: 22%{?dist} # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 # the latest release tarball is only in the pre-relicensing GPL repo @@ -11,7 +11,6 @@ URL: https://github.com/jmacd/xdelta # for testsuite BuildRequires: make BuildRequires: gcc, gcc-c++ -BuildRequires: ncompress BuildRequires: xz-devel # Man page day fixes @@ -58,6 +57,9 @@ popd %{_mandir}/man1/xdelta* %changelog +* Tue Nov 26 2024 Benjamin Gilbert - 3.1.0-22 +- Drop ncompress BuildRequires for EPEL 10 + * Tue Jul 30 2024 Benjamin Gilbert - 3.1.0-21 - Fix dead project URL (rhbz#2294794) - Update Source0 URL