diff --git a/libsemanage.spec b/libsemanage.spec index efd0ed6..2f190f4 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -3,7 +3,7 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 1.6.7 -Release: 1 +Release: 3 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz @@ -11,6 +11,8 @@ Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: libselinux-devel >= %{libselinuxver} BuildRequires: libsepol >= %{libsepolver} +BuildRequires: libsepol-devel +BuildRequires: python-devel %description Security-enhanced Linux is a feature of the Linux® kernel and a number @@ -68,10 +70,17 @@ rm -rf ${RPM_BUILD_ROOT} %files devel %defattr(-,root,root) %{_libdir}/libsemanage.a +%dir %{_includedir}/semanage %{_includedir}/semanage/*.h %{_mandir}/man3/* %changelog +* Mon May 15 2006 Dan Walsh - 1.6.7-3 +- Spec file cleanup from n0dalus+redhat@gmail.com + +* Mon May 15 2006 Dan Walsh - 1.6.7-2 +- Add /usr/include/semanage to spec file + * Mon May 8 2006 Dan Walsh - 1.6.7-1 - Upgrade to latest from NSA * Merged fix warnings patch from Karl MacMillan.