diff --git a/patch.spec b/patch.spec index 4670966..0469a49 100644 --- a/patch.spec +++ b/patch.spec @@ -1,7 +1,7 @@ Summary: Utility for modifying/upgrading files Name: patch Version: 2.7.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/patch/patch.html Group: Development/Tools @@ -11,6 +11,7 @@ Patch100: patch-selinux.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libselinux-devel +BuildRequires: libattr-devel BuildRequires: ed %description @@ -37,7 +38,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %ifarch sparcv9 CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'` %endif -%configure +%configure --disable-silent-rules make %{?_smp_mflags} %check @@ -57,6 +58,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Mon Mar 25 2013 Ville Skyttä - 2.7.1-4 +- Build with xattr support. +- Make build output more verbose. +- Fix bogus date in %%changelog. + * Mon Mar 11 2013 Tim Waugh 2.7.1-3 - Upstream patch to fix removal of empty directories (bug #919489). @@ -302,7 +308,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Apr 07 1998 Cristian Gafton - added buildroot -* Wed Oct 21 1997 Cristian Gafton +* Tue Oct 21 1997 Cristian Gafton - updated to 2.5 * Mon Jun 02 1997 Erik Troan