Accepting request 122950 from home:rudi_m:branches:Base:System
remove useless automake dependecy OBS-URL: https://build.opensuse.org/request/show/122950 OBS-URL: https://build.opensuse.org/package/show/Base:System/biosdevname?expand=0&rev=11
This commit is contained in:
parent
730a4c33f4
commit
2130abc015
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 16:37:11 UTC 2012 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- remove useless automake dependecy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 21 09:04:06 UTC 2011 - aj@suse.de
|
Wed Dec 21 09:04:06 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package biosdevname
|
# spec file for package biosdevname
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 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,13 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: biosdevname
|
Name: biosdevname
|
||||||
Version: 0.3.8
|
Version: 0.3.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Udev helper for naming devices per BIOS names
|
Summary: Udev helper for naming devices per BIOS names
|
||||||
Group: System/Base
|
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Group: System/Base
|
||||||
Url: http://linux.dell.com/files/biosdevname/
|
Url: http://linux.dell.com/files/biosdevname/
|
||||||
# SMBIOS and PCI IRQ Routing Tables only exist on these arches. It's
|
# 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
|
# also likely that other arches don't expect the PCI bus to be sorted
|
||||||
@ -37,7 +36,6 @@ Patch3: whitelist-dell
|
|||||||
Patch4: verify-network-VPD
|
Patch4: verify-network-VPD
|
||||||
Patch5: bug-706505
|
Patch5: bug-706505
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: pciutils-devel
|
BuildRequires: pciutils-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
# to figure out how to name the rules file
|
# to figure out how to name the rules file
|
||||||
@ -66,7 +64,6 @@ You can enable/disable usage of biosdevname with boot option
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf -fiv
|
|
||||||
# this is a udev rule, so it needs to live in / rather than /usr
|
# this is a udev rule, so it needs to live in / rather than /usr
|
||||||
%configure --disable-rpath --libdir=/%{_lib} --prefix=/ --bindir=/bin --sbindir=/sbin
|
%configure --disable-rpath --libdir=/%{_lib} --prefix=/ --bindir=/bin --sbindir=/sbin
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user