- Add Russell's AVC patch to handle large numbers
This commit is contained in:
parent
20222fb072
commit
069461a7d8
File diff suppressed because it is too large
Load Diff
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user