[condor/f18] WIP 8.1.0 Update

tstclair tstclair at fedoraproject.org
Fri Jun 21 14:46:36 UTC 2013


commit f621fd0a67d9c3f43e63d6aca033a81012b08325
Author: Timothy St. Clair <tstclair at redhat.com>
Date:   Fri Jun 21 09:46:06 2013 -0500

    WIP 8.1.0 Update

 condor-tmpfiles.conf |    1 +
 condor.spec          |   11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/condor-tmpfiles.conf b/condor-tmpfiles.conf
index 101060b..68d259a 100644
--- a/condor-tmpfiles.conf
+++ b/condor-tmpfiles.conf
@@ -1 +1,2 @@
 d /var/run/condor 0775 condor condor -
+d /var/lock/condor 0775 condor condor -
diff --git a/condor.spec b/condor.spec
index 185cf6b..b9569bc 100644
--- a/condor.spec
+++ b/condor.spec
@@ -917,14 +917,14 @@ rm -rf %{buildroot}
 %dir %_var/lib/condor/execute/
 %dir %_var/log/condor/
 %dir %_var/lib/condor/spool/
-#%if %systemd
-#%ghost %dir %_var/lock/condor/
-#%ghost %dir %_var/run/condor/
-#%else
+%if %systemd
+%ghost %dir %_var/lock/condor/
+%ghost %dir %_var/run/condor/
+%else
 %dir %_var/lock/condor
 %dir %_var/lock/condor/local
 %dir %_var/run/condor
-#%endif
+%endif
 
 %_libexecdir/condor/accountant_log_fixer
 %_datadir/condor/libcondorapi.so
@@ -1155,6 +1155,7 @@ if [ $? = 0 ]; then
    #restorecon -R -v /var/lock/condor
    setsebool -P condor_domain_can_network_connect 1
    semanage port -a -t condor_port_t -p tcp 12345
+   # we will need to open more ports :-( 
    # the number of extraneous SELinux warnings on f17 is very high
 fi
 


More information about the scm-commits mailing list