rpms/cyphesis/devel .cvsignore, 1.5, 1.6 cyphesis.spec, 1.9, 1.10 cyphesis.te, 1.2, 1.3 sources, 1.5, 1.6

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Jul 20 20:28:40 UTC 2007


Author: wart

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

Modified Files:
	.cvsignore cyphesis.spec cyphesis.te sources 
Log Message:
Update to 0.5.13




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	8 May 2007 00:58:04 -0000	1.5
+++ .cvsignore	20 Jul 2007 20:28:07 -0000	1.6
@@ -1 +1 @@
-cyphesis-0.5.12.tar.gz
+cyphesis-0.5.13.tar.gz


Index: cyphesis.spec
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cyphesis.spec	8 May 2007 00:58:04 -0000	1.9
+++ cyphesis.spec	20 Jul 2007 20:28:07 -0000	1.10
@@ -6,7 +6,7 @@
 %define logwatch_scripts %{logwatch_root}/scripts
 
 Name:           cyphesis
-Version:        0.5.12
+Version:        0.5.13
 Release:        1%{?dist}
 Summary:        WorldForge game server
 Group:          System Environment/Libraries
@@ -67,8 +67,13 @@
 %setup -q
 %patch0
 
-chmod a-x rulesets/basic/world/objects/*/*.py
+# Fix a bug where DESTDIR is added twice to some files during the
+# install step.  Upstream has been notified.
+sed -i -e 's#moduledir = $(DESTDIR)#moduledir = #' rulesets/Makefile.in
+
 chmod a-x rulesets/basic/mind/dictlist.py
+chmod a-x rulesets/mason/world/objects/buildings/House.py
+chmod a-x rulesets/mason/world/objects/elements/Fire.py
 mkdir SELinux
 cp  %{SOURCE1} %{SOURCE2} %{SOURCE3} SELinux/
 
@@ -193,12 +198,12 @@
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README NEWS THANKS TODO
 %{_bindir}/cy*
+%{_datadir}/%{name}
 %{_mandir}/man1/*.1.gz
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*
 %{_sysconfdir}/init.d/%{name}
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
-%{_datadir}/%{name}
 
 %files logwatch
 %defattr(-,root,root,-)
@@ -214,6 +219,9 @@
 
 
 %changelog
+* Tue Jul 17 2007 Wart <wart at kobold.org> 0.5.13-1
+- Update to 0.5.13
+
 * Mon May 7 2007 Wart <wart at kobold.org> 0.5.12-1
 - Update to 0.5.12
 


Index: cyphesis.te
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.te,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cyphesis.te	25 Jan 2007 07:16:10 -0000	1.2
+++ cyphesis.te	20 Jul 2007 20:28:07 -0000	1.3
@@ -9,6 +9,7 @@
     type port_t;
     type system_dbusd_var_run_t;
     type urandom_device_t;
+    type initrc_su_t;
     type krb5_conf_t;
     attribute port_type;
 ')
@@ -42,7 +43,7 @@
 # the definitions of many permissions, such as 'rw_dir_perms'
 
 # Some common macros (you might be able to remove some)
-corecmd_dontaudit_search_sbin(cyphesis_t)
+corecmd_dontaudit_search_bin(cyphesis_t)
 corecmd_search_bin(cyphesis_t)
 corecmd_getattr_bin_files(cyphesis_t)
 files_read_usr_files(cyphesis_t)
@@ -71,7 +72,7 @@
 sysnet_dns_name_resolve(cyphesis_t)
 corenet_tcp_sendrecv_all_if(cyphesis_t)
 corenet_tcp_sendrecv_all_nodes(cyphesis_t)
-corenet_non_ipsec_sendrecv(cyphesis_t)
+corenet_all_recvfrom_unlabeled(cyphesis_t)
 corenet_tcp_bind_all_nodes(cyphesis_t)
 allow cyphesis_t self:tcp_socket { listen accept };
 # The application expects cyphesis_port_t to be port 13327.
@@ -120,3 +121,4 @@
 allow cyphesis_t urandom_device_t:chr_file { getattr ioctl read };
 allow cyphesis_t krb5_conf_t:file { getattr read };
 allow cyphesis_t proc_t:file { getattr read };
+allow cyphesis_t initrc_su_t:process sigchld;


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	8 May 2007 00:58:04 -0000	1.5
+++ sources	20 Jul 2007 20:28:07 -0000	1.6
@@ -1 +1 @@
-3ac63752c420d531e7170278e4a01ade  cyphesis-0.5.12.tar.gz
+cfbda9b6174d426e6d06f5acfaafb34e  cyphesis-0.5.13.tar.gz




More information about the scm-commits mailing list