From 8721e09d905bd9a0ab8f61265202a4f7bd4c986416ec99ef14477c1b56c955d5 Mon Sep 17 00:00:00 2001 From: Nirmoy Das Date: Thu, 17 Oct 2019 19:10:31 +0000 Subject: [PATCH 1/2] Accepting request 740707 from home:RBrownSUSE:branches:network Remove obsolete Groups tag (fate#326485) OBS-URL: https://build.opensuse.org/request/show/740707 OBS-URL: https://build.opensuse.org/package/show/network/driverctl?expand=0&rev=4 --- driverctl.changes | 5 +++++ driverctl.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/driverctl.changes b/driverctl.changes index 6669e73..a391fd8 100644 --- a/driverctl.changes +++ b/driverctl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 17:50:08 UTC 2019 - Richard Brown + +- Remove obsolete Groups tag (fate#326485) + ------------------------------------------------------------------- Fri Mar 9 10:39:29 CET 2018 - ndas@suse.de diff --git a/driverctl.spec b/driverctl.spec index ab8d75a..109f4a1 100644 --- a/driverctl.spec +++ b/driverctl.spec @@ -1,7 +1,7 @@ # # spec file for package driverctl # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -22,7 +22,6 @@ Version: 0.95 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 From 517256bfbfb88227e84f7975c155727dc140ed8fef3c8e015d40bb422b18dbb7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 17 Aug 2020 12:31:29 +0000 Subject: [PATCH 2/2] - update to 0.111 * completion fixes * improve help texts OBS-URL: https://build.opensuse.org/package/show/network/driverctl?expand=0&rev=5 --- archive.tar.gz | 3 --- driverctl-0.111.tar.gz | 3 +++ driverctl.changes | 7 +++++++ driverctl.spec | 14 ++++++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 archive.tar.gz create mode 100644 driverctl-0.111.tar.gz 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*