From 7f43ae5adb932d7dd7847931222e0dab7ce0a803599beab5a8751db9524a0f07 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 2 May 2011 12:41:09 +0000 Subject: [PATCH] Autobuild autoformatter for 68908 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/biosdevname?expand=0&rev=11 --- biosdevname.spec | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/biosdevname.spec b/biosdevname.spec index 40ce115..f4b803b 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,7 +1,7 @@ # -# spec file for package biosdevname (Version 0.2.4) +# spec file for package biosdevname # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,10 +19,10 @@ Name: biosdevname Version: 0.2.4 -Release: 60 +Release: 70 Summary: Udev helper for naming devices per BIOS names Group: System/Base -License: GPL v2 only +License: GPLv2 Url: http://linux.dell.com/files/biosdevname/ # SMBIOS and PCI IRQ Routing Tables only exist on these arches. It's # also likely that other arches don't expect the PCI bus to be sorted @@ -42,6 +42,7 @@ Requires: udev Patch0: %{name}-delete-unused-function.diff Patch1: %{name}-policy-all_names.diff Patch2: biosdevname-0.2.4-wronglinking.patch + %description biosdevname in its simplest form takes an kernel name name as an argument, and returns the BIOS-given name it "should" be. This is @@ -95,18 +96,3 @@ mkinitrd_setup mkinitrd_setup %changelog -* Mon Nov 24 2008 bwalle@suse.de -- Change to --policy=all_names (bnc#441079). -* Thu Oct 09 2008 bwalle@suse.de -- Delete unused function onboard_device_type() (bnc#433795). -* Thu Jul 31 2008 bwalle@suse.de -- integrate biosdevname to initrd (bnc#403269, FATE#301528) -* Sat Sep 22 2007 bwalle@suse.de -- update to 0.2.4 - o coordinate udev rules usage with udev maintainer - o fix crashes in pcmcia search, in_ethernet(), and incorrect - command line parsing. -* Mon Sep 03 2007 bwalle@suse.de -- fix crash on startup -* Sun Sep 02 2007 bwalle@suse.de -- initial package for SUSE (209107, FATE 301528)