From e301e1953178cb81c921369b746c3801b2cf2af7 Mon Sep 17 00:00:00 2001 From: Timothy St. Clair Date: Aug 06 2013 18:23:12 +0000 Subject: Fix for BZ992726 --- diff --git a/condor.spec b/condor.spec index e5bca97..0b2e616 100644 --- a/condor.spec +++ b/condor.spec @@ -46,7 +46,7 @@ Summary: Condor: High Throughput Computing Name: condor Version: 8.1.0 -%define condor_base_release 0.2 +%define condor_base_release 0.3 %if %git_build %define condor_release %condor_base_release.%{git_rev}.git %else @@ -1155,7 +1155,7 @@ rm -rf %{buildroot} %post test -x /usr/sbin/selinuxenabled && /usr/sbin/selinuxenabled if [ $? = 0 ]; then - setsebool -P condor_domain_can_network_connect 1 + setsebool -P condor_tcp_network_connect 1 systemctl daemon-reload fi @@ -1205,6 +1205,9 @@ fi %endif %changelog +* Tue Aug 6 2013 Timothy St. Clair - 8.1.0-0.3 +- Fix for BZ992726 change rpm scriptlet to use condor_tcp_network_connect + * Sat Jun 22 2013 - 8.1.0-0.2 - Fix for aviary hadoop field swap