[sssd/f18] New upstream release 1.9.0 RC1

Jakub Hrozek jhrozek at fedoraproject.org
Sat Sep 15 09:52:39 UTC 2012


commit 3f71596337c0903c7de52e91590a3422cb3bd898
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Fri Sep 14 14:36:08 2012 +0200

    New upstream release 1.9.0 RC1

 .gitignore                                         |    1 +
 ...ccess-phase-if-HBAC-does-not-return-PAM_S.patch |   24 --
 ...to-remove-the-temp-login-file-if-already-.patch |   44 ----
 ...-the-SELinux-login-file-if-there-are-mapp.patch |  223 --------------------
 sources                                            |    2 +-
 sssd.spec                                          |   12 +-
 6 files changed, 8 insertions(+), 298 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 54b9b97..f43f3c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.9.0beta5.tar.gz
 /sssd-1.9.0beta6.tar.gz
 /sssd-1.9.0beta7.tar.gz
+/sssd-1.9.0rc1.tar.gz
diff --git a/sources b/sources
index 3c41132..e80eb96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ac3b4a29f5f8f154133583ed4644aab  sssd-1.9.0beta7.tar.gz
+24c40663bad101c58335618b2abb064f  sssd-1.9.0rc1.tar.gz
diff --git a/sssd.spec b/sssd.spec
index a3cdf8c..ae392dc 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -16,12 +16,12 @@
 
 Name: sssd
 Version: 1.9.0
-Release: 21%{?dist}.beta7
+Release: 22%{?dist}.rc1
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
 URL: http://fedorahosted.org/sssd/
-Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}beta7.tar.gz
+Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}rc1.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
@@ -209,7 +209,7 @@ UpdateTimestamps() {
   done
 }
 
-%setup -q -n %{name}-1.8.97
+%setup -q -n %{name}-1.8.98
 
 for p in %patches ; do
     %__patch -p1 -i $p
@@ -237,9 +237,6 @@ autoreconf -ivf
 make %{?_smp_mflags} all docs
 
 %check
-# 'patch' doesn't create the new tests with the executable flag
-chmod +x src/tests/pyhbac-test.py
-
 export CK_TIMEOUT_MULTIPLIER=10
 make %{?_smp_mflags} check
 unset CK_TIMEOUT_MULTIPLIER
@@ -516,6 +513,9 @@ fi
 %postun -n libsss_sudo -p /sbin/ldconfig
 
 %changelog
+* Fri Sep 14 2012 Jakub Hrozek <jhrozek at redhat.com> - 1.9.0-22.rc1
+- New upstream release 1.9.0 rc1
+
 * Thu Sep 06 2012 Jakub Hrozek <jhrozek at redhat.com> - 1.9.0-21.beta7
 - New upstream release 1.9.0 beta7
 - obsoletes patches #1-#3


More information about the scm-commits mailing list