diff --git a/patch.spec b/patch.spec index 14622cd..7413f6d 100644 --- a/patch.spec +++ b/patch.spec @@ -1,7 +1,7 @@ Summary: The GNU patch command, for modifying/upgrading files. Name: patch Version: 2.5.4 -Release: 28 +Release: 29 License: GPL URL: http://www.gnu.org/software/patch/patch.html Group: Development/Tools @@ -12,7 +12,6 @@ Patch3: patch-2.5.4-sigsegv.patch Patch4: patch-2.5.4-ifdef.patch Patch5: patch-2.5.4-program_name.patch Patch6: patch-stripcr.patch -Patch7: patch-selinux.patch Patch8: patch-parse.patch Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -34,7 +33,6 @@ applications. %patch4 -p1 -b .ifdef %patch5 -p1 -b .program_name %patch6 -p1 -b .stripcr -%patch7 -p1 -b .selinux %patch8 -p1 -b .parse %build @@ -62,8 +60,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog -* Thu Sep 8 2005 Tim Waugh 2.5.4-28 -- Don't warn when getfilecon fails (bug #167822). +* Thu Sep 8 2005 Tim Waugh 2.5.4-29 +- Remove SELinux patch for now (bug #167822). * Wed Sep 7 2005 Tim Waugh 2.5.4-27 - Applied patch from Ulrich Drepper to fix string overread (bug #167675).