From 59f6a1d8b9cd4976783d92c138dffd80a2591829 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Feb 26 2017 07:00:30 +0000 Subject: Docs and .spec updates Resync .spec file with Fedora. Update "prepend_user_name" behavior to be less surprising when used in combination with "argument_passing_method" set to "cmdline". Signed-off-by: Nalin Dahyabhai --- diff --git a/configure.ac b/configure.ac index 6b1126a..f9e98da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(oddjob,0.34.3) +AC_INIT(oddjob,0.34.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 5be53ea..39ba904 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -21,10 +21,10 @@ %endif Name: oddjob -Version: 0.34.3 +Version: 0.34.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 +Source0: https://releases.pagure.org/oddjob/oddjob-%{version}.tar.gz +#Source1: https://releases.pagure.org/oddjob/oddjob-%{version}.tar.gz.sig Summary: A D-Bus service which runs odd jobs on behalf of client applications License: BSD Group: System Environment/Daemons @@ -49,7 +49,7 @@ Requires: dbus # for "killall" Requires(post): psmisc Obsoletes: oddjob-devel < 0.30, oddjob-libs < 0.30, oddjob-python < 0.30 -URL: http://www.fedorahosted.org/oddjob +URL: https://pagure.io/oddjob %if %{systemd} BuildRequires: systemd-units @@ -255,6 +255,18 @@ fi exit 0 %changelog +* Sun Feb 26 2017 Nalin Dahyabhai - 0.34.4-1 +- when "prepend_user_name" is used, the user name is now added to the helper's + command line after arguments that were specified in the helper "exec" + attribute +- resync with Fedora packaging + +* Sat Feb 11 2017 Fedora Release Engineering - 0.34.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 0.34.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * 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