[oddjob] Update to 0.33

Nalin Dahyabhai nalin at fedoraproject.org
Tue Apr 22 15:16:56 UTC 2014


commit 91fe4a73b942017fec44290679fe93f2059a0fa3
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Apr 22 11:16:33 2014 -0400

    Update to 0.33
    
    - catch calls to the method invocation helper function that mistakenly
      didn't include the newly-required timeout value (#1089655,#1089656)
    - stop overriding the system-wide UMASK default in our default
      oddjobd-mkhomedir.conf file (#995097)

 .gitignore  |    2 ++
 oddjob.spec |   10 +++++++++-
 sources     |    4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6741437..4c3827e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ oddjob-0.30.1.tar.gz
 /oddjob-0.31.5.tar.gz.sig
 /oddjob-0.32.tar.gz
 /oddjob-0.32.tar.gz.sig
+/oddjob-0.33.tar.gz
+/oddjob-0.33.tar.gz.sig
diff --git a/oddjob.spec b/oddjob.spec
index ae2ced8..4050f19 100644
--- a/oddjob.spec
+++ b/oddjob.spec
@@ -16,7 +16,7 @@
 %endif
 
 Name: oddjob
-Version: 0.32
+Version: 0.33
 Release: 1%{?dist}
 Source0: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz
 Source1: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz.sig
@@ -250,6 +250,14 @@ fi
 exit 0
 
 %changelog
+* Tue Apr 22 2014 Nalin Dahyabhai <nalin at redhat.com> 0.33
+- catch calls to the method invocation helper function that mistakenly
+  didn't include the newly-required timeout value (#1089655,#1089656)
+
+* Tue Apr  8 2014 Nalin Dahyabhai <nalin at redhat.com> 0.32.1-1
+- stop overriding the system-wide UMASK default in our default
+  oddjobd-mkhomedir.conf file (#995097)
+
 * Tue Apr  8 2014 Nalin Dahyabhai <nalin at redhat.com> 0.32-1
 - add a -t flag to oddjob_request to allow its timeout to be
   customized (#1085491)
diff --git a/sources b/sources
index 160d5ba..6d1f287 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8d47428acc987830c48fa15b9cdd1d75  oddjob-0.32.tar.gz
-c7511ce05bb0a43e90c8e820b18c780e  oddjob-0.32.tar.gz.sig
+020e148595ddf5c970dbee51b872e3d0  oddjob-0.33.tar.gz
+83f64e426d1a414e22b2c6f7a01d721b  oddjob-0.33.tar.gz.sig


More information about the scm-commits mailing list