- Add Russell's AVC patch to handle large numbers

This commit is contained in:
Daniel J Walsh 2006-05-09 19:13:08 +00:00
parent 20222fb072
commit 069461a7d8
2 changed files with 52 additions and 1325 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,13 +2,14 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 1.30.6
Release: 1
Release: 2
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
Patch: libselinux-rhat.patch
BuildRequires: libsepol-devel >= %{libsepolver}
Requires: libsepol >= %{libsepolver}
Requires: libsepol >= %{libsepolver} setransd
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@ -48,6 +49,7 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make clean
@ -110,6 +112,9 @@ exit 0
%{_libdir}/python*/site-packages/selinux.py*
%changelog
* Tue May 9 2006 Dan Walsh <dwalsh@redhat.com> 1.30.6-2
- Add Russell's AVC patch to handle large numbers
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 1.30.6-1
- Upgrade to latest from NSA
* Merged getfscreatecon man page fix from Dan Walsh.