Hello community,

here is the log from the commit of package driverctl for openSUSE:Factory 
checked in at 2020-08-17 16:41:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/driverctl (Old)
 and      /work/SRC/openSUSE:Factory/.driverctl.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "driverctl"

Mon Aug 17 16:41:56 2020 rev:2 rq:827342 version:0.111

Changes:
--------
--- /work/SRC/openSUSE:Factory/driverctl/driverctl.changes      2018-03-11 
15:24:24.921014604 +0100
+++ /work/SRC/openSUSE:Factory/.driverctl.new.3399/driverctl.changes    
2020-08-17 16:42:07.053833314 +0200
@@ -1,0 +2,12 @@
+Mon Aug 17 12:30:45 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 0.111
+  * completion fixes
+  * improve help texts
+
+-------------------------------------------------------------------
+Thu Oct 17 17:50:08 UTC 2019 - Richard Brown <rbr...@suse.com>
+
+- Remove obsolete Groups tag (fate#326485)
+
+-------------------------------------------------------------------

Old:
----
  archive.tar.gz

New:
----
  driverctl-0.111.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ driverctl.spec ++++++
--- /var/tmp/diff_new_pack.jEt0yB/_old  2020-08-17 16:42:08.637834012 +0200
+++ /var/tmp/diff_new_pack.jEt0yB/_new  2020-08-17 16:42:08.641834014 +0200
@@ -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 @@
 by default.
 
 %prep
-%setup -q -n %{name}-%{version}-%{commit}
+%setup -q
 
 %build
+%make_build
 
 %install
 %make_install
@@ -64,6 +64,7 @@
 %{_sbindir}/driverctl
 %{_udevrulesdir}/*.rules
 %{_udevrulesdir}/../vfio_name
+%{_unitdir}/driverctl@.service
 %dir %{_sysconfdir}/driverctl.d
 %{_datadir}/bash-completion/
 %{_mandir}/man8/driverctl.8*


Reply via email to