Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/patch.git#fa0c5443a09f94cdada51cabc7421e05008bb085
This commit is contained in:
parent
1fa08665ef
commit
217f2c3cc2
13
patch.spec
13
patch.spec
@ -3,10 +3,10 @@
|
|||||||
Summary: Utility for modifying/upgrading files
|
Summary: Utility for modifying/upgrading files
|
||||||
Name: patch
|
Name: patch
|
||||||
Version: 2.7.6
|
Version: 2.7.6
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/patch/patch.html
|
URL: https://savannah.gnu.org/projects/patch/
|
||||||
Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz
|
Source: https://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz
|
||||||
Patch0: patch-2.7.6-avoid-set_file_attributes-sign-conversion-warnings.patch
|
Patch0: patch-2.7.6-avoid-set_file_attributes-sign-conversion-warnings.patch
|
||||||
patch1: patch-2.7.6-test-suite-compatibility-fixes.patch
|
patch1: patch-2.7.6-test-suite-compatibility-fixes.patch
|
||||||
Patch2: patch-2.7.6-fix-korn-shell-incompatibility.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
|
Patch23: patch-2.7.6-failed_assertion.patch
|
||||||
Patch100: patch-selinux.patch
|
Patch100: patch-selinux.patch
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
@ -91,13 +92,12 @@ CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'`
|
|||||||
%endif
|
%endif
|
||||||
autoreconf
|
autoreconf
|
||||||
%configure --disable-silent-rules
|
%configure --disable-silent-rules
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-13
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user