From 852c4bef3511a400257b739a968137878c8c21b9 Mon Sep 17 00:00:00 2001 From: Matt Domsch Date: Nov 29 2010 04:24:18 +0000 Subject: update to 0.3.1 --- diff --git a/.gitignore b/.gitignore index 3632198..cbabc91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -biosdevname-0.2.4.tar.gz -/biosdevname-0.3.0.tar.gz +/biosdevname-0.3.1.tar.gz diff --git a/biosdevname-0.2.4-policy.patch b/biosdevname-0.2.4-policy.patch deleted file mode 100644 index c421b87..0000000 --- a/biosdevname-0.2.4-policy.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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" diff --git a/biosdevname.spec b/biosdevname.spec index 031a914..ed425ed 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,5 +1,5 @@ Name: biosdevname -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: Udev helper for naming devices per BIOS names @@ -53,6 +53,10 @@ rm -rf %{buildroot} %changelog +* Mon Nov 28 2010 Matt Domsch 0.3.1-1 +- remove all policies except 'physical' and 'all_ethN' +- handle SR-IOV devices properly + * Wed Nov 10 2010 Matt Domsch 0.3.0-1 - add --policy=loms, make it default - read index and labels from sysfs if available diff --git a/sources b/sources index 840f681..8cea8ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31583f190cadb28799a0e36bac457093 biosdevname-0.3.0.tar.gz +c06642d173b7761bef48b8d4b48c3bdd biosdevname-0.3.1.tar.gz