commit biosdevname for openSUSE:Factory
Hello community, here is the log from the commit of package biosdevname for openSUSE:Factory checked in at 2014-04-23 20:35:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/biosdevname (Old) and /work/SRC/openSUSE:Factory/.biosdevname.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "biosdevname" Changes: -------- --- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes 2014-04-05 16:50:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 2014-04-23 20:35:43.000000000 +0200 @@ -1,0 +2,8 @@ +Thu Apr 10 17:14:24 UTC 2014 - trenn@suse.de + +- Remove eth* check, devices might have been renamed already bnc#869614 + Add biosdevname_udevrule_rename_all_network_devices.patch +- Remove old mkinitrd stuff and replace it with dracut rpm macros to ensure + the initrd is rebuild if biosdevname got installed or updated. + +------------------------------------------------------------------- New: ---- biosdevname_udevrule_rename_all_network_devices.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ biosdevname.spec ++++++ --- /var/tmp/diff_new_pack.5qI5AJ/_old 2014-04-23 20:35:44.000000000 +0200 +++ /var/tmp/diff_new_pack.5qI5AJ/_new 2014-04-23 20:35:44.000000000 +0200 @@ -29,13 +29,13 @@ # breadth-first, or of so, there haven't been any comments about that # on LKML. ExclusiveArch: %{ix86} x86_64 -#Source0: http://linux.dell.com/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.bz2 Source1: setup-biosdevname.sh Patch1: biosdevname_v0.5.0_to_git_c140ce659a204d67e4cc.patch Patch2: ignore-broken-BIOSes Patch3: whitelist-dell Patch4: udev-rule-path.patch +Patch5: biosdevname_udevrule_rename_all_network_devices.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake BuildRequires: pciutils-devel @@ -66,6 +66,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build # this is a udev rule, so it needs to live in / rather than /usr @@ -95,10 +96,10 @@ %post /sbin/ldconfig -mkinitrd_setup +%{?regenerate_initrd_post} %postun /sbin/ldconfig -mkinitrd_setup +%{?regenerate_initrd_posttrans} %changelog ++++++ biosdevname_udevrule_rename_all_network_devices.patch ++++++ biosdevname: Rename all network devices, not only eth* ones There are other rules which might have renamed the device already. bnc#869614 Signed-off-by: Thomas Renninger <trenn@suse.de> Index: biosdevname-0.5.0/biosdevname.rules.in =================================================================== --- biosdevname-0.5.0.orig/biosdevname.rules.in +++ biosdevname-0.5.0/biosdevname.rules.in @@ -1,5 +1,4 @@ SUBSYSTEM!="net", GOTO="netdevicename_end" -KERNEL!="eth*", GOTO="netdevicename_end" ACTION!="add", GOTO="netdevicename_end" NAME=="?*", GOTO="netdevicename_end" -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de