diff --git a/setools-qpol.patch b/setools-qpol.patch new file mode 100644 index 0000000..342ca6f --- /dev/null +++ b/setools-qpol.patch @@ -0,0 +1,12 @@ +diff -up setools-3.3.6/libqpol/include/qpol/Makefile.am~ setools-3.3.6/libqpol/include/qpol/Makefile.am +--- setools-3.3.6/libqpol/include/qpol/Makefile.am~ 2009-07-14 14:03:27.000000000 -0400 ++++ setools-3.3.6/libqpol/include/qpol/Makefile.am 2009-07-28 09:01:32.000000000 -0400 +@@ -17,7 +17,7 @@ qpol_HEADERS = \ + netifcon_query.h \ + nodecon_query.h \ + permissive_query.h \ +- polcap_query.h ++ polcap_query.h \ + policy.h \ + policy_extend.h \ + portcon_query.h \ diff --git a/setools.spec b/setools.spec index 772f423..09cdccc 100644 --- a/setools.spec +++ b/setools.spec @@ -5,7 +5,7 @@ Name: setools Version: %{setools_maj_ver}.%{setools_min_ver} -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 URL: http://oss.tresys.com/projects/setools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -14,6 +14,7 @@ Source1: setools.pam Source2: apol.desktop Source3: seaudit.desktop Source4: sediffx.desktop +Patch1: setools-qpol.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} @@ -185,6 +186,7 @@ This package includes the following graphical tools: %prep %setup -q +%patch1 -p 1 -b .qpol %build %configure --libdir=%{_libdir} --disable-bwidget-check --disable-selinux-check \ @@ -344,6 +346,9 @@ rm -rf ${RPM_BUILD_ROOT} %postun libs-tcl -p /sbin/ldconfig %changelog +* Tue Jul 28 2009 Dan Walsh 3.3.6-3 +- Fix qpol install of include files + * Sun Jul 26 2009 Fedora Release Engineering - 3.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild