Accepting request 67284 from network:ldap
Accepted submit request 67284 from user coolo OBS-URL: https://build.opensuse.org/request/show/67284 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=24
This commit is contained in:
commit
22cb3a1962
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83e3c3cc49780087e6d3e54306bcc991c3e81944dae2eb7883dad6dbbf3b933d
|
||||
size 1291491
|
3
sssd-1.5.5.tar.bz2
Normal file
3
sssd-1.5.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c55e2676839d8991a6287038c63deccf95123562842958df99011c30bd05408
|
||||
size 1292470
|
15
sssd.changes
15
sssd.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 11:31:38 UTC 2011 - rhafer@suse.de
|
||||
|
||||
- Update to 1.5.5
|
||||
* Fixes for several crash bugs
|
||||
* LDAP group lookups will no longer abort if there is a
|
||||
zero-length member attribute
|
||||
* Add automatic fallback to 'cn' if the 'gecos' attribute does not
|
||||
exist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 30 09:47:23 UTC 2011 - rhafer@suse.de
|
||||
|
||||
- Should build in SLE-11-SP1 now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 13:23:57 UTC 2011 - rhafer@suse.de
|
||||
|
||||
|
20
sssd.spec
20
sssd.spec
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: sssd
|
||||
Version: 1.5.4
|
||||
Version: 1.5.5
|
||||
Release: 1
|
||||
Group: System/Daemons
|
||||
Summary: System Security Services Daemon
|
||||
@ -34,6 +34,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define pipepath %{sssdstatedir}/pipes
|
||||
%define pubconfpath %{sssdstatedir}/pubconf
|
||||
|
||||
# SLES11 doesn't know the python_* macros
|
||||
%if %suse_version <= 1110
|
||||
%define python_sitelib %py_sitedir
|
||||
%define python_sitearch %py_sitedir
|
||||
%endif
|
||||
|
||||
### Build Dependencies ###
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -149,6 +155,18 @@ rm -f \
|
||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_ipa.la \
|
||||
$RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_simple.la \
|
||||
$RPM_BUILD_ROOT/%{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.la
|
||||
|
||||
%if %suse_version <= 1110
|
||||
# remove some unsupported languages, sssd does not contain
|
||||
# translations for these anyway
|
||||
rm -rf \
|
||||
$RPM_BUILD_ROOT/usr/share/locale/fa_IR \
|
||||
$RPM_BUILD_ROOT/usr/share/locale/ja_JP \
|
||||
$RPM_BUILD_ROOT/usr/share/locale/lt_LT \
|
||||
$RPM_BUILD_ROOT/usr/share/locale/ta_IN \
|
||||
$RPM_BUILD_ROOT/usr/share/locale/vi_VN
|
||||
%endif
|
||||
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%clean
|
||||
|
Loading…
Reference in New Issue
Block a user