diff --git a/biosdevname.spec b/biosdevname.spec index 0752082..a52c0b3 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,6 +1,6 @@ Name: biosdevname Version: 0.3.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Udev helper for naming devices per BIOS names Group: System Environment/Base @@ -29,6 +29,9 @@ name (e.g. eth0). %setup -q %build +#If configure script doesn't exist generate it with autogen script +[ -e ./configure ] || ./autogen.sh + # this is a udev rule, so it needs to live in / rather than /usr %configure --disable-rpath --prefix=/ --sbindir=/sbin make %{?_smp_mflags} @@ -51,6 +54,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 4 2011 Praveen K Paladugu - 0.3.11-3 +- Generating the configure script if it doesn't exist + * Tue Oct 4 2011 Praveen K Paladugu - 0.3.11-2 - Fixed the dir structure inside the archive