Add patch to make setsebool update bool on disk. Make togglesebool have a

rollback capability in case it blows up inflight.
This commit is contained in:
Steve Grubb 2004-11-03 20:50:26 +00:00
parent cfb1f307ae
commit 71b3b1c0e0
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libselinux-%{version}.tgz
#Patch: libselinux-rhat.patch
Patch1: libselinux-1.18.1-cleanup.patch
Patch2: libselinux-1.17.15-permanent.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%description
@ -36,6 +37,7 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch1 -p1 -b .cleanup
%patch2 -p1 -b .permanent
%build
make CFLAGS="-g %{optflags}"
@ -86,6 +88,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/*
%changelog
* Wed Nov 3 2004 Steve Grubb <sgrubb@redhat.com> 1.18.1-2
- Add patch to make setsebool update bool on disk
- Make togglesebool have a rollback capability in case it blows up inflight.
* Tue Nov 2 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-1
- Upgrade to latest from NSA