rpms/cyphesis/F-7 .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
Sat Jul 21 01:00:17 UTC 2007


Author: wart

Update of /cvs/extras/rpms/cyphesis/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23571

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




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/F-7/.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	21 Jul 2007 00:59:45 -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/F-7/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	21 Jul 2007 00:59:45 -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/F-7/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	21 Jul 2007 00:59:45 -0000	1.3
@@ -42,7 +42,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)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/F-7/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	21 Jul 2007 00:59:45 -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