rpms/condor/F-9 DetectGCC.patch, 1.1, 1.2 condor.spec, 1.17, 1.18 condor_config.generic.patch, 1.3, 1.4

Matthew Farrellee matt at fedoraproject.org
Tue Feb 24 01:18:01 UTC 2009


Author: matt

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

Modified Files:
	DetectGCC.patch condor.spec condor_config.generic.patch 
Log Message:
7.2.1-1

DetectGCC.patch:

Index: DetectGCC.patch
===================================================================
RCS file: /cvs/pkgs/rpms/condor/F-9/DetectGCC.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DetectGCC.patch	7 Jan 2009 18:42:25 -0000	1.1
+++ DetectGCC.patch	24 Feb 2009 01:17:30 -0000	1.2
@@ -3,7 +3,7 @@
 +++ condor-7.0.2/src/configure.ac	2008-06-11 10:04:07.000000000 -0500
 @@ -877,6 +877,12 @@
      CompilerMinor="3"
-     CompilerPatch="1"
+     CompilerPatch="2"
      ;;
 + "4.3.0" )
 +    CompilerKind="GCC"


Index: condor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor/F-9/condor.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- condor.spec	15 Jan 2009 04:54:00 -0000	1.17
+++ condor.spec	24 Feb 2009 01:17:30 -0000	1.18
@@ -1,7 +1,7 @@
 Summary: Condor: High Throughput Computing
 Name: condor
-Version: 7.2.0
-Release: 3%{?dist}
+Version: 7.2.1
+Release: 1%{?dist}
 License: ASL 2.0
 Group: Applications/System
 URL: http://www.cs.wisc.edu/condor/
@@ -18,8 +18,9 @@
 #   5f326ad522b63eacf34c6c563cf46910  condor_src-7.0.4-all-all.tar.gz
 #   73323100c5b2259f3b9c042fa05451e0  condor_src-7.0.5-all-all.tar.gz
 #   a2dd96ea537b2c6d105b6c8dad563ddc  condor_src-7.2.0-all-all.tar.gz
+#   edbac8267130ac0a0e016d0f113b4616  condor_src-7.2.1-all-all.tar.gz
 # Note: The md5sum of each generated tarball may be different
-Source0: condor-7.2.0-121001-RH.tar.gz
+Source0: condor-7.2.1-133382-RH.tar.gz
 Source1: generate-tarball.sh
 Source2: NOTICE.txt
 Patch0: condor_config.generic.patch
@@ -43,13 +44,8 @@
 BuildRequires: classads-devel
 BuildRequires: libX11-devel
 
-Requires: pcre
-Requires: postgresql-libs
-Requires: openssl
-Requires: krb5-libs
 Requires: gsoap >= 2.7.12-1
 Requires: mailx
-Requires: classads
 Requires: python >= 2.2
 
 Requires(pre): shadow-utils
@@ -571,6 +567,11 @@
 
 
 %changelog
+* Mon Feb 23 2009  <matt at redhat> - 7.2.1-1
+- Upgraded to 7.2.1 release
+- Pruned changes accepted upstream from condor_config.generic.patch
+- Removed Requires in favor of automatic dependencies on SONAMEs
+
 * Mon Jan 14 2009  <matt at redhat> - 7.2.0-3
 - Fixed regression: initscript was on by default, now off again
 

condor_config.generic.patch:

Index: condor_config.generic.patch
===================================================================
RCS file: /cvs/pkgs/rpms/condor/F-9/condor_config.generic.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- condor_config.generic.patch	7 Jan 2009 18:34:56 -0000	1.3
+++ condor_config.generic.patch	24 Feb 2009 01:17:30 -0000	1.4
@@ -43,18 +43,6 @@
  ##  Part 2:  Settings you may want to customize
  ##  Part 3:  Settings that control the policy of when condor will
  ##           start and stop jobs on your machines
-@@ -21,11 +41,6 @@
- ##  various settings in here and possible ways to configure your
- ##  pool. 
- ##
--##  If you are installing Condor as root and then handing over the
--##  administration of this file to a person you do not trust with
--##  root access, please read the Installation chapter paying careful
--##  note to the condor_config.root entries.
--##
- ##  Unless otherwise specified, settings that are commented out show
- ##  the defaults that are used if you don't define a value.  Settings
- ##  that are defined here MUST BE DEFINED since they have no default
 @@ -47,18 +62,15 @@
  ##  #        #    #  #   #      #              #
  ##  #        #    #  #    #     #            #####
@@ -76,15 +64,6 @@
  
  ##  Where is the local condor directory for each host?  
  ##  This is where the local config file(s), logs and
-@@ -72,7 +84,7 @@ LOCAL_CONFIG_FILE	= $(LOCAL_DIR)/condor_config.local
- 
- ## If the local config file is not present, is it an error?
- ## WARNING: This is a potential security issue. 
--## If not specificed, te default is True
-+## If not specificed, the default is True
- #REQUIRE_LOCAL_CONFIG_FILE = TRUE
- 
- ##--------------------------------------------------------------------
 @@ -84,7 +96,7 @@ CONDOR_ADMIN		= condor-admin at your.domain
  
  ##  Full path to a mail delivery program that understands that "-s"
@@ -119,20 +98,6 @@
  #HOSTALLOW_WRITE = *.your.domain, your-friend's-machine.other.domain
  #HOSTDENY_WRITE = bad-machine.your.domain
  
-@@ -231,10 +243,9 @@ HOSTALLOW_NEGOTIATOR = $(CONDOR_HOST)
- HOSTALLOW_NEGOTIATOR_SCHEDD = $(CONDOR_HOST), $(FLOCK_NEGOTIATOR_HOSTS)
- 
- ##  Config access.  Machines listed here can use the condor_config_val
--##  tool to modify all daemon configurations except those specified in
--##  the condor_config.root file.  This level of host-wide access
--##  should only be granted with extreme caution.  By default, config
--##  access is denied from all hosts.
-+##  tool to modify all daemon configurations.  This level of host-wide
-+##  access should only be granted with extreme caution.  By default,
-+##  config access is denied from all hosts.
- #HOSTALLOW_CONFIG = trusted-host.your.domain
- 
- ##  Flocking Configs.  These are the real things that Condor looks at,
 @@ -872,9 +883,10 @@ SPOOL		= $(LOCAL_DIR)/spool
  EXECUTE		= $(LOCAL_DIR)/execute
  BIN		= $(RELEASE_DIR)/bin
@@ -155,15 +120,6 @@
  
  ##  JAVA_CLASSPATH_ARGUMENT describes the command-line parameter
  ##  used to introduce a new classpath:
-@@ -2299,7 +2311,7 @@ LeaseManager			= $(SBIN)/condor_lease_manager
- # Turn on the lease manager
- #DAEMON_LIST			= $(DAEMON_LIST), LeaseManager
- 
--# The identification and location of the quill daemon for local clients.
-+# The identification and location of the lease manager for local clients.
- LeaseManger_ADDRESS_FILE	= $(LOG)/.lease_manager_address
- 
- ## LeaseManager startup arguments
 diff --git a/src/condor_examples/customize b/src/condor_examples/customize
 index b1c5710..cb2dea1 100644
 --- a/src/condor_examples/customize




More information about the fedora-extras-commits mailing list