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