Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release-src > by-pkgid > 66208b03131e75c93e0aa7eeaa90fbb7 > files > 2

biosdevname-0.4.1-3.mga4.src.rpm

Name:		biosdevname
Version:	0.4.1
Release:	%mkrel 3
Summary:	Udev helper for naming devices per BIOS names
Group:		System/Base
License:	GPLv2
URL:		http://linux.dell.com/files/biosdevname
# SMBIOS only exists on these arches.  It's also likely that other
# arches don't expect the PCI bus to be sorted breadth-first, or of
# so, there haven't been any comments about that on LKML.
Source0:	http://linux.dell.com/files/%{name}/permalink/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libpci)
BuildRequires:	zlib-devel
BuildRequires:	udev
Requires:	udev

%description
biosdevname in its simplest form takes a kernel device name as an
argument, and returns the BIOS-given name it "should" be.  This is necessary
on systems where the BIOS name for a given device (e.g. the label on
the chassis is "Gb1") doesn't map directly and obviously to the kernel
name (e.g. eth0).

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std install-data

%files
%doc COPYING README
%{_prefix}/sbin/%{name}
/lib/udev/rules.d/71-biosdevname.rules
%{_mandir}/man1/%{name}.1*


%changelog
* Fri Oct 18 2013 umeabot <umeabot> 0.4.1-3.mga4
+ Revision: 503082
- Mageia 4 Mass Rebuild

* Fri Jan 11 2013 umeabot <umeabot> 0.4.1-2.mga3
+ Revision: 346906
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Jul 31 2012 shlomif <shlomif> 0.4.1-1.mga3
+ Revision: 276750
- Add mkrel
- imported package biosdevname