rpms/setools/devel setools-qpol.patch, NONE, 1.1 setools.spec, 1.90, 1.91

Daniel J Walsh dwalsh at fedoraproject.org
Tue Jul 28 13:43:02 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/setools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16985

Modified Files:
	setools.spec 
Added Files:
	setools-qpol.patch 
Log Message:
* Tue Jul 28 2009 Dan Walsh <dwalsh at redhat.com> 3.3.6-3
- Fix qpol install of include files


setools-qpol.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE setools-qpol.patch ---
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 \


Index: setools.spec
===================================================================
RCS file: /cvs/extras/rpms/setools/devel/setools.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -p -r1.90 -r1.91
--- setools.spec	27 Jul 2009 04:12:01 -0000	1.90
+++ setools.spec	28 Jul 2009 13:43:02 -0000	1.91
@@ -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 grap
 
 %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 <dwalsh at redhat.com> 3.3.6-3
+- Fix qpol install of include files
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list