+ switcheroo-control-1.3-1
Update to 1.3 Fix operation with SecureBoot enabled
This commit is contained in:
parent
61b7570858
commit
5cf9f7e557
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/switcheroo-control-1.0.tar.xz
|
||||
/switcheroo-control-1.1.tar.xz
|
||||
/switcheroo-control-1.3.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
521a46521fcd50c787cc46a9fb4a9f0d switcheroo-control-1.1.tar.xz
|
||||
SHA512 (switcheroo-control-1.3.tar.xz) = 4db833cb100cad8f7aaafbdfbe01fb45f873e282e90e582f532de6f6164b4f8daeef83d7feffab7fbf874e2591b3e5f654492a992fe03026c05ab8b4a101a442
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: switcheroo-control
|
||||
Version: 1.1
|
||||
Release: 7%{?dist}
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: D-Bus service to check the availability of dual-GPU
|
||||
|
||||
License: GPLv3
|
||||
@ -8,7 +8,9 @@ URL: https://github.com/hadess/switcheroo-control
|
||||
Source0: https://github.com/hadess/switcheroo-control/releases/download/%{version}/switcheroo-control-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: systemd
|
||||
|
||||
%{?systemd_requires}
|
||||
@ -16,6 +18,13 @@ BuildRequires: systemd
|
||||
%description
|
||||
D-Bus service to check the availability of dual-GPU.
|
||||
|
||||
%package docs
|
||||
Summary: Documentation for %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
%description docs
|
||||
|
||||
This package contains the documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
@ -45,10 +54,19 @@ D-Bus service to check the availability of dual-GPU.
|
||||
%doc NEWS README.md
|
||||
%{_sysconfdir}/dbus-1/system.d/net.hadess.SwitcherooControl.conf
|
||||
%{_unitdir}/switcheroo-control.service
|
||||
%{_sbindir}/switcheroo-control
|
||||
%{_libexecdir}/switcheroo-control
|
||||
|
||||
%files docs
|
||||
%dir %{_datadir}/gtk-doc/
|
||||
%dir %{_datadir}/gtk-doc/html/
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
%changelog
|
||||
* Wed Jun 12 2019 Bastien Nocera <bnocera@redhat.com> - 1.3-1
|
||||
+ switcheroo-control-1.3-1
|
||||
- Update to 1.3
|
||||
- Fix operation with SecureBoot enabled
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user