< Fri Feb  4 13:57:47 CET 2011 - jsuchome@suse.cz
< 
< - added command to close the connection
< - 2.20.1
< 
< -------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ldap?expand=0&rev=8
This commit is contained in:
Jiří Suchomel 2011-02-04 14:19:40 +00:00 committed by Git OBS Bridge
parent 7ac9b99562
commit f782cd7532
4 changed files with 23 additions and 31 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2891d5fa2e1141649f5b078bcfee2f8cf3796e25add4d0db453a0f1c24b6997
size 268112

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d64742373f4eaf12630cae3bf39391c728da7a260d06a782b4d656a6cdf14bf
size 268165

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 4 13:57:47 CET 2011 - jsuchome@suse.cz
- added command to close the connection
- 2.20.1
-------------------------------------------------------------------
Thu Jan 13 09:33:46 CET 2011 - jsuchome@suse.cz

View File

@ -1,37 +1,23 @@
#
# spec file for package yast2-ldap (Version 2.20.0)
# spec file for package yast2-ldap (Version 2.20.1)
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: yast2-ldap
Version: 2.20.1
Release: 0
Name: yast2-ldap
Version: 2.20.0
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-ldap-2.20.0.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-ldap-2.20.1.tar.bz2
Prefix: /usr
prefix: /usr
Group: System/YaST
License: GPLv2+
BuildRequires: doxygen gcc-c++ libldapcpp-devel libxcrypt-devel yast2 yast2-core-devel yast2-devtools
Summary: YaST2 - LDAP Agent
Requires: ldapcpplib yast2
Group: System/YaST
License: GPL v2 or later
BuildRequires: gcc-c++ libldapcpp-devel libxcrypt-devel yast2-devtools doxygen yast2-core-devel yast2
Summary: YaST2 - LDAP Agent
Requires: ldapcpplib yast2
%description
This agent is used by various YaST2 modules to work with LDAP. It
@ -39,7 +25,7 @@ enables searching the LDAP tree and adding/deleting/modifying items on
an LDAP server.
%prep
%setup -n yast2-ldap-2.20.0
%setup -n yast2-ldap-2.20.1
%build
%{prefix}/bin/y2tool y2autoconf
@ -63,6 +49,7 @@ for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desk
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
%clean
rm -rf "$RPM_BUILD_ROOT"
@ -74,4 +61,3 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/YaST2/plugin/libpy2ag_ldap.so
%{_libdir}/YaST2/plugin/libpy2ag_ldap.la
%doc %{prefix}/share/doc/packages/yast2-ldap
%changelog