From 72f83f8ad808989bce3f6ead39dfbe71eac175d3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 10 Apr 2014 13:15:33 -0400 Subject: [PATCH] Fix bug in generation of systemd unit file There was a bug in the generation of the tarball that results in a unit file with a path to /usr/local/sbin, which is incorrect. --- sssd.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sssd.spec b/sssd.spec index 48b42d6..d1e3dbf 100644 --- a/sssd.spec +++ b/sssd.spec @@ -14,7 +14,7 @@ Name: sssd Version: 1.11.5 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -380,7 +380,9 @@ autoreconf -ivf --with-test-dir=/dev/shm \ %{?with_cifs_utils_plugin_option} -make %{?_smp_mflags} all docs +rm -f src/sysv/systemd/sssd.service + +make %{?_smp_mflags} all docs src/sysv/systemd/sssd.service %check export CK_TIMEOUT_MULTIPLIER=10 @@ -730,6 +732,9 @@ fi %postun -n libsss_idmap -p /sbin/ldconfig %changelog +* Thu Apr 10 2014 Stephen Gallagher 1.11.5-2 +- Fix bug in generation of systemd unit file + * Tue Apr 08 2014 Jakub Hrozek - 1.11.5-1 - New upstream release 1.11.5 - Remove upstreamed patch