rpms/cyphesis/devel cyphesis.spec, 1.5, 1.6 cyphesis.te, 1.1, 1.2 cyphesis-0.5.10-python2.5.patch, 1.2, NONE cyphesis-0.5.8-postgresinit.patch, 1.1, NONE

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Jan 25 07:16:41 UTC 2007


Author: wart

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

Modified Files:
	cyphesis.spec cyphesis.te 
Removed Files:
	cyphesis-0.5.10-python2.5.patch 
	cyphesis-0.5.8-postgresinit.patch 
Log Message:
Update to 0.5.11




Index: cyphesis.spec
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cyphesis.spec	14 Dec 2006 20:42:39 -0000	1.5
+++ cyphesis.spec	25 Jan 2007 07:16:10 -0000	1.6
@@ -2,8 +2,8 @@
 %define selinux_policyver %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp)
 
 Name:           cyphesis
-Version:        0.5.10
-Release:        4%{?dist}
+Version:        0.5.11
+Release:        1%{?dist}
 Summary:        WorldForge game server
 Group:          System Environment/Libraries
 License:        GPL
@@ -13,7 +13,6 @@
 Source2:        cyphesis.if
 Source3:        cyphesis.fc
 Patch0:         cyphesis-0.5.8-init.patch
-Patch1:         cyphesis-0.5.10-python2.5.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel libgcrypt-devel pkgconfig atlascpp-devel
 BuildRequires:  varconf-devel libsigc++20-devel mercator-devel skstream-devel
@@ -52,9 +51,6 @@
 %prep
 %setup -q
 %patch0
-touch -r configure.ac configure.ac.stamp
-%patch1
-touch -r configure.ac.stamp configure.ac
 
 chmod a-x rulesets/basic/world/objects/*/*.py
 chmod a-x rulesets/basic/mind/dictlist.py
@@ -189,6 +185,10 @@
 
 
 %changelog
+* Wed Jan 24 2007 Wart <wart at kobold.org> 0.5.11-1
+- Update to 0.5.11 with python 1.5 support
+- Updated selinux policy
+
 * Thu Dec 14 2006 Wart <wart at kobold.org> 0.5.10-4
 - Patch and rebuild for python 2.5
 


Index: cyphesis.te
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/devel/cyphesis.te,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cyphesis.te	31 Aug 2006 15:28:29 -0000	1.1
+++ cyphesis.te	25 Jan 2007 07:16:10 -0000	1.2
@@ -81,6 +81,9 @@
 # semanage port -a -t cyphesis_port_t -p udp 32771
 allow cyphesis_t cyphesis_port_t:tcp_socket { name_bind };
 corenet_tcp_sendrecv_all_ports(cyphesis_t)
+# For communication with the metaserver
+allow cyphesis_t port_t:udp_socket { recv_msg send_msg };
+
 
 # ??
 allow cyphesis_t self:netlink_route_socket { bind create getattr nlmsg_read read write };
@@ -112,6 +115,7 @@
 
 files_manage_generic_tmp_files(cyphesis_t)
 allow cyphesis_t tmp_t:sock_file create;
+allow cyphesis_t tmp_t:sock_file unlink;
 
 allow cyphesis_t urandom_device_t:chr_file { getattr ioctl read };
 allow cyphesis_t krb5_conf_t:file { getattr read };


--- cyphesis-0.5.10-python2.5.patch DELETED ---


--- cyphesis-0.5.8-postgresinit.patch DELETED ---




More information about the scm-commits mailing list