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:
parent
cfb1f307ae
commit
71b3b1c0e0
@ -7,6 +7,7 @@ Group: System Environment/Libraries
|
|||||||
Source: http://www.nsa.gov/selinux/archives/libselinux-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/libselinux-%{version}.tgz
|
||||||
#Patch: libselinux-rhat.patch
|
#Patch: libselinux-rhat.patch
|
||||||
Patch1: libselinux-1.18.1-cleanup.patch
|
Patch1: libselinux-1.18.1-cleanup.patch
|
||||||
|
Patch2: libselinux-1.17.15-permanent.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -36,6 +37,7 @@ needed for developing SELinux applications.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .cleanup
|
%patch1 -p1 -b .cleanup
|
||||||
|
%patch2 -p1 -b .permanent
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="-g %{optflags}"
|
make CFLAGS="-g %{optflags}"
|
||||||
@ -86,6 +88,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 2 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user