From a183f08c66f29f61fbbae53441cb803343fddcc7 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 1 Jun 2021 15:34:47 +0800 Subject: [PATCH] Fix configure: error: no acceptable C compiler found in $PATH, so add gcc build requires. --- biosdevname.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/biosdevname.spec b/biosdevname.spec index 175caa8..d635109 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 -- Gitee