From a687379f3e958582336a8156f97e4ff20500cec8 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 7 Jun 2021 09:29:10 +0800 Subject: [PATCH] Completing build dependencies to fix gcc compiler missing error --- switcheroo-control.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/switcheroo-control.spec b/switcheroo-control.spec index 9b0f24e..2d729b9 100644 --- a/switcheroo-control.spec +++ b/switcheroo-control.spec @@ -1,12 +1,12 @@ Name: switcheroo-control Version: 1.1 -Release: 7 +Release: 8 Summary: D-Bus service to check the availability of dual-GPU License: GPLv3 URL: https://gitlab.freedesktop.org/hadess/switcheroo-control/ Source0: https://github.com/hadess/switcheroo-control/releases/download/%{version}/switcheroo-control-%{version}.tar.xz -BuildRequires: pkgconfig(gio-2.0) systemd +BuildRequires: pkgconfig(gio-2.0) systemd gcc %{?systemd_requires} %description @@ -38,5 +38,8 @@ D-Bus service to check the availability of dual-GPU. %{_sbindir}/switcheroo-control %changelog +* Mon May 31 2021 huanghaitao - 1.1-8 +- Completing build dependencies to fix gcc compiler missing error + * Sat Nov 30 2019 lingsheng - 1.1-7 - Package init