Accepting request 827342 from network

- update to 0.111
  * completion fixes
  * improve help texts

- Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/827342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/driverctl?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-08-17 14:41:56 +00:00 committed by Git OBS Bridge
commit 14a4fc6d17
4 changed files with 24 additions and 11 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49541851fe9b7e2956d9300e9ff7e4308a90e7a936b2665f919b8517319d370a
size 16542

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>
- Remove obsolete Groups tag (fate#326485)
-------------------------------------------------------------------
Fri Mar 9 10:39:29 CET 2018 - ndas@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package driverctl
#
# Copyright (c) 2018 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
@ -12,21 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global commit 3c668744f2242e453fdcd6dca36d3e1d82d0367a
Name: driverctl
Version: 0.95
Version: 0.111
Release: 0
Summary: Device driver control utility
License: LGPL-2.0-only
Group: System/Management
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
@ -51,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
@ -64,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*