Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2015-02-06 10:51:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nis-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nis-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes        
2014-12-05 21:03:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes   
2015-02-06 10:51:25.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 11:01:53 UTC 2015 - [email protected]
+
+- Use correct location for ypdomainname (bnc#916031)
+- 3.1.12
+
+-------------------------------------------------------------------

Old:
----
  yast2-nis-client-3.1.11.tar.bz2

New:
----
  yast2-nis-client-3.1.12.tar.bz2

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

Other differences:
------------------
++++++ yast2-nis-client.spec ++++++
--- /var/tmp/diff_new_pack.xxRzx1/_old  2015-02-06 10:51:26.000000000 +0100
+++ /var/tmp/diff_new_pack.xxRzx1/_new  2015-02-06 10:51:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nis-client
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-client
-Version:        3.1.11
+Version:        3.1.12
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 

++++++ yast2-nis-client-3.1.11.tar.bz2 -> yast2-nis-client-3.1.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-3.1.11/package/yast2-nis-client.changes 
new/yast2-nis-client-3.1.12/package/yast2-nis-client.changes
--- old/yast2-nis-client-3.1.11/package/yast2-nis-client.changes        
2014-12-04 11:24:18.000000000 +0100
+++ new/yast2-nis-client-3.1.12/package/yast2-nis-client.changes        
2015-02-04 13:13:59.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Feb  4 11:01:53 UTC 2015 - [email protected]
+
+- Use correct location for ypdomainname (bnc#916031)
+- 3.1.12
+
+-------------------------------------------------------------------
 Thu Dec  4 09:50:31 UTC 2014 - [email protected]
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-3.1.11/package/yast2-nis-client.spec 
new/yast2-nis-client-3.1.12/package/yast2-nis-client.spec
--- old/yast2-nis-client-3.1.11/package/yast2-nis-client.spec   2014-12-04 
11:24:18.000000000 +0100
+++ new/yast2-nis-client-3.1.12/package/yast2-nis-client.spec   2015-02-04 
13:13:59.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-client
-Version:        3.1.11
+Version:        3.1.12
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-3.1.11/src/modules/Nis.rb 
new/yast2-nis-client-3.1.12/src/modules/Nis.rb
--- old/yast2-nis-client-3.1.11/src/modules/Nis.rb      2014-12-04 
11:24:18.000000000 +0100
+++ new/yast2-nis-client-3.1.12/src/modules/Nis.rb      2015-02-04 
13:13:59.000000000 +0100
@@ -908,10 +908,8 @@
       @multidomain_broadcast = {} if @multidomain_broadcast == nil
       @slp_domain = {} if @slp_domain == nil
 
-      out = Convert.to_map(
-        SCR.Execute(path(".target.bash_output"), "/bin/ypdomainname")
-      )
-      @domain = Builtins.deletechars(Ops.get_string(out, "stdout", ""), "\n")
+      out = SCR.Execute(path(".target.bash_output"), "/usr/bin/ypdomainname")
+      @domain = out["stdout"].chomp
       @old_domain = @domain
 
       @dhcpcd_running = SCR.Execute(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-3.1.11/testsuite/tests/readwrite.out 
new/yast2-nis-client-3.1.12/testsuite/tests/readwrite.out
--- old/yast2-nis-client-3.1.11/testsuite/tests/readwrite.out   2014-11-14 
19:08:39.000000000 +0100
+++ new/yast2-nis-client-3.1.12/testsuite/tests/readwrite.out   2015-02-04 
13:13:59.000000000 +0100
@@ -1,7 +1,7 @@
 Dump   no policy
 Read   .sysconfig.network.config.NETCONFIG_NIS_POLICY ""
 Dir    .sysconfig.network.config: ["NETCONFIG_NIS_POLICY"]
-Execute        .target.bash_output "/bin/ypdomainname" $["exit":0, 
"stderr":"", "stdout":"mydomain\n"]
+Execute        .target.bash_output "/usr/bin/ypdomainname" $["exit":0, 
"stderr":"", "stdout":"mydomain\n"]
 Execute        .target.bash "ls /var/run/dhcpcd-*.pid" 0
 Read   .sysconfig.ypbind.YPBIND_LOCAL_ONLY "no"
 Read   .sysconfig.ypbind.YPBIND_BROADCAST "no"
@@ -27,7 +27,7 @@
 Dump   auto policy
 Read   .sysconfig.network.config.NETCONFIG_NIS_POLICY "auto"
 Dir    .sysconfig.network.config: ["NETCONFIG_NIS_POLICY"]
-Execute        .target.bash_output "/bin/ypdomainname" $["exit":0, 
"stderr":"", "stdout":"mydomain\n"]
+Execute        .target.bash_output "/usr/bin/ypdomainname" $["exit":0, 
"stderr":"", "stdout":"mydomain\n"]
 Execute        .target.bash "ls /var/run/dhcpcd-*.pid" 0
 Read   .sysconfig.ypbind.YPBIND_LOCAL_ONLY "no"
 Read   .sysconfig.ypbind.YPBIND_BROADCAST "no"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to