public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] epel10: - Mark UDP port 8765 as icecc_scheduler_port_t.
@ 2026-07-30 15:15 Michal Schmidt
  0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-30 15:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/icecream
Branch : epel10
Commit : ea223f8b902bc7f81027da6f389d0c26bd7447ed
Author : Michal Schmidt <michich@fedoraproject.org>
Date   : 2010-06-12T22:11:30+00:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/icecream/c/ea223f8b902bc7f81027da6f389d0c26bd7447ed?branch=epel10

Log:
- Mark UDP port 8765 as icecc_scheduler_port_t.

---
diff --git a/icecream.spec b/icecream.spec
index b0f0eff..47e150a 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -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}; do
 		%{_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@redhat.com> 0.9.5-5
+- Mark UDP port 8765 as icecc_scheduler_port_t.
+
 * Sat Jun 12 2010 Michal Schmidt <mschmidt@redhat.com> 0.9.5-4
 - Require /usr/sbin/semanage for scriptlets. (BZ#581272)
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-30 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 15:15 [rpms/icecream] epel10: - Mark UDP port 8765 as icecc_scheduler_port_t Michal Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox