diff --git a/archive.tar.gz b/archive.tar.gz deleted file mode 100644 index c62e889..0000000 --- a/archive.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5b63e3a8ec0dec8f6fd508d01d54dc50d521211841337c087a8ff1a92b99413 -size 15919 diff --git a/driverctl-0.111.tar.gz b/driverctl-0.111.tar.gz new file mode 100644 index 0000000..f06afa4 --- /dev/null +++ b/driverctl-0.111.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49541851fe9b7e2956d9300e9ff7e4308a90e7a936b2665f919b8517319d370a +size 16542 diff --git a/driverctl.changes b/driverctl.changes index a391fd8..ebb6448 100644 --- a/driverctl.changes +++ b/driverctl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 17 12:30:45 UTC 2020 - Dirk Mueller + +- update to 0.111 + * completion fixes + * improve help texts + ------------------------------------------------------------------- Thu Oct 17 17:50:08 UTC 2019 - Richard Brown diff --git a/driverctl.spec b/driverctl.spec index 109f4a1..d83ab26 100644 --- a/driverctl.spec +++ b/driverctl.spec @@ -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*