Mailinglist Archive: opensuse-commit (1826 mails)

< Previous Next >
commit yast2-samba-client
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 25 Sep 2008 13:23:30 +0200
  • Message-id: <20080925112330.C5C8967803F@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-samba-client
checked in at Thu Sep 25 13:23:30 CEST 2008.


--------
--- yast2-samba-client/yast2-samba-client.changes 2008-09-18
11:50:57.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-samba-client/yast2-samba-client.changes
2008-09-25 09:22:07.570198000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 25 09:09:42 CEST 2008 - jsuchome@xxxxxxx
+
+- do not restart dbus service, reload it (bnc#429520)
+- 2.17.7
+
+-------------------------------------------------------------------



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

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

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

Other differences:
------------------
++++++ yast2-samba-client.spec ++++++
--- /var/tmp/diff_new_pack.EG8725/_old 2008-09-25 13:23:23.000000000 +0200
+++ /var/tmp/diff_new_pack.EG8725/_new 2008-09-25 13:23:23.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-samba-client (Version 2.17.6)
+# spec file for package yast2-samba-client (Version 2.17.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@


Name: yast2-samba-client
-Version: 2.17.6
+Version: 2.17.7
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-samba-client-2.17.6.tar.bz2
+Source0: yast2-samba-client-2.17.7.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-pam
yast2-perl-bindings yast2-testsuite
Requires: yast2-kerberos-client perl-XML-LibXML
@@ -46,7 +46,7 @@
Stanislav Visnovsky <visnov@xxxxxxx>

%prep
-%setup -n yast2-samba-client-2.17.6
+%setup -n yast2-samba-client-2.17.7

%build
%{prefix}/bin/y2tool y2autoconf
@@ -84,6 +84,9 @@
/usr/share/YaST2/schema/autoyast/rnc/samba-client.rnc
%doc %{prefix}/share/doc/packages/yast2-samba-client
%changelog
+* Thu Sep 25 2008 jsuchome@xxxxxxx
+- do not restart dbus service, reload it (bnc#429520)
+- 2.17.7
* Thu Sep 18 2008 jsuchome@xxxxxxx
- added help text for pam_mount table
- use correct, not temporary pam_mount.conf.xml file

++++++ yast2-samba-client-2.17.6.tar.bz2 -> yast2-samba-client-2.17.7.tar.bz2
++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-samba-client-2.17.6/src/dialogs.ycp
new/yast2-samba-client-2.17.7/src/dialogs.ycp
--- old/yast2-samba-client-2.17.6/src/dialogs.ycp 2008-09-18
10:42:13.000000000 +0200
+++ new/yast2-samba-client-2.17.7/src/dialogs.ycp 2008-09-18
11:50:52.000000000 +0200
@@ -3,7 +3,7 @@
* Summary: Dialogs definitions
* Authors: Stanislav Visnovsky <visnov@xxxxxxx>
*
- * $Id: dialogs.ycp 51085 2008-09-12 10:23:02Z jsuchome $
+ * $Id: dialogs.ycp 51263 2008-09-18 09:51:07Z jsuchome $
*/

{
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-samba-client-2.17.6/src/routines.ycp
new/yast2-samba-client-2.17.7/src/routines.ycp
--- old/yast2-samba-client-2.17.6/src/routines.ycp 2008-09-18
11:42:09.000000000 +0200
+++ new/yast2-samba-client-2.17.7/src/routines.ycp 2008-09-18
11:50:52.000000000 +0200
@@ -4,7 +4,7 @@
* Summary: Miscelanous functions for configuration of samba-client.
* Authors: Stanislav Visnovsky <visnov@xxxxxxx>
*
- * $Id: routines.ycp 50010 2008-08-13 09:12:26Z jsuchome $
+ * $Id: routines.ycp 51263 2008-09-18 09:51:07Z jsuchome $
*/

{
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-samba-client-2.17.6/src/SambaWinbind.pm
new/yast2-samba-client-2.17.7/src/SambaWinbind.pm
--- old/yast2-samba-client-2.17.6/src/SambaWinbind.pm 2008-07-07
14:04:24.000000000 +0200
+++ new/yast2-samba-client-2.17.7/src/SambaWinbind.pm 2008-09-25
09:09:34.000000000 +0200
@@ -95,7 +95,7 @@
}
# restart D-BUS (#174589) FIXME this should be elsewhere
if (!$write_only && Service->Status ("dbus") == 0) {
- Service->Restart ("dbus");
+ Service->Reload ("dbus");
}
# restart zmd (#174589) FIXME this should be elsewhere
if (!$write_only && PackageSystem->Installed ("zmd") &&
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-samba-client-2.17.6/src/Samba.ycp
new/yast2-samba-client-2.17.7/src/Samba.ycp
--- old/yast2-samba-client-2.17.6/src/Samba.ycp 2008-09-18 10:31:59.000000000
+0200
+++ new/yast2-samba-client-2.17.7/src/Samba.ycp 2008-09-18 11:50:52.000000000
+0200
@@ -4,7 +4,7 @@
* Summary: Data for configuration of samba-client, input and output
functions.
* Authors: Stanislav Visnovsky <visnov@xxxxxxx>
*
- * $Id: Samba.ycp 51205 2008-09-17 09:39:41Z jsuchome $
+ * $Id: Samba.ycp 51263 2008-09-18 09:51:07Z jsuchome $
*
* Representation of the configuration of samba-client.
* Input and output routines.
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-samba-client-2.17.6/VERSION
new/yast2-samba-client-2.17.7/VERSION
--- old/yast2-samba-client-2.17.6/VERSION 2008-09-18 11:43:00.000000000
+0200
+++ new/yast2-samba-client-2.17.7/VERSION 2008-09-25 09:10:00.000000000
+0200
@@ -1 +1 @@
-2.17.6
+2.17.7


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



Remember to have fun...

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

< Previous Next >