diff --git a/patch.spec b/patch.spec index c65033d..5fed594 100644 --- a/patch.spec +++ b/patch.spec @@ -3,10 +3,10 @@ Summary: Utility for modifying/upgrading files Name: patch Version: 2.7.6 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv3+ -URL: http://www.gnu.org/software/patch/patch.html -Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz +URL: https://savannah.gnu.org/projects/patch/ +Source: https://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz Patch0: patch-2.7.6-avoid-set_file_attributes-sign-conversion-warnings.patch patch1: patch-2.7.6-test-suite-compatibility-fixes.patch Patch2: patch-2.7.6-fix-korn-shell-incompatibility.patch @@ -33,6 +33,7 @@ Patch22: patch-2.7.6-CVE-2018-17942.patch Patch23: patch-2.7.6-failed_assertion.patch Patch100: patch-selinux.patch +BuildRequires: make BuildRequires: gcc BuildRequires: libselinux-devel BuildRequires: libattr-devel @@ -91,13 +92,12 @@ CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'` %endif autoreconf %configure --disable-silent-rules -make %{?_smp_mflags} +%make_build %check make check %install -rm -rf $RPM_BUILD_ROOT %makeinstall %files @@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.7.6-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 2.7.6-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild