Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2020-05-16 22:23:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Sat May 16 22:23:41 2020 rev:284 rq:805548 version:7.0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2020-05-02 
22:16:01.284370632 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new.2738/linuxrc.changes        
2020-05-16 22:23:45.752956438 +0200
@@ -1,0 +2,7 @@
+Thu May 14 08:32:49 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/linuxrc#223
+- udevadm is in /usr/bin (bsc#1171587)
+- 7.0.16
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-7.0.15.tar.xz

New:
----
  linuxrc-7.0.16.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.XAexOl/_old  2020-05-16 22:23:48.264961594 +0200
+++ /var/tmp/diff_new_pack.XAexOl/_new  2020-05-16 22:23:48.268961602 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        7.0.15
+Version:        7.0.16
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-7.0.15.tar.xz -> linuxrc-7.0.16.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-7.0.15/VERSION new/linuxrc-7.0.16/VERSION
--- old/linuxrc-7.0.15/VERSION  2020-04-30 17:24:12.000000000 +0200
+++ new/linuxrc-7.0.16/VERSION  2020-05-14 10:32:49.000000000 +0200
@@ -1 +1 @@
-7.0.15
+7.0.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-7.0.15/changelog new/linuxrc-7.0.16/changelog
--- old/linuxrc-7.0.15/changelog        2020-04-30 17:24:12.000000000 +0200
+++ new/linuxrc-7.0.16/changelog        2020-05-14 10:32:49.000000000 +0200
@@ -1,3 +1,7 @@
+2020-05-14:    7.0.16
+       - merge gh#openSUSE/linuxrc#223
+       - udevadm is in /usr/bin (bsc#1171587)
+
 2020-04-30:    7.0.15
        - merge gh#openSUSE/linuxrc#222
        - take care of url query parameters (bsc#1169492)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-7.0.15/net.c new/linuxrc-7.0.16/net.c
--- old/linuxrc-7.0.15/net.c    2020-04-30 17:24:12.000000000 +0200
+++ new/linuxrc-7.0.16/net.c    2020-05-14 10:32:49.000000000 +0200
@@ -1636,7 +1636,7 @@
     return -1;
   }
 
-  rc = lxrc_run("/sbin/udevadm settle");
+  rc = lxrc_run("/usr/bin/udevadm settle");
   if(rc) {
     sprintf(cmd, "udevadm settle failed (error code %d)", rc);
     dia_message(cmd, MSGTYPE_ERROR);


Reply via email to