diff --git a/biosdevname.spec b/biosdevname.spec index fddec6c..b679f57 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -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 0.4.1-2mamba +- move binary to /sbin to comply with udev rules file + * Tue Jun 24 2014 Silvan Calarco 0.4.1-1mamba - package created using the webbuild interface