New upstream release 1.13.0
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.13.0
This commit is contained in:
parent
aa1a6b1ea9
commit
b46d3ce3db
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@ sssd-1.2.91.tar.gz
|
|||||||
/sssd-1.12.4.tar.gz
|
/sssd-1.12.4.tar.gz
|
||||||
/sssd-1.12.5.tar.gz
|
/sssd-1.12.5.tar.gz
|
||||||
/sssd-1.13.0alpha.tar.gz
|
/sssd-1.13.0alpha.tar.gz
|
||||||
|
/sssd-1.13.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
0ffa8d3b8d7d22acb9200e11b1f641dd sssd-1.13.0alpha.tar.gz
|
2c3f3e6b2cd875879e6a55f49f13d8db sssd-1.13.0.tar.gz
|
||||||
|
10
sssd.spec
10
sssd.spec
@ -29,12 +29,12 @@
|
|||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.13.0
|
Version: 1.13.0
|
||||||
Release: 2%{?dist}.alpha
|
Release: 3%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://fedorahosted.org/sssd/
|
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)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
### Patches ###
|
### Patches ###
|
||||||
@ -511,7 +511,7 @@ UpdateTimestamps() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n %{name}-1.12.90
|
%setup -q
|
||||||
|
|
||||||
for p in %patches ; do
|
for p in %patches ; do
|
||||||
%__patch -p1 -i $p
|
%__patch -p1 -i $p
|
||||||
@ -1011,6 +1011,10 @@ fi
|
|||||||
%{_libdir}/%{name}/modules/libwbclient.so
|
%{_libdir}/%{name}/modules/libwbclient.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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}
|
- Unify return type of list_active_domains for python{2,3}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user