diff --git a/.gitignore b/.gitignore index 777b86d..ed3d4ee 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ oddjob-0.30.1.tar.gz /oddjob-0.34.1.tar.gz.sig /oddjob-0.34.2.tar.gz /oddjob-0.34.2.tar.gz.sig +/oddjob-0.34.3.tar.gz +/oddjob-0.34.3.tar.gz.sig diff --git a/oddjob.spec b/oddjob.spec index e340fbf..432c92e 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -21,7 +21,7 @@ %endif Name: oddjob -Version: 0.34.2 +Version: 0.34.3 Release: 1%{?dist} Source0: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz Source1: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz.sig @@ -255,6 +255,12 @@ fi exit 0 %changelog +* Fri Jul 10 2015 Nalin Dahyabhai - 0.34.3-1 +- tweak initialization so that we set up for providing our D-Bus APIs before we + register our names with the bus, so that we can handle any requests that + arrive before the acknowledgement of that registration, which should make + system activation a viable option + * Tue Jun 30 2015 Nalin Dahyabhai - 0.34.2-1 - fix a crasher in pam_oddjob_mkhomedir.so: remove an initialization step that should have been removed when the module was modified to accept larger diff --git a/sources b/sources index c52df9e..b82f179 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -cb2ac44a6edff2cd7a2c203a0c22c4ff oddjob-0.34.2.tar.gz -87e57c867bac6348631e55ed947ac4b7 oddjob-0.34.2.tar.gz.sig +a0cdacd8ead4a584c948748dd4424df4 oddjob-0.34.3.tar.gz +5744ec3beefa2fcdcbb1fc642ec5b34c oddjob-0.34.3.tar.gz.sig