From 3bf4ca731d6e88ea4e5bbc1f4bf5ff7ca6b2f95ef3d735a40d37b892588beb78 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 25 Jun 2008 22:47:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ldap?expand=0&rev=4 --- yast2-ldap-2.16.0.tar.bz2 | 3 --- yast2-ldap-2.17.0.tar.bz2 | 3 +++ yast2-ldap.changes | 11 +++++++++++ yast2-ldap.spec | 15 ++++++++++----- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 yast2-ldap-2.16.0.tar.bz2 create mode 100644 yast2-ldap-2.17.0.tar.bz2 diff --git a/yast2-ldap-2.16.0.tar.bz2 b/yast2-ldap-2.16.0.tar.bz2 deleted file mode 100644 index 99c9ab4..0000000 --- a/yast2-ldap-2.16.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60b3e3fb11753e8c715e26e16c54b03cee0b0e8608229c0074de71c91b690adc -size 253459 diff --git a/yast2-ldap-2.17.0.tar.bz2 b/yast2-ldap-2.17.0.tar.bz2 new file mode 100644 index 0000000..5361bb6 --- /dev/null +++ b/yast2-ldap-2.17.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33c51c095acaa634ad26f1c5023909903293d3a7cb4c46eb522c3e0ffc56ae1 +size 254044 diff --git a/yast2-ldap.changes b/yast2-ldap.changes index a7703e6..a197b2d 100644 --- a/yast2-ldap.changes +++ b/yast2-ldap.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 24 11:04:45 CEST 2008 - jsuchome@suse.cz + +- ldapcpplib-devel renamed to libldapcpp-devel (bnc#403082) +- 2.17.0 + +------------------------------------------------------------------- +Fri Feb 29 13:51:31 CET 2008 - jsuchome@suse.cz + +- document Execute (.unbind) agent call + ------------------------------------------------------------------- Wed Feb 27 09:36:35 CET 2008 - jsuchome@suse.cz diff --git a/yast2-ldap.spec b/yast2-ldap.spec index 2802070..d08c8db 100644 --- a/yast2-ldap.spec +++ b/yast2-ldap.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-ldap (Version 2.16.0) +# spec file for package yast2-ldap (Version 2.17.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,14 +12,14 @@ Name: yast2-ldap -Version: 2.16.0 +Version: 2.17.0 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ldap-2.16.0.tar.bz2 +Source0: yast2-ldap-2.17.0.tar.bz2 Prefix: /usr -BuildRequires: doxygen gcc-c++ ldapcpplib-devel libxcrypt-devel yast2 yast2-core-devel yast2-devtools +BuildRequires: doxygen gcc-c++ libldapcpp-devel libxcrypt-devel yast2 yast2-core-devel yast2-devtools Summary: YaST2 - LDAP Agent Requires: ldapcpplib yast2 @@ -35,7 +35,7 @@ Authors: Jiri Suchomel %prep -%setup -n yast2-ldap-2.16.0 +%setup -n yast2-ldap-2.17.0 %build %{prefix}/bin/y2tool y2autoconf @@ -67,6 +67,11 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/YaST2/plugin/libpy2ag_ldap.la %doc %{prefix}/share/doc/packages/yast2-ldap %changelog +* Tue Jun 24 2008 jsuchome@suse.cz +- ldapcpplib-devel renamed to libldapcpp-devel (bnc#403082) +- 2.17.0 +* Fri Feb 29 2008 jsuchome@suse.cz +- document Execute (.unbind) agent call * Wed Feb 27 2008 jsuchome@suse.cz - search for all attributes (this time pwdaccountlockedtime) before modify action (bnc#364837)