- Preserve SELinux file contexts (bug #165799).

This commit is contained in:
Tim Waugh 2005-09-06 15:28:55 +00:00
parent 384313a663
commit 212a96fd43

View File

@ -12,6 +12,7 @@ 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
Buildroot: %{_tmppath}/%{name}-%{version}-root
%description
@ -32,6 +33,7 @@ applications.
%patch4 -p1 -b .ifdef
%patch5 -p1 -b .program_name
%patch6 -p1 -b .stripcr
%patch7 -p1 -b .selinux
%build
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/*
%changelog
* Tue Sep 6 2005 Tim Waugh <twaugh@redhat.com>
- Preserve SELinux file contexts (bug #165799).
* Thu Aug 11 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-25
- Fixed CRLF detection (bug #154283).