Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2020-06-08 23:50:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Mon Jun  8 23:50:32 2020 rev:160 rq:811476 version:050+suse.65.ge1e64674

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2020-05-26 
17:15:40.879503076 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new.3606/dracut.changes  2020-06-08 
23:51:19.922715583 +0200
@@ -1,0 +2,7 @@
+Thu Jun 04 13:06:09 UTC 2020 - [email protected]
+
+- Update to version 050+suse.65.ge1e64674:
+  * Add wicked specific config files (bsc#1089333)
+  * Run format_spec_file
+
+-------------------------------------------------------------------

Old:
----
  dracut-050+suse.63.g796e020e.obscpio
  dracut-050+suse.63.g796e020e.tar.xz

New:
----
  dracut-050+suse.65.ge1e64674.obscpio
  dracut-050+suse.65.ge1e64674.tar.xz

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.iLdWOd/_old  2020-06-08 23:51:21.658720938 +0200
+++ /var/tmp/diff_new_pack.iLdWOd/_new  2020-06-08 23:51:21.674720987 +0200
@@ -19,7 +19,7 @@
 %define dracutlibdir %{_prefix}/lib/dracut
 
 Name:           dracut
-Version:        050+suse.63.g796e020e
+Version:        050+suse.65.ge1e64674
 Release:        0
 Summary:        Initramfs generator using udev
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.iLdWOd/_old  2020-06-08 23:51:21.734721172 +0200
+++ /var/tmp/diff_new_pack.iLdWOd/_new  2020-06-08 23:51:21.734721172 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/opensuse/dracut.git</param>
-              <param 
name="changesrevision">796e020e0830048b7a3eece1d786575650d7582e</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">e1e646749845646863cdf2aa8c0a764e9ecc90f8</param></service></servicedata>
\ No newline at end of file

++++++ dracut-050+suse.63.g796e020e.obscpio -> 
dracut-050+suse.65.ge1e64674.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-050+suse.63.g796e020e/modules.d/35network-legacy/module-setup.sh 
new/dracut-050+suse.65.ge1e64674/modules.d/35network-legacy/module-setup.sh
--- old/dracut-050+suse.63.g796e020e/modules.d/35network-legacy/module-setup.sh 
2020-05-13 13:45:14.000000000 +0200
+++ new/dracut-050+suse.65.ge1e64674/modules.d/35network-legacy/module-setup.sh 
2020-06-04 14:58:06.000000000 +0200
@@ -46,6 +46,12 @@
     inst_hook cmdline 99 "$moddir/parse-ifname.sh"
     inst_hook cleanup 10 "$moddir/kill-dhclient.sh"
 
+    # SUSE specific files
+    inst_multiple /etc/sysconfig/network/ifcfg-*
+    inst_multiple -o /etc/sysconfig/network/ifroute-*
+    inst_simple /etc/sysconfig/network/routes
+    inst_multiple -o /var/lib/wicked/duid.xml /var/lib/wicked/iaid.xml
+
     # install all config files for teaming
     unset TEAM_MASTER
     unset TEAM_CONFIG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dracut-050+suse.63.g796e020e/suse/dracut.spec 
new/dracut-050+suse.65.ge1e64674/suse/dracut.spec
--- old/dracut-050+suse.63.g796e020e/suse/dracut.spec   2020-05-13 
13:45:14.000000000 +0200
+++ new/dracut-050+suse.65.ge1e64674/suse/dracut.spec   2020-06-04 
14:58:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dracut
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 Summary:        Initramfs generator using udev
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/Base
-Url:            https://dracut.wiki.kernel.org/
+URL:            https://dracut.wiki.kernel.org/
 Source0:        dracut-%{version}.tar.xz
 Source1:        dracut-rpmlintrc
 Source2:        README.susemaint

++++++ dracut-050+suse.63.g796e020e.tar.xz -> 
dracut-050+suse.65.ge1e64674.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-050+suse.63.g796e020e/modules.d/35network-legacy/module-setup.sh 
new/dracut-050+suse.65.ge1e64674/modules.d/35network-legacy/module-setup.sh
--- old/dracut-050+suse.63.g796e020e/modules.d/35network-legacy/module-setup.sh 
2020-05-13 13:45:14.000000000 +0200
+++ new/dracut-050+suse.65.ge1e64674/modules.d/35network-legacy/module-setup.sh 
2020-06-04 14:58:06.000000000 +0200
@@ -46,6 +46,12 @@
     inst_hook cmdline 99 "$moddir/parse-ifname.sh"
     inst_hook cleanup 10 "$moddir/kill-dhclient.sh"
 
+    # SUSE specific files
+    inst_multiple /etc/sysconfig/network/ifcfg-*
+    inst_multiple -o /etc/sysconfig/network/ifroute-*
+    inst_simple /etc/sysconfig/network/routes
+    inst_multiple -o /var/lib/wicked/duid.xml /var/lib/wicked/iaid.xml
+
     # install all config files for teaming
     unset TEAM_MASTER
     unset TEAM_CONFIG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dracut-050+suse.63.g796e020e/suse/dracut.spec 
new/dracut-050+suse.65.ge1e64674/suse/dracut.spec
--- old/dracut-050+suse.63.g796e020e/suse/dracut.spec   2020-05-13 
13:45:14.000000000 +0200
+++ new/dracut-050+suse.65.ge1e64674/suse/dracut.spec   2020-06-04 
14:58:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dracut
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 Summary:        Initramfs generator using udev
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/Base
-Url:            https://dracut.wiki.kernel.org/
+URL:            https://dracut.wiki.kernel.org/
 Source0:        dracut-%{version}.tar.xz
 Source1:        dracut-rpmlintrc
 Source2:        README.susemaint

++++++ dracut.obsinfo ++++++
--- /var/tmp/diff_new_pack.iLdWOd/_old  2020-06-08 23:51:22.190722579 +0200
+++ /var/tmp/diff_new_pack.iLdWOd/_new  2020-06-08 23:51:22.190722579 +0200
@@ -1,5 +1,5 @@
 name: dracut
-version: 050+suse.63.g796e020e
-mtime: 1589370314
-commit: 796e020e0830048b7a3eece1d786575650d7582e
+version: 050+suse.65.ge1e64674
+mtime: 1591275486
+commit: e1e646749845646863cdf2aa8c0a764e9ecc90f8
 


Reply via email to