[sssd] New upstream release 1.11.5.1

Jakub Hrozek jhrozek at fedoraproject.org
Fri Apr 11 17:40:36 UTC 2014


commit 4c0bb78ec96c4d0e3cbb7bd033623423df6ca52e
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Fri Apr 11 11:14:46 2014 +0200

    New upstream release 1.11.5.1

 .gitignore |    1 +
 sources    |    2 +-
 sssd.spec  |   13 ++++++++-----
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 76abc53..ab3111e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.11.3.tar.gz
 /sssd-1.11.4.tar.gz
 /sssd-1.11.5.tar.gz
+/sssd-1.11.5.1.tar.gz
diff --git a/sources b/sources
index 705c560..4106d9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c460389f1a2f23bffc93a99413a7ff95  sssd-1.11.5.tar.gz
+1aa92011bf08adaf66199c28a2973c9a  sssd-1.11.5.1.tar.gz
diff --git a/sssd.spec b/sssd.spec
index d1e3dbf..c055cbd 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -13,8 +13,8 @@
 %global ldb_version 1.1.16
 
 Name: sssd
-Version: 1.11.5
-Release: 2%{?dist}
+Version: 1.11.5.1
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -377,12 +377,11 @@ autoreconf -ivf
     --enable-ldb-version-check \
     --disable-static \
     --disable-rpath \
+    --with-initscript=systemd \
     --with-test-dir=/dev/shm \
     %{?with_cifs_utils_plugin_option}
 
-rm -f src/sysv/systemd/sssd.service
-
-make %{?_smp_mflags} all docs src/sysv/systemd/sssd.service
+make %{?_smp_mflags} all docs
 
 %check
 export CK_TIMEOUT_MULTIPLIER=10
@@ -732,6 +731,10 @@ fi
 %postun -n libsss_idmap -p /sbin/ldconfig
 
 %changelog
+* Fri Apr 11 2014 Jakub Hrozek <jhrozek at redhat.com> - 1.11.5.1-1
+- New upstream release 1.11.5.1
+- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.5.1
+
 * Thu Apr 10 2014 Stephen Gallagher <sgallagh at redhat.com> 1.11.5-2
 - Fix bug in generation of systemd unit file
 


More information about the scm-commits mailing list