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 0.9.5-5 +- Mark UDP port 8765 as icecc_scheduler_port_t. + * Sat Jun 12 2010 Michal Schmidt 0.9.5-4 - Require /usr/sbin/semanage for scriptlets. (BZ#581272)