Mailinglist Archive: opensuse-commit (861 mails)

< Previous Next >
commit yast2-ldap-client for openSUSE:Factory

Hello community,

here is the log from the commit of package yast2-ldap-client for
openSUSE:Factory
checked in at Mon Jan 10 11:03:47 CET 2011.



--------
--- yast2-ldap-client/yast2-ldap-client.changes 2011-01-06 15:18:19.000000000
+0100
+++ /mounts/work_src_done/STABLE/yast2-ldap-client/yast2-ldap-client.changes
2011-01-07 12:59:29.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Jan 7 12:11:38 CET 2011 - jsuchome@xxxxxxx
+
+- call c_rehash after downloading certificate (bnc#662937)
+- do not write into sssd.conf when it does not exist (bnc#662963)
+- 2.20.4
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
yast2-ldap-client-2.20.3.tar.bz2

New:
----
yast2-ldap-client-2.20.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-ldap-client.spec ++++++
--- /var/tmp/diff_new_pack.DsAYdU/_old 2011-01-10 11:02:09.000000000 +0100
+++ /var/tmp/diff_new_pack.DsAYdU/_new 2011-01-10 11:02:09.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-ldap-client (Version 2.20.3)
+# spec file for package yast2-ldap-client (Version 2.20.4)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,11 +19,11 @@


Name: yast2-ldap-client
-Version: 2.20.3
+Version: 2.20.4
Release: 1

BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-ldap-client-2.20.3.tar.bz2
+Source0: yast2-ldap-client-2.20.4.tar.bz2

Prefix: /usr

@@ -57,7 +57,7 @@
OpenLDAP server will be used for user authentication.

%prep
-%setup -n yast2-ldap-client-2.20.3
+%setup -n yast2-ldap-client-2.20.4

%build
%{prefix}/bin/y2tool y2autoconf

++++++ yast2-ldap-client-2.20.3.tar.bz2 -> yast2-ldap-client-2.20.4.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ldap-client-2.20.3/src/Ldap.ycp
new/yast2-ldap-client-2.20.4/src/Ldap.ycp
--- old/yast2-ldap-client-2.20.3/src/Ldap.ycp 2011-01-06 15:01:38.000000000
+0100
+++ new/yast2-ldap-client-2.20.4/src/Ldap.ycp 2011-01-07 12:57:30.000000000
+0100
@@ -5,7 +5,7 @@
* Authors: Thorsten Kukuk <kukuk@xxxxxxx>
* Anas Nashif <nashif@xxxxxxx>
*
- * $Id: Ldap.ycp 62970 2010-12-07 15:45:14Z jsuchome $
+ * $Id: Ldap.ycp 63115 2011-01-06 14:17:50Z jsuchome $
*/

{
@@ -1945,6 +1945,12 @@
*/
global boolean WriteSSSDConfig () {

+ if (!FileUtils::Exists ("/etc/sssd/sssd.conf"))
+ {
+ y2warning ("file /etc/sssd/sssd.conf does not exists: not writing");
+ return false;
+ }
+
list<string> sections = SCR::Dir (.etc.sssd_conf.section);

SCR::Write (.etc.sssd_conf.v.sssd.domains, "default");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ldap-client-2.20.3/src/ui.ycp
new/yast2-ldap-client-2.20.4/src/ui.ycp
--- old/yast2-ldap-client-2.20.3/src/ui.ycp 2010-12-07 16:45:15.000000000
+0100
+++ new/yast2-ldap-client-2.20.4/src/ui.ycp 2011-01-07 12:53:16.000000000
+0100
@@ -428,6 +428,12 @@
list <string> l = splitstring (cert_url, "/");
name = l[size(l) -
1]:"downloaded-by-yast2-ldap-client.pem";
success = SCR::Execute (.target.bash, sformat
("/bin/cp -a '%1' '%2/%3'", certTmpFile, dir, name)) == 0;
+ // rehash cert directory (bnc#662937)
+ map out = (map)SCR::Execute (.target.bash_output,
sformat ("/usr/bin/c_rehash %1", dir));
+ if (out["stderr"]:"" != "")
+ {
+ y2error ("something went wrong: %1", out);
+ }
break;
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ldap-client-2.20.3/VERSION
new/yast2-ldap-client-2.20.4/VERSION
--- old/yast2-ldap-client-2.20.3/VERSION 2011-01-06 15:17:34.000000000
+0100
+++ new/yast2-ldap-client-2.20.4/VERSION 2011-01-07 12:58:11.000000000
+0100
@@ -1 +1 @@
-2.20.3
+2.20.4


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread