- update to 0.111
* completion fixes * improve help texts OBS-URL: https://build.opensuse.org/package/show/network/driverctl?expand=0&rev=5
This commit is contained in:
parent
8721e09d90
commit
517256bfbf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5b63e3a8ec0dec8f6fd508d01d54dc50d521211841337c087a8ff1a92b99413
|
||||
size 15919
|
3
driverctl-0.111.tar.gz
Normal file
3
driverctl-0.111.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49541851fe9b7e2956d9300e9ff7e4308a90e7a936b2665f919b8517319d370a
|
||||
size 16542
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 12:30:45 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 0.111
|
||||
* completion fixes
|
||||
* improve help texts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 17:50:08 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package driverctl
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%global commit 3c668744f2242e453fdcd6dca36d3e1d82d0367a
|
||||
Name: driverctl
|
||||
Version: 0.95
|
||||
Version: 0.111
|
||||
Release: 0
|
||||
Summary: Device driver control utility
|
||||
License: LGPL-2.0-only
|
||||
URL: https://gitlab.com/driverctl/driverctl
|
||||
Source0: archive.tar.gz
|
||||
|
||||
Source0: https://gitlab.com/driverctl/driverctl/-/archive/%{version}/driverctl-%{version}.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
Requires: coreutils
|
||||
Requires: udev
|
||||
BuildArch: noarch
|
||||
@ -50,9 +50,10 @@ created by driverctl are persistent across system reboots
|
||||
by default.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{commit}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -63,6 +64,7 @@ by default.
|
||||
%{_sbindir}/driverctl
|
||||
%{_udevrulesdir}/*.rules
|
||||
%{_udevrulesdir}/../vfio_name
|
||||
%{_unitdir}/driverctl@.service
|
||||
%dir %{_sysconfdir}/driverctl.d
|
||||
%{_datadir}/bash-completion/
|
||||
%{_mandir}/man8/driverctl.8*
|
||||
|
Loading…
Reference in New Issue
Block a user