[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensuse-commit
Subject:    commit yast2 for openSUSE:Factory
From:       root <root () hilbert ! suse ! de>
Date:       2019-02-28 20:47:25
Message-ID: 20190228204725.6368811787 () hilbert ! suse ! de
[Download RAW message or body]

Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked in at \
2019-02-28 21:47:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Thu Feb 28 21:47:21 2019 rev:444 rq:679798 version:4.1.56

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes	2019-02-24 18:02:26.287794267 \
                +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new.28833/yast2.changes	2019-02-28 \
21:47:22.897423167 +0100 @@ -1,0 +2,7 @@
+Wed Feb 27 12:10:49 UTC 2019 - mvidner@suse.com
+
+- Use /sbin/rpcinfo only, /usr/sbin/rpcinfo is gone (bsc#1127138).
+- Use the correct path for /usr/bin/ifconfig (bsc#1127138).
+- 4.1.56
+
+-------------------------------------------------------------------

Old:
----
  yast2-4.1.55.tar.bz2

New:
----
  yast2-4.1.56.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.l7YGlH/_old	2019-02-28 21:47:24.205422609 +0100
+++ /var/tmp/diff_new_pack.l7YGlH/_new	2019-02-28 21:47:24.205422609 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.1.55
+Version:        4.1.56
 Release:        0
 Summary:        YaST2 - Main Package
 License:        GPL-2.0-only

++++++ yast2-4.1.55.tar.bz2 -> yast2-4.1.56.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/yast2-4.1.55/library/general/src/scrconf/run_ifconfig.scr \
                new/yast2-4.1.56/library/general/src/scrconf/run_ifconfig.scr
--- old/yast2-4.1.55/library/general/src/scrconf/run_ifconfig.scr	2019-02-18 \
                09:33:35.000000000 +0100
+++ new/yast2-4.1.56/library/general/src/scrconf/run_ifconfig.scr	2019-02-27 \
13:38:25.000000000 +0100 @@ -46,7 +46,7 @@
 
 `ag_anyagent(
   `Description (
-	(`Run("/sbin/ifconfig | /bin/sed -e '/.*inet6.*/d'")),
+	(`Run("/usr/bin/ifconfig | /bin/sed -e '/.*inet6.*/d'")),
 	"\n",
 	true,
 	(`List(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/yast2-4.1.55/library/network/src/modules/NetworkPopup.rb \
                new/yast2-4.1.56/library/network/src/modules/NetworkPopup.rb
--- old/yast2-4.1.55/library/network/src/modules/NetworkPopup.rb	2019-02-18 \
                09:33:35.000000000 +0100
+++ new/yast2-4.1.56/library/network/src/modules/NetworkPopup.rb	2019-02-27 \
13:38:25.000000000 +0100 @@ -195,7 +195,7 @@
         UI.OpenDialog(Label(_("Scanning for hosts on this LAN...")))
         # #71064
         # this works also if ICMP broadcasts are ignored
-        cmd = "/usr/sbin/rpcinfo -b mountd 1 | /usr/bin/cut -d ' ' -f 2 | \
/usr/bin/sort -u" +        cmd = "/sbin/rpcinfo -b mountd 1 | /usr/bin/cut -f 2 | \
                /usr/bin/sort -u"
         out = Convert.to_map(SCR.Execute(path(".target.bash_output"), cmd))
         @found_nfs_servers = Builtins.filter(
           Builtins.splitstring(Ops.get_string(out, "stdout", ""), "\n")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/yast2-4.1.55/package/yast2.changes \
                new/yast2-4.1.56/package/yast2.changes
--- old/yast2-4.1.55/package/yast2.changes	2019-02-18 09:33:35.000000000 +0100
+++ new/yast2-4.1.56/package/yast2.changes	2019-02-27 13:38:25.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Feb 27 12:10:49 UTC 2019 - mvidner@suse.com
+
+- Use /sbin/rpcinfo only, /usr/sbin/rpcinfo is gone (bsc#1127138).
+- Use the correct path for /usr/bin/ifconfig (bsc#1127138).
+- 4.1.56
+
+-------------------------------------------------------------------
 Mon Feb 18 07:47:37 UTC 2019 - lslezak@suse.cz
 
 - Fixed license file ordering issue causing a random test failure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
'--exclude=.svnignore' old/yast2-4.1.55/package/yast2.spec \
                new/yast2-4.1.56/package/yast2.spec
--- old/yast2-4.1.55/package/yast2.spec	2019-02-18 09:33:35.000000000 +0100
+++ new/yast2-4.1.56/package/yast2.spec	2019-02-27 13:38:25.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.1.55
+Version:        4.1.56
 Release:        0
 Summary:        YaST2 - Main Package
 License:        GPL-2.0-only


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic