SHA256
1
0
forked from pool/biosdevname

Accepting request 295304 from home:Zaitor:branches:Base:System

Fix boo#920054

Note that I've not tested the package, so maintainer should advice caution before ack'ing this change.

OBS-URL: https://build.opensuse.org/request/show/295304
OBS-URL: https://build.opensuse.org/package/show/Base:System/biosdevname?expand=0&rev=50
This commit is contained in:
Thomas Renninger 2015-04-13 09:23:24 +00:00 committed by Git OBS Bridge
parent bc40ac0526
commit 6407b6a65d
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 10 12:38:21 UTC 2015 - zaitor@opensuse.org
- Fix fault in ignore-broken-BIOSes patch (boo#920054).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 3 08:56:16 UTC 2015 - mpluskal@suse.com Fri Apr 3 08:56:16 UTC 2015 - mpluskal@suse.com

View File

@ -1,13 +1,10 @@
Index: biosdevname-0.6.1/biosdevname.rules.in --- biosdevname-0.6.1-orig/biosdevname.rules.in 2014-11-03 19:07:11.000000000 +0100
=================================================================== +++ biosdevname-0.6.1/biosdevname.rules.in 2015-04-10 14:44:37.937236074 +0200
--- biosdevname-0.6.1.orig/biosdevname.rules.in 2015-01-21 16:00:20.790396992 +0100 @@ -19,6 +19,6 @@
+++ biosdevname-0.6.1/biosdevname.rules.in 2015-01-21 16:01:54.926398489 +0100
@@ -19,6 +19,7 @@
# using NAME= instead of setting INTERFACE_NAME, so that persistent # using NAME= instead of setting INTERFACE_NAME, so that persistent
# names aren't generated for these devices, they are "named" on each boot. # names aren't generated for these devices, they are "named" on each boot.
-SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical -i %k", NAME="%c", OPTIONS+="string_escape=replace" -SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical -i %k", NAME="%c", OPTIONS+="string_escape=replace"
+SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical --smbios 2.6 +SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical --smbios 2.6 --nopirq -i %k", NAME="%c", OPTIONS+="string_escape=replace"
+ --nopirq -i %k", NAME="%c", OPTIONS+="string_escape=replace"
LABEL="netdevicename_end" LABEL="netdevicename_end"