Hello community, here is the log from the commit of package biosdevname for openSUSE:Factory checked in at 2017-10-02 16:51:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/biosdevname (Old) and /work/SRC/openSUSE:Factory/.biosdevname.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "biosdevname" Mon Oct 2 16:51:00 2017 rev:43 rq:528612 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes 2017-07-30 11:23:29.170361852 +0200 +++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 2017-10-02 16:51:00.849252112 +0200 @@ -1,0 +2,8 @@ +Fri Sep 22 12:27:58 UTC 2017 - [email protected] + +- Update to version 0.7.3 + * Shipping and future Dell EMC systems support consistent network + device naming feature. + [fate#332490] + +------------------------------------------------------------------- Old: ---- biosdevname-0.7.2.tar.xz New: ---- biosdevname-0.7.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ biosdevname.spec ++++++ --- /var/tmp/diff_new_pack.znUyOe/_old 2017-10-02 16:51:02.924960783 +0200 +++ /var/tmp/diff_new_pack.znUyOe/_new 2017-10-02 16:51:02.928960222 +0200 @@ -1,7 +1,7 @@ # # spec file for package biosdevname # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -18,7 +18,7 @@ %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d Name: biosdevname -Version: 0.7.2 +Version: 0.7.3 Release: 0 Summary: Udev helper for naming devices per BIOS names License: GPL-2.0 ++++++ biosdevname-0.7.2.tar.xz -> biosdevname-0.7.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/biosdevname-0.7.2/configure.ac new/biosdevname-0.7.3/configure.ac --- old/biosdevname-0.7.2/configure.ac 2017-03-14 08:25:24.000000000 +0100 +++ new/biosdevname-0.7.3/configure.ac 2017-09-22 12:44:52.079562000 +0200 @@ -3,7 +3,7 @@ # vim:tw=0:ts=8:sw=8:et AC_PREREQ(2.59) -AC_INIT([biosdevname],[0.7.2],[[email protected]]) +AC_INIT([biosdevname],[0.7.3],[[email protected]]) AC_LANG([C]) AC_USE_SYSTEM_EXTENSIONS AC_CONFIG_SRCDIR([src/read_proc.c]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/biosdevname-0.7.2/src/bios_device.c new/biosdevname-0.7.3/src/bios_device.c --- old/biosdevname-0.7.2/src/bios_device.c 2017-03-14 08:25:24.000000000 +0100 +++ new/biosdevname-0.7.3/src/bios_device.c 2017-09-22 12:44:52.096566000 +0200 @@ -221,6 +221,8 @@ return 1; if (!strncmp(driver, "cxgb", 4)) return 1; + if (!strncmp(driver, "exanic", 6)) + return 1; return 0; } ++++++ biosdevname-dom0.patch ++++++ --- /var/tmp/diff_new_pack.znUyOe/_old 2017-10-02 16:51:03.136931033 +0200 +++ /var/tmp/diff_new_pack.znUyOe/_new 2017-10-02 16:51:03.136931033 +0200 @@ -2,8 +2,10 @@ src/bios_dev_name.c | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---- a/src/bios_dev_name.c -+++ b/src/bios_dev_name.c +Index: biosdevname-0.7.3/src/bios_dev_name.c +=================================================================== +--- biosdevname-0.7.3.orig/src/bios_dev_name.c ++++ biosdevname-0.7.3/src/bios_dev_name.c @@ -133,6 +133,33 @@ cpuid (u_int32_t eax, u_int32_t ecx) }
