rpms/icecream/devel icecream.spec,1.29,1.30

Michal Schmidt michich at fedoraproject.org
Sat Jun 12 22:11:30 UTC 2010


Author: michich

Update of /cvs/pkgs/rpms/icecream/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28048

Modified Files:
	icecream.spec 
Log Message:
* Sun Jun 13 2010 Michal Schmidt <mschmidt at redhat.com> 0.9.5-5
- Mark UDP port 8765 as icecc_scheduler_port_t.



Index: icecream.spec
===================================================================
RCS file: /cvs/pkgs/rpms/icecream/devel/icecream.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- icecream.spec	12 Jun 2010 21:37:12 -0000	1.29
+++ icecream.spec	12 Jun 2010 22:11:30 -0000	1.30
@@ -11,7 +11,7 @@
 
 Name:		icecream
 Version:	0.9.5
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Distributed compiler
 
 Group:		Development/Tools
@@ -192,8 +192,9 @@ for selinuxvariant in %{selinux_variants
 		%{_datadir}/selinux/${selinuxvariant}/icecream.pp 2>/dev/null ||:
 	semanage port -a -S ${selinuxvariant} -t iceccd_port_t -p tcp 10245 2>/dev/null ||:
 	semanage port -a -S ${selinuxvariant} -t icecc_scheduler_port_t -p tcp 8766 2>/dev/null ||:
+	# tcp 8765 is taken by LIRC. icecream.te knows it.
 	#semanage port -a -S ${selinuxvariant} -t icecc_scheduler_port_t -p tcp 8765 2>/dev/null ||:
-	#semanage port -a -S ${selinuxvariant} -t icecc_scheduler_port_t -p udp 8765 2>/dev/null ||:
+	semanage port -a -S ${selinuxvariant} -t icecc_scheduler_port_t -p udp 8765 2>/dev/null ||:
 	%relabel ${selinuxvariant}
 done
 restorecon -R %{_localstatedir}/cache/icecream 2>/dev/null ||:
@@ -276,6 +277,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Sun Jun 13 2010 Michal Schmidt <mschmidt at redhat.com> 0.9.5-5
+- Mark UDP port 8765 as icecc_scheduler_port_t.
+
 * Sat Jun 12 2010 Michal Schmidt <mschmidt at redhat.com> 0.9.5-4
 - Require /usr/sbin/semanage for scriptlets. (BZ#581272)
 



More information about the scm-commits mailing list