[condor: 1/31] Add special settings compared to Fedora.

Brian Bockelman bbockelm at fedoraproject.org
Fri Mar 8 01:19:42 UTC 2013


commit 80e07f3755f002b435ae723b8708c5b30ac08770
Author: Brian Bockelman <bbockelm at cse.unl.edu>
Date:   Fri Sep 30 20:31:03 2011 -0500

    Add special settings compared to Fedora.

 condor.spec |   41 +++++++++++++++++++++++++++++++----------
 1 files changed, 31 insertions(+), 10 deletions(-)
---
diff --git a/condor.spec b/condor.spec
index b36f05c..c7dceed 100644
--- a/condor.spec
+++ b/condor.spec
@@ -17,7 +17,7 @@
 
 # Things not turned on, or don't have Fedora packages yet
 %define blahp 0
-%define glexec 0
+%define glexec 1
 
 # These flags are meant for developers; it allows one to build Condor
 # based upon a git-derived tarball, instead of an upstream release tarball
@@ -29,7 +29,7 @@
 Summary: Condor: High Throughput Computing
 Name: condor
 Version: 7.7.1
-%define condor_base_release 0.1
+%define condor_base_release 0.2
 %if %git_build
 	%define condor_release %condor_base_release.%{git_rev}git
 %else
@@ -89,6 +89,9 @@ Source3: condor.service
 Patch0: condor_config.generic.patch
 Patch1: chkconfig_off.patch
 
+Patch8: hcc_config.patch
+Patch9: condor_glexec_as_root_v3.patch
+
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: %_bindir/cmake
@@ -155,6 +158,9 @@ Requires: libcgroup >= 0.37
 %if %blahp
 Requires: blahp >= 1.16.1
 %endif
+%if %glexec
+Requires: glexec
+%endif
 
 %if %systemd
 BuildRequires: systemd-units
@@ -168,9 +174,6 @@ Requires: condor-procd = %{version}-%{release}
 %if %blahp
 Requires: blahp >= 1.16.1
 %endif
-%if %glexec
-Requires: glexec
-%endif
 # libcgroup < 0.37 has a bug that invalidates our accounting.
 Requires: libcgroup >= 0.37
 
@@ -335,6 +338,9 @@ exit 0
 
 %patch0 -p1
 
+%patch8 -p1
+%patch9 -p1
+
 # fix errant execute permissions
 find src -perm /a+x -type f -name "*.[Cch]" -exec chmod a-x {} \;
 
@@ -923,6 +929,9 @@ fi
 %endif
 
 %changelog
+* Fri Sep 30 2011 Brian Bockelman <bbockelm at cse.unl.edu> - 7.7.1-0.2
+- Enable glexec builds.
+
 * Fri Sep 16 2011 <tstclair at redhat.com> - 7.7.1-0.1
 - Fast forward to 7.7.1 official release tag V7_7_1
 - ghost var/lock and var/run in spec (BZ656562)
@@ -941,15 +950,27 @@ fi
 - Fast forward to 7.7.0 pre-release at 1babb324
 - Catch libdeltacloud 0.8 update
 
+* Mon May 23 2011 Brian Bockelman <bbockelm at cse.unl.edu> - 7.6.1-0.11.pre
+- Begin systemd integration
+
 * Fri May 20 2011 <matt at redhat> - 7.7.0-0.2
 - Added GSI support, dependency on Globus
 
-* Fri May 13 2011 <matt at redhat> - 7.7.0-0.1
-- Fast forward to 7.7.0 pre-release at 79952d6b
-- Introduced ec2_gahp
-- 79952d6b brings schema expectations inline with Cumin
+* Tue May 17 2011 Brian Bockelman <bbockelm at cse.unl.edu> - 7.6.1-0.7.pre
+- Fix #2162; have spooling and URL plugins interact correctly
+- Merge with upstream git repo.
+
+* Mon May 2 2011 Brian Bockelman <bbockelm at cse.unl.edu> - 7.6.1-0.4.pre
+- Enable cgroups.
+
+* Fri Apr 29 2011 Brian Bockelman <bbockelm at cse.unl.edu> - 7.6.1-0.3.pre
+- Build for https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=2109, allowing SubmitterUserResourcesInUse to be weighted.
+
+* Fri Apr 29 2011 Brian Bockelman <bbockelm at cse.unl.edu> - 7.6.1-0.2.pre
+- HCC pre-release of 7.6.1 for negotiator fixes.
 
-* Tue May 10 2011 <matt at redhat> - 7.6.1-0.1
+* Thu Apr 28 2011 <matt at redhat> - 7.6.1-0.1
+- Upgrade to 7.6.0 release, pre-release of 7.6.1 at 27972e8
 - Upgrade to 7.6.0 release, pre-release of 7.6.1 at 5617a464
 - Upstreamed patch: log_lock_run.patch
 - Introduced condor-classads to obsolete classads


More information about the scm-commits mailing list