public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <michich@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/icecream] epel8: - Mark UDP port 8765 as icecc_scheduler_port_t.
Date: Fri, 31 Jul 2026 06:33:45 GMT	[thread overview]
Message-ID: <178547962522.1.16029952873090405627.rpms-icecream-ea223f8b902b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/icecream
Branch : epel8
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=epel8

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)
 

                 reply	other threads:[~2026-07-31  6:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178547962522.1.16029952873090405627.rpms-icecream-ea223f8b902b@fedoraproject.org \
    --to=michich@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox