New upstream release 1.14.0
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.14.0
This commit is contained in:
parent
a100349631
commit
08625190c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@ sssd-1.2.91.tar.gz
|
|||||||
/sssd-1.13.4.tar.gz
|
/sssd-1.13.4.tar.gz
|
||||||
/sssd-1.14.0alpha.tar.gz
|
/sssd-1.14.0alpha.tar.gz
|
||||||
/sssd-1.14.0beta1.tar.gz
|
/sssd-1.14.0beta1.tar.gz
|
||||||
|
/sssd-1.14.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
9440b6a5e46d46c4e8d4531c4043fa5d sssd-1.14.0beta1.tar.gz
|
2e1e5176d87ee829e3f92bb4f538789e sssd-1.14.0.tar.gz
|
||||||
|
13
sssd.spec
13
sssd.spec
@ -25,12 +25,12 @@
|
|||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.14.0
|
Version: 1.14.0
|
||||||
Release: 2%{?dist}.beta1
|
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}beta1.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 ###
|
||||||
@ -506,7 +506,7 @@ Conflicts: libwbclient-devel < 4.2.0-0.2.rc2
|
|||||||
Development libraries for the SSSD libwbclient implementation.
|
Development libraries for the SSSD libwbclient implementation.
|
||||||
|
|
||||||
%package winbind-idmap
|
%package winbind-idmap
|
||||||
Summary: SSSSD's idmap_sss Backend for Winbind
|
Summary: SSSD's idmap_sss Backend for Winbind
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv3+ and LGPLv3+
|
License: GPLv3+ and LGPLv3+
|
||||||
|
|
||||||
@ -530,7 +530,7 @@ UpdateTimestamps() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n %{name}-1.13.91
|
%setup -q
|
||||||
|
|
||||||
for p in %patches ; do
|
for p in %patches ; do
|
||||||
%__patch -p1 -i $p
|
%__patch -p1 -i $p
|
||||||
@ -889,6 +889,7 @@ done
|
|||||||
%{_mandir}/man8/sss_override.8*
|
%{_mandir}/man8/sss_override.8*
|
||||||
%{_mandir}/man8/sss_debuglevel.8*
|
%{_mandir}/man8/sss_debuglevel.8*
|
||||||
%{_mandir}/man8/sss_seed.8*
|
%{_mandir}/man8/sss_seed.8*
|
||||||
|
%{_mandir}/man8/sssctl.8*
|
||||||
|
|
||||||
%files -n python2-sssdconfig -f python2_sssdconfig.lang
|
%files -n python2-sssdconfig -f python2_sssdconfig.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -1063,6 +1064,10 @@ fi
|
|||||||
%{_libdir}/%{name}/modules/libwbclient.so
|
%{_libdir}/%{name}/modules/libwbclient.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 08 2016 Lukas Slebodnik <lslebodn@redhat.com> - 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 <lslebodn@redhat.com> - 1.14.0-2.beta
|
* Fri Jul 01 2016 Lukas Slebodnik <lslebodn@redhat.com> - 1.14.0-2.beta
|
||||||
- New upstream release 1.14 beta
|
- New upstream release 1.14 beta
|
||||||
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.14.0beta
|
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.14.0beta
|
||||||
|
Loading…
Reference in New Issue
Block a user