rpms/checkpolicy/devel checkpolicy.spec,1.123,1.124

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Fri Feb 22 19:34:23 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/checkpolicy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1098

Modified Files:
	checkpolicy.spec 
Log Message:
* Fri Feb 22 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.9-2
- Start shipping sedismod and sedispol



Index: checkpolicy.spec
===================================================================
RCS file: /cvs/extras/rpms/checkpolicy/devel/checkpolicy.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- checkpolicy.spec	4 Feb 2008 19:06:00 -0000	1.123
+++ checkpolicy.spec	22 Feb 2008 19:33:37 -0000	1.124
@@ -2,7 +2,7 @@
 Summary: SELinux policy compiler
 Name: checkpolicy
 Version: 2.0.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Development/System
 Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
@@ -30,11 +30,15 @@
 %build
 make clean
 make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" 
+cd test
+make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" 
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
 mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
 make LIBDIR="%{_libdir}" DESTDIR="${RPM_BUILD_ROOT}" install
+install test/dismod ${RPM_BUILD_ROOT}%{_bindir}/sedismod
+install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -45,8 +49,13 @@
 %{_bindir}/checkmodule
 %{_mandir}/man8/checkpolicy.8.gz
 %{_mandir}/man8/checkmodule.8.gz
+%{_bindir}/sedismod
+%{_bindir}/sedispol
 
 %changelog
+* Fri Feb 22 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.9-2
+- Start shipping sedismod and sedispol
+
 * Mon Feb 4 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.9-1
 - Latest update from NSA
 	* Update dispol for libsepol avtab changes from Stephen Smalley.




More information about the fedora-extras-commits mailing list