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