[condor/f19] Fix for BZ992726

tstclair tstclair at fedoraproject.org
Tue Aug 6 18:26:10 UTC 2013


commit e301e1953178cb81c921369b746c3801b2cf2af7
Author: Timothy St. Clair <tstclair at redhat.com>
Date:   Tue Aug 6 13:23:12 2013 -0500

    Fix for BZ992726

 condor.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <tstclair at redhat.com> - 8.1.0-0.3
+- Fix for BZ992726 change rpm scriptlet to use condor_tcp_network_connect
+
 * Sat Jun 22 2013 <tstclair at redhat.com> - 8.1.0-0.2
 - Fix for aviary hadoop field swap
 


More information about the scm-commits mailing list