Mailinglist Archive: opensuse-commit (1306 mails)

< Previous Next >
commit yast2-samba-client
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 02 Jul 2007 16:17:18 +0200
  • Message-id: <20070702141718.E74EA678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-samba-client
checked in at Mon Jul 2 16:17:18 CEST 2007.

--------
--- yast2-samba-client/yast2-samba-client.changes       2007-06-06 15:51:42.000000000 +0200
+++ /mounts/work_src_done/NOARCH/yast2-samba-client/yast2-samba-client.changes  2007-07-02 11:21:10.962109000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 19 09:25:31 CEST 2007 - jsuchome@xxxxxxx
+
+- added support for Smart Card (F302132): pkinit section in krb.conf
+- 2.15.9 
+
+-------------------------------------------------------------------

Old:
----
  yast2-samba-client-2.15.8.tar.bz2

New:
----
  yast2-samba-client-2.15.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-samba-client.spec ++++++
--- /var/tmp/diff_new_pack.n13129/_old  2007-07-02 16:17:09.000000000 +0200
+++ /var/tmp/diff_new_pack.n13129/_new  2007-07-02 16:17:09.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package yast2-samba-client (Version 2.15.8)
+# spec file for package yast2-samba-client (Version 2.15.9)
 #
 # 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-samba-client
-Version:        2.15.8
+Version:        2.15.9
 Release:        1
-License:        GNU General Public License (GPL)
+License:        GPL v2 or later
 Group:          System/YaST
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-samba-client-2.15.8.tar.bz2
+Source0:        yast2-samba-client-2.15.9.tar.bz2
 prefix:                /usr
 BuildRequires:  perl-XML-Writer update-desktop-files yast2-devtools yast2-pam yast2-perl-bindings yast2-testsuite
 Requires:       yast2 yast2-kerberos-client
@@ -36,7 +36,7 @@
     Stanislav Visnovsky <visnov@xxxxxxx>
 
 %prep
-%setup -n yast2-samba-client-2.15.8
+%setup -n yast2-samba-client-2.15.9
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -74,6 +74,9 @@
 %doc %{prefix}/share/doc/packages/yast2-samba-client
 
 %changelog
+* Tue Jun 19 2007 - jsuchome@xxxxxxx
+- added support for Smart Card (F302132): pkinit section in krb.conf
+- 2.15.9
 * Wed Jun 06 2007 - jsuchome@xxxxxxx
 - do not offer installation of samba-winbind when winbind is not
   used for authentication (#281383)

++++++ yast2-samba-client-2.15.8.tar.bz2 -> yast2-samba-client-2.15.9.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-samba-client-2.15.8/src/dialogs.ycp new/yast2-samba-client-2.15.9/src/dialogs.ycp
--- old/yast2-samba-client-2.15.8/src/dialogs.ycp       2007-06-06 15:41:55.000000000 +0200
+++ new/yast2-samba-client-2.15.9/src/dialogs.ycp       2007-06-06 15:52:44.000000000 +0200
@@ -3,7 +3,7 @@
  * Summary:    Dialogs definitions
  * Authors:    Stanislav Visnovsky <visnov@xxxxxxx>
  *
- * $Id: dialogs.ycp 38218 2007-05-31 08:32:55Z jsuchome $
+ * $Id: dialogs.ycp 38315 2007-06-06 13:52:44Z jsuchome $
  */
 
 {
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-samba-client-2.15.8/src/SambaAD.pm new/yast2-samba-client-2.15.9/src/SambaAD.pm
--- old/yast2-samba-client-2.15.8/src/SambaAD.pm        2007-03-13 11:14:43.000000000 +0100
+++ new/yast2-samba-client-2.15.9/src/SambaAD.pm        2007-06-22 16:32:21.000000000 +0200
@@ -4,7 +4,7 @@
 # Summary:     Manage AD issues for samba-client
 # Authors:     Jiri Suchomel <jsuchome@xxxxxxx>
 #
-# $Id: SambaAD.pm 36914 2007-03-13 10:14:39Z jsuchome $
+# $Id: SambaAD.pm 38970 2007-06-22 14:32:21Z jsuchome $
 #
 
 package SambaAD;
@@ -329,7 +329,8 @@
        "kerberos_client"     => {
            "default_realm"   => $realm, 
            "default_domain"  => $domain,
-           "kdc_server"      => $ads
+           "kdc_server"      => $ads,
+           "trusted_servers" => $ads
        }
     });
     Kerberos->modified (TRUE);
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-samba-client-2.15.8/VERSION new/yast2-samba-client-2.15.9/VERSION
--- old/yast2-samba-client-2.15.8/VERSION       2007-06-06 15:43:44.000000000 +0200
+++ new/yast2-samba-client-2.15.9/VERSION       2007-06-19 09:26:38.000000000 +0200
@@ -1 +1 @@
-2.15.8
+2.15.9


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



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