- Add python bindings for sesearch and seinfo
This commit is contained in:
parent
a73038c66b
commit
00fe000e7a
2560
setools-python.patch
Normal file
2560
setools-python.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
||||
|
||||
Name: setools
|
||||
Version: %{setools_maj_ver}.%{setools_min_ver}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2
|
||||
URL: http://oss.tresys.com/projects/setools
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
@ -15,6 +15,7 @@ Source2: apol.desktop
|
||||
Source3: seaudit.desktop
|
||||
Source4: sediffx.desktop
|
||||
Patch1: setools-qpol.patch
|
||||
Patch2: setools-python.patch
|
||||
Summary: Policy analysis tools for SELinux
|
||||
Group: System Environment/Base
|
||||
Requires: setools-libs = %{version}-%{release} setools-libs-tcl = %{version}-%{release} setools-gui = %{version}-%{release} setools-console = %{version}-%{release}
|
||||
@ -187,6 +188,7 @@ This package includes the following graphical tools:
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p 1 -b .qpol
|
||||
%patch2 -p 1 -b .python
|
||||
|
||||
%build
|
||||
%configure --libdir=%{_libdir} --disable-bwidget-check --disable-selinux-check \
|
||||
@ -346,6 +348,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%postun libs-tcl -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Aug 11 2009 Dan Walsh <dwalsh@redhat.com> 3.3.6-4
|
||||
- Add python bindings for sesearch and seinfo
|
||||
|
||||
* Tue Jul 28 2009 Dan Walsh <dwalsh@redhat.com> 3.3.6-3
|
||||
- Fix qpol install of include files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user