From 2e79e0067eb1821aba8de193fb3f6801470122e6 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Wed, 30 Jun 2021 11:37:47 +0800 Subject: [PATCH] add buildrequire gcc --- hwinfo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hwinfo.spec b/hwinfo.spec index 58b1120..eb677db 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -1,12 +1,12 @@ Name: hwinfo Version: 21.71 -Release: 1 +Release: 2 Summary: Probe for hardware License: GPL+ URL: https://github.com/openSUSE/hwinfo Source0: https://github.com/openSUSE/hwinfo/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: libx86emu-devel doxygen flex perl-XML-Parser pkgconfig udev util-linux-devel +BuildRequires: libx86emu-devel doxygen flex perl-XML-Parser pkgconfig udev util-linux-devel gcc %description hwinfo is used to report the present hardware information in the system. @@ -49,6 +49,9 @@ make LDFLAGS="%{__global_ldflags} -Lsrc" LIBDIR=%{_libdir} HWINFO_VERSION=%{vers %{_datadir}/hwinfo %changelog +* Wed Jun 30 2021 zhouwenpei - 21.71-2 +- add buildrequire gcc + * Sat Jan 30 2021 xinghe - 21.71-1 - update to 21.71 -- Gitee