From 44e74f05ff69bfdf5026c6b66e68a96904b02917 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: May 17 2013 21:33:54 +0000 Subject: fix the unit file, tag as 0.31.4 - add an [Install] section containing WantedBy=sysinit.target to the systemd unit file (#963722), allowing it to actually be enabled --- diff --git a/configure.ac b/configure.ac index 3519c81..592624a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(oddjob,0.31.3) +AC_INIT(oddjob,0.31.4) AC_PREREQ(2.59) PACKAGE_NAME_CAPS=`echo $PACKAGE_NAME | tr '[a-z]' '[A-Z]'` AC_DEFINE_UNQUOTED(PACKAGE_NAME_CAPS,"$PACKAGE_NAME_CAPS",[Define to the package name, in caps.]) diff --git a/oddjob.spec b/oddjob.spec index 23500b2..6c4c21f 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -16,8 +16,8 @@ %endif Name: oddjob -Version: 0.31.3 -Release: 2%{?dist} +Version: 0.31.4 +Release: 1%{?dist} Source0: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz #Source1: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz.sig Summary: A D-Bus service which runs odd jobs on behalf of client applications @@ -244,6 +244,13 @@ fi exit 0 %changelog +* Fri May 17 2013 Nalin Dahyabhai 0.31.4-1 +- add an [Install] section containing WantedBy=sysinit.target to the systemd + unit file (#963722), allowing it to actually be "enabled" + +* Thu Feb 14 2013 Fedora Release Engineering - 0.31.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Fri Jan 18 2013 Nalin Dahyabhai 0.31.3-2 - use %%systemd_postun_with_restart instead of plain old %%systemd_postun, because we can be restarted in the %%postun diff --git a/scripts/oddjobd.service.in b/scripts/oddjobd.service.in index 7730c20..fdbb3e4 100644 --- a/scripts/oddjobd.service.in +++ b/scripts/oddjobd.service.in @@ -6,3 +6,6 @@ After=syslog.target network.target dbus.service Type=simple PIDFile=/var/run/oddjobd.pid ExecStart=@sbindir@/oddjobd -n -p /var/run/oddjobd.pid -t 300 + +[Install] +WantedBy=multi-user.target