diff --git a/biosdevname.spec b/biosdevname.spec index 175caa82a7f20b42cdc42be4a2d1ea1b2b3ed2b7..d635109f65e99e0b2088bbda98a1b4680ede0e32 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,13 +1,13 @@ Name: biosdevname Version: 0.7.3 -Release: 3 +Release: 4 Summary: A Udev tool give BIOS-given name for device License: GPLv2 URL: http://linux.dell.com/files/biosdevname Source0: https://github.com/dell/biosdevname/archive/v0.7.3.tar.gz ExclusiveArch: x86_64 -BuildRequires: autoconf automake pciutils-devel zlib-devel +BuildRequires: autoconf automake pciutils-devel zlib-devel gcc %description In its simplest form, biosdevname takes a kernel device name as an argument, gives the BIOS-given @@ -40,5 +40,9 @@ autoreconf -fvi %{_mandir}/man1/%{name}.1* %changelog +* Mon May 31 2021 baizhonggui - 0.7.3-4 +- Fix configure: error: no acceptable C compiler found in $PATH +- Add gcc in BuildRequires + * Mon Mar 3 2020 Chen Dingxiao - 0.7.3-3 - Package init