diff --git a/.cvsignore b/.cvsignore index 034fe42..71f185f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -oddjob-0.24-1.tar.gz +oddjob-0.25-1.tar.gz diff --git a/oddjob.spec b/oddjob.spec index 766104b..2421ebb 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -1,8 +1,8 @@ %define build_sample 0 Name: oddjob -Version: 0.24 -Release: 3 +Version: 0.25 +Release: 1 Source: http://people.redhat.com/nalin/oddjob/oddjob-%{version}-1.tar.gz Summary: A D-BUS service which runs odd jobs on behalf of client applications License: BSD @@ -102,6 +102,7 @@ install -m755 sample/oddjob-sample.sh sample-install-root/sample/%{_libdir}/% %config(noreplace) %{_sysconfdir}/dbus-*/system.d/oddjob.conf %config(noreplace) %{_sysconfdir}/oddjobd.conf %dir %{_sysconfdir}/oddjobd.conf.d +%config %{_sysconfdir}/oddjobd.conf.d/oddjobd-introspection.conf %dir %{_sysconfdir}/%{name} %dir %{_libdir}/%{name} %{_libdir}/%{name}/mkhomedir @@ -142,11 +143,11 @@ fi %postun libs -p /sbin/ldconfig %changelog -* Tue Feb 28 2006 Nalin Dahyabhai 0.24-3 -- rebuild - -* Tue Feb 28 2006 Nalin Dahyabhai 0.24-2 -- rebuild +* Tue Apr 11 2006 Nalin Dahyabhai 0.25-1 +- update to 0.25: + - add introspection for parents of objects specified in the configuration + - oddjobd can reload its configuration now + - add -u (umask) and -s (skeldir) flags to the mkhomedir helper * Tue Feb 28 2006 Nalin Dahyabhai 0.24-1 - update to 0.24, fixing some build errors against D-BUS 0.30-0.33 diff --git a/sources b/sources index 8baaaea..670002a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c44b3161ca2e6c30107e597976cc296d oddjob-0.24-1.tar.gz +097d0a926874551a661f33d4c2db5169 oddjob-0.25-1.tar.gz