- Remove SELinux patch for now (bug #167822).

This commit is contained in:
Tim Waugh 2005-09-08 21:54:08 +00:00
parent 3604f6cbac
commit 41790575d3

View File

@ -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 <twaugh@redhat.com> 2.5.4-28
- Don't warn when getfilecon fails (bug #167822).
* Thu Sep 8 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-29
- Remove SELinux patch for now (bug #167822).
* Wed Sep 7 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-27
- Applied patch from Ulrich Drepper to fix string overread (bug #167675).