rpms/crossfire/devel crossfire.spec,1.9,1.10

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Jul 24 00:40:13 UTC 2008


Author: wart

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

Modified Files:
	crossfire.spec 
Log Message:
Fix selinux policy with regard to sock_file




Index: crossfire.spec
===================================================================
RCS file: /cvs/extras/rpms/crossfire/devel/crossfire.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- crossfire.spec	18 Jun 2008 11:04:02 -0000	1.9
+++ crossfire.spec	24 Jul 2008 00:39:19 -0000	1.10
@@ -1,5 +1,6 @@
 %define selinux_variants mls strict targeted
-%define selinux_policyver %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp) 
+%define selinux_policyver %(%{__sed} -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp)
+
 
 %define logwatch_root %{_datadir}/logwatch
 %define logwatch_conf %{logwatch_root}/dist.conf
@@ -7,7 +8,7 @@
 
 Name: crossfire
 Version: 1.10.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Server for hosting crossfire games
 Group: Amusements/Games
 # All files GPLv2+ except server/daemon.c which also has MIT attributions
@@ -332,6 +333,9 @@
 
 
 %changelog
+* Tue Jul 22 2008 Wart <wart at kobold.org> 1.10.0-6
+- Fix selinux policy with regard to sock_file
+
 * Wed Jun 18 2008 Wart <wart at kobold.org> 1.10.0-5
 - Fix creation of the crossfire user (BZ #442384)
 




More information about the scm-commits mailing list