rpms/biosdevname/devel biosdevname-0.2.4-policy.patch, NONE, 1.1 biosdevname.spec, 1.6, 1.7

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Tue May 6 20:19:57 UTC 2008


Author: mdomsch

Update of /cvs/extras/rpms/biosdevname/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18569

Modified Files:
	biosdevname.spec 
Added Files:
	biosdevname-0.2.4-policy.patch 
Log Message:
use policy=all_names to find breakage

biosdevname-0.2.4-policy.patch:

--- NEW FILE biosdevname-0.2.4-policy.patch ---
--- biosdevname-0.2.4/biosdevname.rules.in.orig	2008-05-06 15:15:45.000000000 -0500
+++ biosdevname-0.2.4/biosdevname.rules.in	2008-05-06 15:16:02.000000000 -0500
@@ -2,6 +2,6 @@
 ACTION!="add",  GOTO="biosdevname_end"
 NAME=="?*",     GOTO="biosdevname_end"
 
-PROGRAM="/sbin/biosdevname --policy=all_ethN -i %k", ENV{INTERFACE_NAME}="%c"
+PROGRAM="/sbin/biosdevname --policy=all_names -i %k", ENV{INTERFACE_NAME}="%c"
 
 LABEL="biosdevname_end"


Index: biosdevname.spec
===================================================================
RCS file: /cvs/extras/rpms/biosdevname/devel/biosdevname.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- biosdevname.spec	17 Feb 2008 05:33:20 -0000	1.6
+++ biosdevname.spec	6 May 2008 20:19:20 -0000	1.7
@@ -1,6 +1,6 @@
 Name:		biosdevname
 Version:	0.2.4
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Udev helper for naming devices per BIOS names
 
 Group:		System Environment/Base
@@ -20,6 +20,7 @@
 # releases after 115-3.20070920.git have the proper write_net_rules and 75-persistent-net-names.rules files
 Requires: udev > 115-3.20070920git
 
+Patch0: biosdevname-0.2.4-policy.patch
 
 %description
 biosdevname in its simplest form takes a kernel device name as an
@@ -30,6 +31,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # this is a udev rule, so it needs to live in / rather than /usr
@@ -54,6 +56,9 @@
 
 
 %changelog
+* Tue May 06 2008 Matt Domsch <Matt_Domsch at dell.com> 0.2.4-5
+- use policy=all_names to find breakage
+
 * Sun Feb 10 2008 Matt Domsch <Matt_Domsch at dell.com> 0.2.4-4
 - rebuild for gcc43
 




More information about the fedora-extras-commits mailing list