diff --git a/yast2-ldap-2.15.0.tar.bz2 b/yast2-ldap-2.15.0.tar.bz2 deleted file mode 100644 index 6d4636b..0000000 --- a/yast2-ldap-2.15.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:964d9b6afaa08955e62377254555b4620aceaf29712e45ee5dbbffc2792c996b -size 249469 diff --git a/yast2-ldap-2.15.1.tar.bz2 b/yast2-ldap-2.15.1.tar.bz2 new file mode 100644 index 0000000..7074403 --- /dev/null +++ b/yast2-ldap-2.15.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb19a6b50ef4ccd2d8ada7dff80fafb1bf31639bf7cb3823a20729af28c97277 +size 249572 diff --git a/yast2-ldap.changes b/yast2-ldap.changes index 53f5154..636300e 100644 --- a/yast2-ldap.changes +++ b/yast2-ldap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 5 16:06:34 CET 2007 - jsuchome@suse.cz + +- return information that "starting TLS" failed (#246397) +- 2.15.1 + ------------------------------------------------------------------- Mon Dec 18 13:16:05 CET 2006 - jsuchome@suse.cz diff --git a/yast2-ldap.spec b/yast2-ldap.spec index d145db6..2dd5de7 100644 --- a/yast2-ldap.spec +++ b/yast2-ldap.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-ldap (Version 2.15.0) +# spec file for package yast2-ldap (Version 2.15.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-ldap -Version: 2.15.0 +Version: 2.15.1 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ldap-2.15.0.tar.bz2 +Source0: yast2-ldap-2.15.1.tar.bz2 prefix: /usr BuildRequires: doxygen gcc-c++ ldapcpplib-devel libxcrypt-devel yast2 yast2-core-devel yast2-devtools Summary: YaST2 - LDAP Agent @@ -34,7 +34,7 @@ Authors: Jiri Suchomel %prep -%setup -n yast2-ldap-2.15.0 +%setup -n yast2-ldap-2.15.1 %build %{prefix}/bin/y2tool y2autoconf @@ -66,7 +66,10 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/YaST2/plugin/libpy2ag_ldap.la %doc %{prefix}/share/doc/packages/yast2-ldap -%changelog -n yast2-ldap +%changelog +* Mon Mar 05 2007 - jsuchome@suse.cz +- return information that "starting TLS" failed (#246397) +- 2.15.1 * Mon Dec 18 2006 - jsuchome@suse.cz - ask attribute for 'usage' flag (required by F301179) - new call for testing password policy support (F301179)