rpms/checkpolicy/devel checkpolicy.spec,1.39,1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 7 11:23:34 UTC 2005


Author: dwalsh

Update of /cvs/dist/rpms/checkpolicy/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9436

Modified Files:
	checkpolicy.spec 
Log Message:
* Thu Jul 7 2005 Dan Walsh <dwalsh at redhat.com> 1.25.2-1
- Update to NSA Release
	* Merged loadable module support from Tresys Technology.
	* Merged patch to prohibit the use of * and ~ in type sets 
	  (other than in neverallow statements) and in role sets
	  from Joshua Brindle (Tresys).
	* Updated version for release.



Index: checkpolicy.spec
===================================================================
RCS file: /cvs/dist/rpms/checkpolicy/devel/checkpolicy.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- checkpolicy.spec	7 Jul 2005 10:54:19 -0000	1.39
+++ checkpolicy.spec	7 Jul 2005 11:23:32 -0000	1.40
@@ -1,4 +1,4 @@
-%define libsepolver 1.5.9-2
+%define libsepolver 1.7-1
 Summary: SELinux policy compiler
 Name: checkpolicy
 Version: 1.25.2
@@ -34,7 +34,7 @@
 %install
 rm -rf ${RPM_BUILD_ROOT}
 mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
-make DESTDIR="${RPM_BUILD_ROOT}" install
+make LIBDIR="%{_libdir}" DESTDIR="${RPM_BUILD_ROOT}" install
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -42,6 +42,7 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/checkpolicy
+%{_bindir}/checkmodule
 %{_mandir}/man8/checkpolicy.8.gz
 
 %changelog




More information about the fedora-cvs-commits mailing list