Accepting request 223047 from YaST:Head
submit new version 3.1.6 OBS-URL: https://build.opensuse.org/request/show/223047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ldap?expand=0&rev=36
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74bc47cc5c088a8c56716576e0dfb8b0caca87dc1651ebbc9396c1c41fe42ecd
|
||||
size 30234
|
3
yast2-ldap-3.1.6.tar.bz2
Normal file
3
yast2-ldap-3.1.6.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b073568858f295df19842f64b58a8c3daaef6318cd6acd378d3f1ff335362b1e
|
||||
size 51867
|
@@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 13:59:06 UTC 2014 - varkoly@suse.com
|
||||
|
||||
- Fix SCR.Reads and Writes first parameter. This must be path.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 11:12:38 UTC 2014 - varkoly@suse.com
|
||||
|
||||
- Remove not used subroutines from the Ldap module
|
||||
- BNC#863329 - Missing Ldap::Export()
|
||||
- BNC#863612 YaST reports Cannot find client ldap/routines.rb
|
||||
- Simplify ldap-conf agent: Until now ldap informations was saved in
|
||||
3 places: /etc/ldap.conf /etc/openldap/ldap.conf and the sysconfig
|
||||
file ldap. From now on only /etc/openldap/ldap.conf will be used.
|
||||
/etc/ldap.conf is only for nss_ldap which is not provided anymore
|
||||
The variable BIND_DN in sysconfig file ldap can saved in
|
||||
/etc/openldap/ldap.conf too. BASE_CONFIG_DN was everytime
|
||||
ou=ldapconfig,$BASE
|
||||
- 3.1.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 16:33:18 UTC 2014 - jreidinger@suse.com
|
||||
|
||||
- add missing sysconfig ldap agent
|
||||
- 3.1.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 14:55:42 UTC 2014 - jreidinger@suse.com
|
||||
|
||||
- properly conflict with old yast2-ldap-client
|
||||
- 3.1.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 23:59:03 UTC 2014 - varkoly@suse.com
|
||||
|
||||
- Include routines from routines.rb into Ldap.rb
|
||||
- 3.1.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 11:53:35 UTC 2014 - varkoly@suse.com
|
||||
|
||||
- Add yast2-network is needed by Ldap.rb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 09:46:34 UTC 2014 - varkoly@suse.com
|
||||
|
||||
- Increase version to mark that this package provides the
|
||||
yast2-ldap-client functionality for other yast modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 12:15:31 UTC 2014 - varkoly@suse.com
|
||||
|
||||
- Include modules from yast2-ldap-client
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 15:56:18 UTC 2013 - jreidinger@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-ldap
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-ldap
|
||||
Version: 3.1.1
|
||||
Version: 3.1.6
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -29,12 +29,16 @@ BuildRequires: libldapcpp-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: yast2
|
||||
BuildRequires: yast2-core-devel
|
||||
BuildRequires: yast2-devtools >= 3.0.6
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: yast2-network
|
||||
Summary: YaST2 - LDAP Agent
|
||||
License: GPL-2.0
|
||||
Group: System/YaST
|
||||
Requires: ldapcpplib
|
||||
Requires: yast2
|
||||
Requires: yast2-network
|
||||
Conflicts: yast2-ldap-client < 3.1.5
|
||||
Conflicts: yast2-auth-client < 3.1.6
|
||||
|
||||
%description
|
||||
This agent is used by various YaST2 modules to work with LDAP. It
|
||||
@@ -53,6 +57,7 @@ an LDAP server.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{yast_moduledir}/*
|
||||
%{yast_clientdir}/*
|
||||
%{yast_scrconfdir}/*.scr
|
||||
%{yast_plugindir}/libpy2ag_ldap.so.*
|
||||
%{yast_plugindir}/libpy2ag_ldap.so
|
||||
|
Reference in New Issue
Block a user