[wallaby/f18] Updated to wallaby-0.16.3; numerous bugfixes

William Christian Benton willb at fedoraproject.org
Fri Jun 21 02:15:01 UTC 2013


commit 34943aacb35319e368d9001ea60bd86e21dec219
Author: William Benton <willb at redhat.com>
Date:   Thu Jun 20 21:14:49 2013 -0500

    Updated to wallaby-0.16.3; numerous bugfixes

 .gitignore                           |    1 +
 0001-updated-spec-for-0.16.0.patch   |   27 --------------
 0001-updated-spec-for-0.16.3-1.patch |   26 ++++++++++++++
 sources                              |    2 +-
 wallaby.spec                         |   64 +++++++++++++++++++++++++++++----
 5 files changed, 84 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b64216..3f7fd5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /wallaby-0.12.4.tar.gz
 /wallaby-0.16.0.tar.gz
+/wallaby-0.16.3.tar.gz
diff --git a/0001-updated-spec-for-0.16.3-1.patch b/0001-updated-spec-for-0.16.3-1.patch
new file mode 100644
index 0000000..168fb0f
--- /dev/null
+++ b/0001-updated-spec-for-0.16.3-1.patch
@@ -0,0 +1,26 @@
+From b414eff77fd458a185a2b934f51a62799ea45f2d Mon Sep 17 00:00:00 2001
+From: Will Benton <willb at redhat.com>
+Date: Mon, 7 Jan 2013 21:53:57 -0600
+Subject: [PATCH] updated spec for 0.16.3-1
+
+---
+ wallaby.spec.in | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/wallaby.spec.in b/wallaby.spec.in
+index 1f06e77..1edeedf 100644
+--- a/wallaby.spec.in
++++ b/wallaby.spec.in
+@@ -291,6 +291,9 @@ fi
+ 
+ %changelog
+ 
++* Mon Jan 7 2013 willb <willb at redhat> - 0.16.3-1
++- Fixes edge cases reported in BZ 802821
++
+ * Fri Jan 4 2013 willb <willb at redhat> - 0.16.2-1
+ - Fixes BZs 850205, 885787, 872663, 881366
+ - specfile descriptions updated to reflect upstream naming changes
+-- 
+1.8.1.4
+
diff --git a/sources b/sources
index 21c8e44..3631d42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4431cdef936097c079361957239d6f53  wallaby-0.16.0.tar.gz
+8ba1c34462593f61381269bacbd88047  wallaby-0.16.3.tar.gz
diff --git a/wallaby.spec b/wallaby.spec
index 5091f35..d5ec037 100644
--- a/wallaby.spec
+++ b/wallaby.spec
@@ -12,8 +12,7 @@
 %global building_for_el5 0
 %endif
 
-%if (0%{?fedora} >= 17 && 0%{?rhel} >= 6)
-%global 
+%if (0%{?fedora} >= 17 || 0%{?rhel} >= 6)
 %global wallaby_uid -u 181
 %endif
 
@@ -41,15 +40,15 @@
 
 
 
-Summary: Condor pool configuration service with QMF interface
+Summary: HTCondor pool configuration service with QMF interface
 Name: wallaby
-Version: 0.16.0
+Version: 0.16.3
 Release: 1%{?dist}
 Group: Applications/System
 License: ASL 2.0
 URL: http://git.fedorahosted.org/git/grid/wallaby.git
 Source0: https://fedorahosted.org/releases/g/r/grid/%{name}-%{version}.tar.gz
-Patch0: 0001-updated-spec-for-0.16.0.patch
+Patch0: 0001-updated-spec-for-0.16.3-1.patch
 %if %{building_for_el5}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %endif
@@ -75,8 +74,8 @@ Requires(postun): initscripts
 BuildArch: noarch
 
 %description
-Wallaby is a configuration service for Condor pools.  It provides a
-semantic model of Condor configuration, enabling administrators to
+Wallaby is a configuration service for HTCondor pools.  It provides a
+semantic model of HTCondor configurations, enabling administrators to
 apply high-level features to groups of nodes rather than set the
 values of low-level parameters in configuration files.  Wallaby also
 validates configurations before deploying them, pushes out
@@ -292,10 +291,59 @@ fi
 
 %changelog
 
+* Mon Jan 7 2013 willb <willb at redhat> - 0.16.3-1
+- Fixes edge cases reported in BZ 802821
+
+* Fri Jan 4 2013 willb <willb at redhat> - 0.16.2-1
+- Fixes BZs 850205, 885787, 872663, 881366
+- specfile descriptions updated to reflect upstream naming changes
+
+* Fri Oct 12 2012 willb <willb at redhat> - 0.16.1-2
+- Fixes BZs 820419, 825963, 802799, and 801632 (tool support and internal bugs)
+- Fixes BZ 864091 (cosmetic issue:  READ vs READ_ONLY role in list-users)
+- Fixes BZ 864421 (cosmetic issue:  authentication for snapshot commands)
+- Store#storeinit now requires WRITE access
+- This package now uses the designated Wallaby UID on EL6 (available since RHBA-2012:0778-1)
+- Test suite fixes
+
+* Fri Oct 5 2012 willb <willb at redhat> - 0.16.1-1
+- Fixes BZs 786801, 796406, 802821, 850205, 851217, and incorporates all fixes from the 0.16.0 series.
+
+* Fri Oct 5 2012 willb <willb at redhat> - 0.16.0-9
+- Fixes BZ 861055
+
+* Thu Oct 4 2012 willb <willb at redhat> - 0.16.0-8
+- Packaging fixes
+
+* Thu Oct 4 2012 willb <willb at redhat> - 0.16.0-7
+- 0.16.0-6 built without an updated changelog
+
+* Thu Oct 4 2012 willb <willb at redhat> - 0.16.0-6
+- Fixes for database migration errors coming from 0.12.5-10 (but not earlier releases); BZ 861081
+- Fixes for spurious error messages in agent failure cases related to the secret file
+- Fixes for various API methods with incorrect or confusing permissions
+
+* Tue Sep 25 2012 willb <willb at redhat> - 0.16.0-5
+- Addresses more issues uncovered in authentication support (incorporates the "arno" patchset and revisions)
+- Fixes for spurious test-suite failures
+
+* Tue Sep 18 2012 willb <willb at redhat> - 0.16.0-4
+- Addresses issues uncovered while testing authentication support (incorporates the "arno" patchset)
+
+* Thu Sep 6 2012 willb <willb at redhat> - 0.16.0-3
+- Minor fixes to client library crashing bugs exposed by authorization support
+
+* Wed Aug 15 2012 willb <willb at redhat> - 0.16.0-2
+- Added default value for WALLABY_USERDB_NAME to supplied environment file
+- Minor fixes to authorization issues uncovered in development
+
 * Tue Aug 7 2012 willb <willb at redhat> - 0.16.0-1
-- per-method authentication support for wallaby API methods
+- per-method authorization support for wallaby API methods
 - API version bump to 20101031.6
 
+* Thu Jun 28 2012 willb <willb at redhat> - 0.12.5-10
+- fixes BZs 748507, 834141, 807820, and 835525 (all backports from 0.15.x)
+
 * Tue Jun 26 2012 willb <willb at redhat> - 0.15.1-3
 - fixes for some stealthier serialized-configuration type-sniffing bugs and attendant nasty crashes (BZ 835713)
 


More information about the scm-commits mailing list