- Update from NSA
Merged avcstat and selinux man page from Dan Walsh. Changed security_load_booleans to process booleans.local even if booleans file doesn't exist. Fri Apr 26 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-3 - Fix avcstat to clear totals
This commit is contained in:
parent
8456bc124a
commit
661867eccf
@ -36,3 +36,4 @@ libselinux-1.23.6.tgz
|
|||||||
libselinux-1.23.7.tgz
|
libselinux-1.23.7.tgz
|
||||||
libselinux-1.23.8.tgz
|
libselinux-1.23.8.tgz
|
||||||
libselinux-1.23.10.tgz
|
libselinux-1.23.10.tgz
|
||||||
|
libselinux-1.23.11.tgz
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.23.10
|
Version: 1.23.11
|
||||||
Release: 3
|
Release: 1
|
||||||
License: Public domain (uncopyrighted)
|
License: Public domain (uncopyrighted)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
Patch: libselinux-rhat.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
@ -35,7 +34,6 @@ needed for developing SELinux applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="-g %{optflags}"
|
make CFLAGS="-g %{optflags}"
|
||||||
@ -85,6 +83,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2005 Dan Walsh <dwalsh@redhat.com> 1.23.11-1
|
||||||
|
- Update from NSA
|
||||||
|
* Merged avcstat and selinux man page from Dan Walsh.
|
||||||
|
* Changed security_load_booleans to process booleans.local
|
||||||
|
even if booleans file doesn't exist.
|
||||||
|
|
||||||
* Fri Apr 26 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-3
|
* Fri Apr 26 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-3
|
||||||
- Fix avcstat to clear totals
|
- Fix avcstat to clear totals
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user