diff --git a/.gitignore b/.gitignore index 3b4a3a6..766e865 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ sssd-1.2.91.tar.gz /sssd-1.13.4.tar.gz /sssd-1.14.0alpha.tar.gz /sssd-1.14.0beta1.tar.gz +/sssd-1.14.0.tar.gz diff --git a/sources b/sources index 9749b98..6ff4c3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9440b6a5e46d46c4e8d4531c4043fa5d sssd-1.14.0beta1.tar.gz +2e1e5176d87ee829e3f92bb4f538789e sssd-1.14.0.tar.gz diff --git a/sssd.spec b/sssd.spec index f962c1d..f58007c 100644 --- a/sssd.spec +++ b/sssd.spec @@ -25,12 +25,12 @@ Name: sssd Version: 1.14.0 -Release: 2%{?dist}.beta1 +Release: 3%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ URL: http://fedorahosted.org/sssd/ -Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}beta1.tar.gz +Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ### Patches ### @@ -506,7 +506,7 @@ Conflicts: libwbclient-devel < 4.2.0-0.2.rc2 Development libraries for the SSSD libwbclient implementation. %package winbind-idmap -Summary: SSSSD's idmap_sss Backend for Winbind +Summary: SSSD's idmap_sss Backend for Winbind Group: Applications/System License: GPLv3+ and LGPLv3+ @@ -530,7 +530,7 @@ UpdateTimestamps() { done } -%setup -q -n %{name}-1.13.91 +%setup -q for p in %patches ; do %__patch -p1 -i $p @@ -889,6 +889,7 @@ done %{_mandir}/man8/sss_override.8* %{_mandir}/man8/sss_debuglevel.8* %{_mandir}/man8/sss_seed.8* +%{_mandir}/man8/sssctl.8* %files -n python2-sssdconfig -f python2_sssdconfig.lang %defattr(-,root,root,-) @@ -1063,6 +1064,10 @@ fi %{_libdir}/%{name}/modules/libwbclient.so %changelog +* Fri Jul 08 2016 Lukas Slebodnik - 1.14.0-3 +- New upstream release 1.14.0 +- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.14.0 + * Fri Jul 01 2016 Lukas Slebodnik - 1.14.0-2.beta - New upstream release 1.14 beta - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.14.0beta