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:
parent
182ffdb121
commit
f2da816ede
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user