New upstream release 1.13.0

- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.13.0
This commit is contained in:
Lukas Slebodnik 2015-07-08 15:56:49 +02:00
parent aa1a6b1ea9
commit b46d3ce3db
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -63,3 +63,4 @@ sssd-1.2.91.tar.gz
/sssd-1.12.4.tar.gz
/sssd-1.12.5.tar.gz
/sssd-1.13.0alpha.tar.gz
/sssd-1.13.0.tar.gz

View File

@ -1 +1 @@
0ffa8d3b8d7d22acb9200e11b1f641dd sssd-1.13.0alpha.tar.gz
2c3f3e6b2cd875879e6a55f49f13d8db sssd-1.13.0.tar.gz

View File

@ -29,12 +29,12 @@
Name: sssd
Version: 1.13.0
Release: 2%{?dist}.alpha
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}alpha.tar.gz
Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
### Patches ###
@ -511,7 +511,7 @@ UpdateTimestamps() {
done
}
%setup -q -n %{name}-1.12.90
%setup -q
for p in %patches ; do
%__patch -p1 -i $p
@ -1011,6 +1011,10 @@ fi
%{_libdir}/%{name}/modules/libwbclient.so
%changelog
* Wed Jul 08 2015 Lukas Slebodnik <lslebodn@redhat.com> - 1.13.0-3
- New upstream release 1.13.0
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.13.0
* Tue Jun 30 2015 Lukas Slebodnik <lslebodn@redhat.com> - 1.13.0-2.alpha
- Unify return type of list_active_domains for python{2,3}