Update to 0.34.3

- 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
This commit is contained in:
Nalin Dahyabhai 2015-07-10 12:55:19 -04:00
parent 182ffdb121
commit f2da816ede
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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 <nalin@redhat.com> - 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 <nalin@redhat.com> - 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

View File

@ -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