[condor-wallaby-base-db/f18] Update to upstream version 1.24

rrati rrati at fedoraproject.org
Thu Oct 25 20:20:42 UTC 2012


commit 5e951dc4f1a12d04b0f7d7dd020978eecd05a3e1
Author: Robert Rati <rrati at redhat.com>
Date:   Thu Oct 25 16:19:46 2012 -0400

    Update to upstream version 1.24

 .gitignore                  |    1 +
 0001-Build-fixes.patch      |   54 -------------------------------------------
 0002-Packaging-fixes.patch  |   31 ------------------------
 condor-wallaby-base-db.spec |   48 +++++++++++++++++++++++++++++++------
 sources                     |    2 +-
 5 files changed, 42 insertions(+), 94 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22339f3..042512f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /condor-wallaby-base-db-1.18.tar.gz
+/condor-wallaby-base-db-1.24.tar.gz
diff --git a/condor-wallaby-base-db.spec b/condor-wallaby-base-db.spec
index ddd6e7c..041ecc2 100644
--- a/condor-wallaby-base-db.spec
+++ b/condor-wallaby-base-db.spec
@@ -6,18 +6,17 @@
 
 Summary: Base condor database for wallaby
 Name: condor-wallaby-base-db
-Version: 1.18
-Release: 2%{?dist}
+Version: 1.24
+Release: 1%{?dist}
 Group: Applications/System
 License: ASL 2.0
 URL: http://git.fedorahosted.org/git/grid/wallaby-condor-db.git
 Source0: https://fedorahosted.org/releases/g/r/grid/%{name}-%{version}.tar.gz
-Patch0: 0001-Build-fixes.patch
-Patch1: 0002-Packaging-fixes.patch
+
 %if %{building_for_el5}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %endif
-Requires: wallaby-utils >= 0.10.7
+Requires: wallaby-utils >= 0.14.2-2
 BuildRequires: ruby
 %if ! %{building_for_el5}
 BuildRequires: rubygem-rake
@@ -31,8 +30,6 @@ options for a condor pool
 %prep
 %setup -q
 
-%patch0 -p1
-%patch1 -p1
 
 %build
 %if %{building_for_el5}
@@ -67,6 +64,7 @@ rm -rf %{buildroot}
 %endif
 %doc LICENSE
 %{_localstatedir}/lib/condor-wallaby-base-db/condor-base-db.snapshot
+%defattr(-, wallaby, wallaby, -)
 %{_localstatedir}/lib/wallaby/patches/db-1.5.wpatch
 %{_localstatedir}/lib/wallaby/patches/db-1.6.wpatch
 %{_localstatedir}/lib/wallaby/patches/db-1.7.wpatch
@@ -81,10 +79,44 @@ rm -rf %{buildroot}
 %{_localstatedir}/lib/wallaby/patches/db-1.16.wpatch
 %{_localstatedir}/lib/wallaby/patches/db-1.17.wpatch
 %{_localstatedir}/lib/wallaby/patches/db-1.18.wpatch
+%{_localstatedir}/lib/wallaby/patches/db-1.19.wpatch
+%{_localstatedir}/lib/wallaby/patches/db-1.20.wpatch
+%{_localstatedir}/lib/wallaby/patches/db-1.21.wpatch
+%{_localstatedir}/lib/wallaby/patches/db-1.22.wpatch
+%{_localstatedir}/lib/wallaby/patches/db-1.23.wpatch
+%{_localstatedir}/lib/wallaby/patches/db-1.24.wpatch
 
 %changelog
+* Thu Oct 25 2012 rrati <rrati at redhat> - 1.24-1
+- New Features: ViewServer, ViewServerSource, PlumageStats, PlumageJobHistory
+                AviaryLocator, AviaryPublishingEnabled,
+                AviarySchedulerPublisher, QueryServerPublisher
+- New Parameters to support the new features
+- Bugs fixed: BZ864984, BZ839415, BZ831756, BZ831725, BZ831723, BZ831721
+              BZ831719, BZ831710, BZ831709, BZ803359
+- Fixed issue with the shadow and gridmanager not using the same SPOOL
+  location as the HAScheduler
+- Fixed values for MAXJOBRETIREMENTTIME, ROOSTER_MAX_UNHIBERNATE,
+  SCHEDD_PREEMPTION_RANK on their respective features
+- Updated wallaby-utils dep
+- Database patches are now owned by user wallaby (BZ767272)
+- Added Parameters: COLLECTOR_UPDATE_INTERVAL, ENABLE_RUNTIME_CONFIG
+                    NEGOTIATOR.ENABLE_RUNTIME_CONFIG (BZ816278)
+- Updated ConsoleNegotiator feature (BZ816715)
+- Updated Collector feature (BZ816718)
+- Added annotations (BZ802823)
+- Updates for Aviary Locator support (BZ800660)
+- Updated Job/Query Server feature definitions (BZ806071)
+- Added parameter VM_NETWORKING_BRIDGE_INTERFACE (BZ806079)
+- DAEMON_LIST doesn't require a restart (BZ807738)
+- Updated UNHIBERNATE parameter (BZ803359)
+- New Param: ALL_DEBUG
+- Fixed typo in DedicatedResource
+- The STARTD_ATTRS parameter now correctly appends in DedicatedResource
+- Attached MASTER.USE_PROCD to the master subsystem
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 
 
 * Fri Dec 9 2011 rrati <rrati at redhat> - 1.18-1
 - New params: MASTER.USE_PROCD, RESTART_PROCD_ON_ERROR, COLLECTOR_ARGS,
diff --git a/sources b/sources
index 832822c..29577b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55af66139852f6a0cb97041ea26402b8  condor-wallaby-base-db-1.18.tar.gz
+b530106da9a81f94634b8006a17b3969  condor-wallaby-base-db-1.24.tar.gz


More information about the scm-commits mailing list