Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dkms for openSUSE:Factory checked in at 2022-07-06 15:42:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dkms (Old) and /work/SRC/openSUSE:Factory/.dkms.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dkms" Wed Jul 6 15:42:17 2022 rev:4 rq:986996 version:2.8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/dkms/dkms.changes 2019-06-13 23:06:13.463198672 +0200 +++ /work/SRC/openSUSE:Factory/.dkms.new.1548/dkms.changes 2022-07-06 15:42:31.970564372 +0200 @@ -1,0 +2,11 @@ +Tue Jun 8 13:53:30 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 2.8.4 + * New kernel_install.d_dkms and sign_helper.sh scripts under /etc + * Fix support for /etc/sysconfig/kernel directory. + * Improve test dkms.conf file. + * Add support for zstd compressed modules. + * Document NO_WEAK_MODULES in the man page. + * Be more verbose when failing due to missing module. + +------------------------------------------------------------------- Old: ---- v2.6.1.tar.gz New: ---- dkms-2.8.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dkms.spec ++++++ --- /var/tmp/diff_new_pack.pqw9n4/_old 2022-07-06 15:42:32.406565003 +0200 +++ /var/tmp/diff_new_pack.pqw9n4/_new 2022-07-06 15:42:32.410565009 +0200 @@ -1,7 +1,7 @@ # # spec file for package dkms # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: dkms -Version: 2.6.1 +Version: 2.8.4 Release: 0 Summary: Dynamic Kernel Module Support Framework License: GPL-2.0-only Group: System/Kernel URL: https://github.com/dell/dkms -Source0: https://github.com/dell/dkms/archive/v%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: dkms.service Source2: dkms.systemd Source3: dkms.default @@ -42,6 +42,7 @@ Requires: modutils Requires: sed Requires: tar +Requires: zstd BuildArch: noarch %systemd_requires @@ -56,7 +57,7 @@ %build %install -make install DESTDIR=%{buildroot} \ +%make_install \ SBIN=%{buildroot}%{_sbindir} \ VAR=%{buildroot}%{_localstatedir}/lib/%{name} \ MAN=%{buildroot}%{_mandir}/man8 \