move binary to /sbin to comply with udev rules file [release 0.4.1-2mamba;Fri Aug 22 2014]
This commit is contained in:
parent
4b8afc6613
commit
052f35edb1
@ -1,6 +1,6 @@
|
||||
Name: biosdevname
|
||||
Version: 0.4.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Udev helper for naming devices per BIOS names
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -25,7 +25,9 @@ Biosdevname is a udev helper utility which provides a consistent naming mechanis
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
--sbindir=/sbin
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -38,10 +40,13 @@ Biosdevname is a udev helper utility which provides a consistent naming mechanis
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/lib/udev/rules.d/71-biosdevname.rules
|
||||
%{_sbindir}/biosdevname
|
||||
/sbin/biosdevname
|
||||
%{_mandir}/man1/biosdevname.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Aug 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-2mamba
|
||||
- move binary to /sbin to comply with udev rules file
|
||||
|
||||
* Tue Jun 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user