Mailinglist Archive: opensuse-commit (1942 mails)

< Previous Next >
commit biosdevname
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 24 Nov 2008 20:42:52 +0100
  • Message-id: <20081124194252.9079F6780AA@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package biosdevname
checked in at Mon Nov 24 20:42:52 CET 2008.


--------
--- biosdevname/biosdevname.changes 2008-10-09 18:14:10.000000000 +0200
+++ /mounts/work_src_done/STABLE/biosdevname/biosdevname.changes
2008-11-24 17:47:20.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 24 17:46:38 CET 2008 - bwalle@xxxxxxx
+
+- Change to --policy=all_names (bnc#441079).
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
biosdevname-policy-all_names.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ biosdevname.spec ++++++
--- /var/tmp/diff_new_pack.j23115/_old 2008-11-24 20:42:13.000000000 +0100
+++ /var/tmp/diff_new_pack.j23115/_new 2008-11-24 20:42:13.000000000 +0100
@@ -19,7 +19,7 @@

Name: biosdevname
Version: 0.2.4
-Release: 59
+Release: 60
Summary: Udev helper for naming devices per BIOS names
Group: System/Base
License: GPL v2 only
@@ -40,6 +40,7 @@
# for ownership of /etc/udev/rules.d
Requires: udev
Patch0: %{name}-delete-unused-function.diff
+Patch1: %{name}-policy-all_names.diff

%description
biosdevname in its simplest form takes an kernel name name as an
@@ -57,6 +58,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1

%build
# this is a udev rule, so it needs to live in / rather than /usr
@@ -91,6 +93,8 @@
mkinitrd_setup

%changelog
+* Mon Nov 24 2008 bwalle@xxxxxxx
+- Change to --policy=all_names (bnc#441079).
* Thu Oct 09 2008 bwalle@xxxxxxx
- Delete unused function onboard_device_type() (bnc#433795).
* Thu Jul 31 2008 bwalle@xxxxxxx
@@ -102,5 +106,5 @@
command line parsing.
* Mon Sep 03 2007 bwalle@xxxxxxx
- fix crash on startup
-* Mon Sep 03 2007 bwalle@xxxxxxx
+* Sun Sep 02 2007 bwalle@xxxxxxx
- initial package for SUSE (209107, FATE 301528)

++++++ biosdevname-policy-all_names.diff ++++++
From: Bernhard Walle <bwalle@xxxxxxx>
Subject: [PATCH] Change to --policy=all_names
References: bnc#441079

See the Bugzilla.


Signed-off-by: Bernhard Walle <bwalle@xxxxxxx>

---
biosdevname.rules.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/biosdevname.rules.in
+++ b/biosdevname.rules.in
@@ -2,6 +2,6 @@ KERNEL!="eth*", GOTO="biosdevname_end"
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"

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages