- have -devel require libsepol-devel
This commit is contained in:
parent
7bdc604160
commit
8a855c559b
@ -2,7 +2,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.30.27
|
Version: 1.30.27
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -30,6 +30,7 @@ decisions. Required for any applications that use the SELinux API.
|
|||||||
Summary: python bindings for libselinux
|
Summary: python bindings for libselinux
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libselinux = %{version}-%{release}
|
Requires: libselinux = %{version}-%{release}
|
||||||
|
Requires: libsepol-devel >= %{libsepolver}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
@ -116,6 +117,9 @@ exit 0
|
|||||||
%{_libdir}/python*/site-packages/selinux.py*
|
%{_libdir}/python*/site-packages/selinux.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 1.30.27-2
|
||||||
|
- have -devel require libsepol-devel
|
||||||
|
|
||||||
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.27-1
|
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.27-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Merged patch to not log avc stats upon a reset from Steve Grubb.
|
* Merged patch to not log avc stats upon a reset from Steve Grubb.
|
||||||
|
Loading…
Reference in New Issue
Block a user