Completing build dependencies to fix gcc compiler missing error

This commit is contained in:
hht8 2021-06-07 09:29:10 +08:00
parent 6f18574962
commit a687379f3e

View File

@ -1,12 +1,12 @@
Name: switcheroo-control Name: switcheroo-control
Version: 1.1 Version: 1.1
Release: 7 Release: 8
Summary: D-Bus service to check the availability of dual-GPU Summary: D-Bus service to check the availability of dual-GPU
License: GPLv3 License: GPLv3
URL: https://gitlab.freedesktop.org/hadess/switcheroo-control/ URL: https://gitlab.freedesktop.org/hadess/switcheroo-control/
Source0: https://github.com/hadess/switcheroo-control/releases/download/%{version}/switcheroo-control-%{version}.tar.xz 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} %{?systemd_requires}
%description %description
@ -38,5 +38,8 @@ D-Bus service to check the availability of dual-GPU.
%{_sbindir}/switcheroo-control %{_sbindir}/switcheroo-control
%changelog %changelog
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.1-8
- Completing build dependencies to fix gcc compiler missing error
* Sat Nov 30 2019 lingsheng <lingsheng@huawei.com> - 1.1-7 * Sat Nov 30 2019 lingsheng <lingsheng@huawei.com> - 1.1-7
- Package init - Package init