forked from pool/biosdevname
- Update to version 0.6.1
- Do not disable rule via perl script in .spec file, better use a patch - Modify configure.ac via sed to make use of %{_udevruledir} from .spec file - Remove already integrated patches in latest source code: Delete biosdevname_v0.5.0_to_git_c140ce659a204d67e4cc.patch Delete biosdevname_udevrule_rename_all_network_devices.patch Delete fix_several_PCI_root_ports_in_one_bus.patch Modify udev-rule-path.patch Modify whitelist-dell OBS-URL: https://build.opensuse.org/package/show/Base:System/biosdevname?expand=0&rev=37
This commit is contained in:
parent
6ff43063e2
commit
7735872d76
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2619f42fbfa049930346af6c7f149d2475d93d7cedc4dfab27f18a7b34b0cc69
|
|
||||||
size 84045
|
|
3
biosdevname-0.6.1.tar.bz2
Normal file
3
biosdevname-0.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a295b8d876bb0d75be1b575c414197c629ef132c00b386e2226a7b6324f0bf51
|
||||||
|
size 160908
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 22 13:02:08 UTC 2015 - trenn@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.6.1
|
||||||
|
- Do not disable rule via perl script in .spec file, better use a patch
|
||||||
|
- Modify configure.ac via sed to make use of %{_udevruledir} from .spec file
|
||||||
|
- Remove already integrated patches in latest source code:
|
||||||
|
Delete biosdevname_v0.5.0_to_git_c140ce659a204d67e4cc.patch
|
||||||
|
Delete biosdevname_udevrule_rename_all_network_devices.patch
|
||||||
|
Delete fix_several_PCI_root_ports_in_one_bus.patch
|
||||||
|
Modify udev-rule-path.patch
|
||||||
|
Modify whitelist-dell
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 12 16:03:10 UTC 2014 - trenn@suse.de
|
Tue Aug 12 16:03:10 UTC 2014 - trenn@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package biosdevname
|
# spec file for package biosdevname
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: biosdevname
|
Name: biosdevname
|
||||||
Version: 0.5.0
|
Version: 0.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Udev helper for naming devices per BIOS names
|
Summary: Udev helper for naming devices per BIOS names
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -30,16 +29,14 @@ Url: http://linux.dell.com/files/biosdevname/
|
|||||||
# on LKML.
|
# on LKML.
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch1: biosdevname_v0.5.0_to_git_c140ce659a204d67e4cc.patch
|
Patch1: ignore-broken-BIOSes
|
||||||
Patch2: ignore-broken-BIOSes
|
Patch2: whitelist-dell
|
||||||
Patch3: whitelist-dell
|
Patch3: udev-rule-path.patch
|
||||||
Patch4: udev-rule-path.patch
|
|
||||||
Patch5: biosdevname_udevrule_rename_all_network_devices.patch
|
|
||||||
Patch6: fix_several_PCI_root_ports_in_one_bus.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: pciutils-devel
|
BuildRequires: pciutils-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: sed
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
# to figure out how to name/location of the rules file
|
# to figure out how to name/location of the rules file
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
@ -65,28 +62,23 @@ You can enable/disable usage of biosdevname with boot option
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# this is a udev rule, so it needs to live in / rather than /usr
|
sed -i -e 's#@@BIOSDEVNAME_RULEDEST@@#'%{_udevrulesdir}'/71-biosdevname.rules#' configure.ac
|
||||||
./autogen.sh --no-configure
|
autoreconf
|
||||||
%configure --disable-rpath --prefix=/ --bindir=/bin --sbindir=/sbin
|
%configure --disable-rpath --prefix=/ --bindir=/bin --sbindir=/sbin
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm %{buildroot}/sbin/%{name}S || :
|
rm %{buildroot}/sbin/%{name}S || :
|
||||||
# remain disabled by default
|
|
||||||
perl -pi -e 's,^# GOTO,GOTO,g;' \
|
|
||||||
$RPM_BUILD_ROOT/%{_udevrulesdir}/*-biosdevname.rules
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
/sbin/%{name}
|
/sbin/%{name}
|
||||||
%{_udevrulesdir}/*%{name}.rules
|
%{_udevrulesdir}/*%{name}.rules
|
||||||
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
--- biosdevname-0.3.8/biosdevname.rules.in.orig 2011-03-09 00:58:08.000000000 +0100
|
Index: biosdevname-0.6.1/biosdevname.rules.in
|
||||||
+++ biosdevname-0.3.8/biosdevname.rules.in 2011-08-01 15:13:10.000000000 +0200
|
===================================================================
|
||||||
@@ -18,6 +18,6 @@ LABEL="netdevicename_start"
|
--- biosdevname-0.6.1.orig/biosdevname.rules.in 2015-01-21 16:00:20.790396992 +0100
|
||||||
|
+++ 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.
|
||||||
-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"
|
||||||
+PROGRAM="/sbin/biosdevname --policy physical --smbios 2.6 --nopirq -i %k", NAME="%c", OPTIONS+="string_escape=replace"
|
+SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical --smbios 2.6
|
||||||
|
+ --nopirq -i %k", NAME="%c", OPTIONS+="string_escape=replace"
|
||||||
|
|
||||||
LABEL="netdevicename_end"
|
LABEL="netdevicename_end"
|
||||||
|
@ -1,16 +1,52 @@
|
|||||||
Index: biosdevname-0.5.0/configure.ac
|
Index: biosdevname-0.6.1/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- biosdevname-0.5.0.orig/configure.ac
|
--- biosdevname-0.6.1.orig/configure.ac 2014-12-01 16:05:47.000000000 +0100
|
||||||
+++ biosdevname-0.5.0/configure.ac
|
+++ biosdevname-0.6.1/configure.ac 2015-01-22 13:24:22.231621837 +0100
|
||||||
@@ -70,7 +70,10 @@ AC_CHECK_FUNCS([dup2 gettimeofday memset
|
@@ -66,20 +66,9 @@
|
||||||
# handles default udev rules as of udev 114 or thereabouts
|
AC_FUNC_VPRINTF
|
||||||
RULEDEST=/lib/udev/rules.d/71-biosdevname.rules
|
AC_CHECK_FUNCS([dup2 gettimeofday memset munmap select socket strcasecmp strchr strdup strerror strncasecmp strpbrk strrchr strstr strtol strtoul])
|
||||||
|
|
||||||
|
-# this is ugly, but accounts for SLES 10, Red Hat/Fedora, and Ubuntu
|
||||||
|
-# handles default udev rules as of udev 114 or thereabouts
|
||||||
|
-RULEDEST=/lib/udev/rules.d/71-biosdevname.rules
|
||||||
|
-
|
||||||
-if [[ -e /etc/udev/rules.d/60-net.rules ]]; then
|
-if [[ -e /etc/udev/rules.d/60-net.rules ]]; then
|
||||||
+if [[ -e /usr/lib/udev/rules.d/95-udev-late.rules ]]; then
|
- # RHEL 5 / Fedora
|
||||||
+ # openSUSE 12.3+
|
- RULEDEST=/etc/udev/rules.d/60-biosdevname.rules
|
||||||
+ RULEDEST=/usr/lib/udev/rules.d/71-biosdevname.rules
|
-elif [[ -e /etc/udev/rules.d/31-network.rules ]]; then
|
||||||
+elif [[ -e /etc/udev/rules.d/60-net.rules ]]; then
|
- # SLES 10
|
||||||
# RHEL 5 / Fedora
|
- RULEDEST=/etc/udev/rules.d/31-biosdevname.rules
|
||||||
RULEDEST=/etc/udev/rules.d/60-biosdevname.rules
|
-elif [[ -e /etc/udev/rules.d/25-iftab.rules ]]; then
|
||||||
elif [[ -e /etc/udev/rules.d/31-network.rules ]]; then
|
- # older Ubuntu
|
||||||
|
- RULEDEST=/etc/udev/rules.d/25-biosdevname.rules
|
||||||
|
-fi
|
||||||
|
+# Only way to make this robust: Replace for each distro with the correct path
|
||||||
|
+# /lib/udev/rules.d/71-biosdevname.rules
|
||||||
|
+RULEDEST=@@BIOSDEVNAME_RULEDEST@@
|
||||||
|
RULEDIR=$(dirname $RULEDEST)
|
||||||
|
AC_SUBST(RULEDEST, $RULEDEST)
|
||||||
|
AC_SUBST(RULEDIR, $RULEDIR)
|
||||||
|
Index: biosdevname-0.6.1/configure
|
||||||
|
===================================================================
|
||||||
|
--- biosdevname-0.6.1.orig/configure 2014-12-01 16:06:21.000000000 +0100
|
||||||
|
+++ biosdevname-0.6.1/configure 2015-01-22 13:48:51.915645203 +0100
|
||||||
|
@@ -7305,18 +7305,7 @@
|
||||||
|
|
||||||
|
# this is ugly, but accounts for SLES 10, Red Hat/Fedora, and Ubuntu
|
||||||
|
# handles default udev rules as of udev 114 or thereabouts
|
||||||
|
-RULEDEST=/lib/udev/rules.d/71-biosdevname.rules
|
||||||
|
-
|
||||||
|
-if [ -e /etc/udev/rules.d/60-net.rules ]; then
|
||||||
|
- # RHEL 5 / Fedora
|
||||||
|
- RULEDEST=/etc/udev/rules.d/60-biosdevname.rules
|
||||||
|
-elif [ -e /etc/udev/rules.d/31-network.rules ]; then
|
||||||
|
- # SLES 10
|
||||||
|
- RULEDEST=/etc/udev/rules.d/31-biosdevname.rules
|
||||||
|
-elif [ -e /etc/udev/rules.d/25-iftab.rules ]; then
|
||||||
|
- # older Ubuntu
|
||||||
|
- RULEDEST=/etc/udev/rules.d/25-biosdevname.rules
|
||||||
|
-fi
|
||||||
|
+RULEDEST=@@BIOSDEVNAME_RULEDEST@@
|
||||||
|
RULEDIR=$(dirname $RULEDEST)
|
||||||
|
RULEDEST=$RULEDEST
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
--- biosdevname-0.3.8/biosdevname.rules.in.orig 2011-08-03 18:06:57.000000000 +0200
|
Index: biosdevname-0.6.1/biosdevname.rules.in
|
||||||
+++ biosdevname-0.3.8/biosdevname.rules.in 2011-08-03 18:07:59.000000000 +0200
|
===================================================================
|
||||||
@@ -3,6 +3,9 @@
|
--- biosdevname-0.6.1.orig/biosdevname.rules.in 2015-01-22 13:18:19.275616067 +0100
|
||||||
ACTION!="add", GOTO="netdevicename_end"
|
+++ biosdevname-0.6.1/biosdevname.rules.in 2015-01-22 13:59:10.967655045 +0100
|
||||||
NAME=="?*", GOTO="netdevicename_end"
|
@@ -4,6 +4,9 @@
|
||||||
|
ATTR{type}!="1", GOTO="netdevicename_end"
|
||||||
|
ENV{DEVTYPE}=="?*", GOTO="netdevicename_end"
|
||||||
|
|
||||||
+# whitelist all Dell systems
|
+# whitelist all Dell systems
|
||||||
+ATTR{[dmi/id]sys_vendor}=="Dell*", ENV{UDEV_BIOSDEVNAME}="1"
|
+ATTR{[dmi/id]sys_vendor}=="Dell*", ENV{UDEV_BIOSDEVNAME}="1"
|
||||||
@ -10,3 +12,14 @@
|
|||||||
# kernel command line "biosdevname={0|1}" can turn off/on biosdevname
|
# kernel command line "biosdevname={0|1}" can turn off/on biosdevname
|
||||||
IMPORT{cmdline}="biosdevname"
|
IMPORT{cmdline}="biosdevname"
|
||||||
ENV{biosdevname}=="?*", ENV{UDEV_BIOSDEVNAME}="$env{biosdevname}"
|
ENV{biosdevname}=="?*", ENV{UDEV_BIOSDEVNAME}="$env{biosdevname}"
|
||||||
|
@@ -12,8 +15,8 @@
|
||||||
|
ENV{UDEV_BIOSDEVNAME}=="0", GOTO="netdevicename_end"
|
||||||
|
ENV{UDEV_BIOSDEVNAME}=="1", GOTO="netdevicename_start"
|
||||||
|
|
||||||
|
-# uncomment the next line for biosdevname to be off by default
|
||||||
|
-# GOTO="netdevicename_end"
|
||||||
|
+# comment the next line for biosdevname to be on by default
|
||||||
|
+GOTO="netdevicename_end"
|
||||||
|
|
||||||
|
LABEL="netdevicename_start"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user