From e707713ea031ad88847a4fe2b5ef73299e8586b8 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Wed, 30 Jun 2021 11:45:31 +0800 Subject: [PATCH] add buildrequire gcc --- alsa-firmware.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/alsa-firmware.spec b/alsa-firmware.spec index 3ab7684..c031310 100644 --- a/alsa-firmware.spec +++ b/alsa-firmware.spec @@ -14,7 +14,7 @@ Name: alsa-firmware Version: 1.2.4 -Release: 1 +Release: 2 Summary: Firmware for cards Group: Applications/Multimedia @@ -22,7 +22,7 @@ License: GPLV2 URL: http://www.alsa-project.org Source0: https://www.alsa-project.org/files/pub/firmware/%{name}-%{version}.tar.bz2 -BuildRequires: automake +BuildRequires: automake, gcc Requires: systemd, alsa-tools-firmware >= 1.1.7 BuildArch: noarch @@ -66,6 +66,9 @@ rm -rf %{buildroot}/lib/firmware/turtlebeach %{_datadir}/alsa/firmware/ %changelog +* Wed Jun 30 2021 zhouwenpei - 1.2.4-2 +- add buildrequire gcc + * Sat Jan 30 2021 xinghe - 1.2.4-1 - upgrade to 1.2.4 -- Gitee