*** empty log message ***
This commit is contained in:
parent
6a9919e596
commit
31de56ffa4
@ -127,3 +127,4 @@ libselinux-2.0.24.tgz
|
||||
libselinux-2.0.29.tgz
|
||||
libselinux-2.0.30.tgz
|
||||
libselinux-2.0.31.tgz
|
||||
libselinux-2.0.33.tgz
|
||||
|
@ -1,12 +1,11 @@
|
||||
%define libsepolver 2.0.1-1
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 2.0.31
|
||||
Release: 4%{?dist}
|
||||
Version: 2.0.33
|
||||
Release: 1%{?dist}
|
||||
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} swig
|
||||
Requires: libsepol >= %{libsepolver}
|
||||
@ -49,7 +48,6 @@ needed for developing SELinux applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
|
||||
%build
|
||||
make clean
|
||||
@ -124,6 +122,12 @@ exit 0
|
||||
|
||||
%changelog
|
||||
|
||||
* Thu Sep 13 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.33-1
|
||||
- Upgrade to latest from NSA
|
||||
* Re-map a getxattr return value of 0 to a getfilecon return value of -1 with errno EOPNOTSUPP from Stephen Smalley.
|
||||
* Fall back to the compat code for security_class_to_string and security_av_perm_to_string from Stephen Smalley.
|
||||
* Fix swig binding for rpm_execcon from James Athey.
|
||||
|
||||
* Thu Sep 6 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.31-4
|
||||
- Apply James Athway patch to fix rpm_execcon python binding
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user