rpms/condor/F-10 condor.spec,1.10,1.11

Matthew Farrellee matt at fedoraproject.org
Thu Jan 8 15:52:45 UTC 2009


Author: matt

Update of /cvs/pkgs/rpms/condor/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27449

Modified Files:
	condor.spec 
Log Message:
7.2.0-2 fixes obsoletes


Index: condor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor/F-10/condor.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- condor.spec	7 Jan 2009 18:51:15 -0000	1.10
+++ condor.spec	8 Jan 2009 15:52:15 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: Condor: High Throughput Computing
 Name: condor
 Version: 7.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: ASL 2.0
 Group: Applications/System
 URL: http://www.cs.wisc.edu/condor/
@@ -61,6 +61,8 @@
 #Provides: user(condor) = 43
 #Provides: group(condor) = 43
 
+Obsoletes: condor-static < 7.2.0
+
 
 %description
 Condor is a specialized workload management system for
@@ -199,6 +201,7 @@
 mkdir -m0755 $PREFIX/local_dir/spool
 
 cat >> $PREFIX/local_dir/condor_config.local << EOF
+CONDOR_DEVELOPERS = NONE
 CONDOR_HOST = \$(FULL_HOSTNAME)
 COLLECTOR_NAME = Personal Condor
 START = TRUE
@@ -566,6 +569,10 @@
 
 
 %changelog
+* Thu Jan  8 2009  <matt at redhat> - 7.2.0-2
+- (Re)added CONDOR_DEVELOPERS=NONE to the default condor_config.local
+- Added missing Obsoletes for condor-static (thanks Michael Schwendt)
+
 * Wed Jan  7 2009  <matt at redhat> - 7.2.0-1
 - Upgraded to 7.2.0 release
 - Removed -static package




More information about the fedora-extras-commits mailing list