diff --git a/dkms-2.8.4.tar.gz b/dkms-2.8.4.tar.gz new file mode 100644 index 0000000..b0e8dbe --- /dev/null +++ b/dkms-2.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540912bf0d845ac333f6971a3ccb80911c770a042af1b30ffbb9b420ac979af3 +size 104625 diff --git a/dkms.changes b/dkms.changes index 5a0f106..aa64c7b 100644 --- a/dkms.changes +++ b/dkms.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 8 13:53:30 UTC 2021 - Ferdinand Thiessen + +- 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. + ------------------------------------------------------------------- Wed Jun 12 14:45:13 UTC 2019 - Dominique Leuenberger diff --git a/dkms.spec b/dkms.spec index 54552a2..abd7a3b 100644 --- a/dkms.spec +++ b/dkms.spec @@ -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: mktemp Requires: modutils Requires: sed Requires: tar +Requires: zstd BuildArch: noarch %systemd_requires @@ -56,13 +57,13 @@ module RPMS as originally developed by Dell. %build %install -make install DESTDIR=%{buildroot} \ - SBIN=%{buildroot}%{_sbindir} \ - VAR=%{buildroot}%{_localstatedir}/lib/%{name} \ - MAN=%{buildroot}%{_mandir}/man8 \ - ETC=%{buildroot}%{_sysconfdir}/%{name} \ - BASHDIR=%{buildroot}%{_datadir}/bash-completion/completions \ - LIBDIR=%{buildroot}%{_libexecdir}/%{name} +%make_install \ + SBIN=%{buildroot}%{_sbindir} \ + VAR=%{buildroot}%{_localstatedir}/lib/%{name} \ + MAN=%{buildroot}%{_mandir}/man8 \ + ETC=%{buildroot}%{_sysconfdir}/%{name} \ + BASHDIR=%{buildroot}%{_datadir}/bash-completion/completions \ + LIBDIR=%{buildroot}%{_libexecdir}/%{name} make install-doc DESTDIR=%{buildroot} \ DOCDIR=%{buildroot}%{_docdir}/%{name} diff --git a/v2.6.1.tar.gz b/v2.6.1.tar.gz deleted file mode 100644 index 3f7e904..0000000 --- a/v2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a34f42a80e01682efcb13c513692e72f1d21570bbc7a9eba855dde30f116ce7 -size 102156