diff --git a/biosdevname.changes b/biosdevname.changes index 7577aac..aab99a5 100644 --- a/biosdevname.changes +++ b/biosdevname.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 30 09:43:41 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Sat Sep 17 19:47:58 UTC 2011 - jengelh@medozas.de diff --git a/biosdevname.spec b/biosdevname.spec index 03633ad..5dc58e7 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -19,10 +19,10 @@ Name: biosdevname Version: 0.2.4 -Release: 70 +Release: 0 Summary: Udev helper for naming devices per BIOS names Group: System/Base -License: GPLv2 +License: GPL-2.0 Url: http://linux.dell.com/files/biosdevname/ # SMBIOS and PCI IRQ Routing Tables only exist on these arches. It's # also likely that other arches don't expect the PCI bus to be sorted @@ -32,7 +32,7 @@ ExclusiveArch: %{ix86} x86_64 ia64 Source0: http://linux.dell.com/files/%{name}/%{name}-%{version}.tar.bz2 Source1: setup-biosdevname.sh BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pciutils-devel zlib-devel +BuildRequires: automake pciutils-devel zlib-devel # to figure out how to name the rules file BuildRequires: udev # because of mkinitrd_setup in %post and %postun