diff --git a/libselinux.spec b/libselinux.spec index ce22e55..6917da1 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -2,12 +2,12 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 1.30.10 -Release: 1 +Release: 2 License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz -BuildRequires: libsepol-devel >= %{libsepolver} +BuildRequires: libsepol-devel >= %{libsepolver} swig Requires: libsepol >= %{libsepolver} setransd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -109,6 +109,9 @@ exit 0 %{_libdir}/python*/site-packages/selinux.py* %changelog +* Tue May 23 2006 Dan Walsh 1.30.10-2 +- Add BuildRequires for swig + * Tue May 23 2006 Dan Walsh 1.30.10-1 - Upgrade to latest from NSA * Merged simple setrans client cache from Dan Walsh.