SHA256
1
0
forked from pool/dkms

Accepting request 898455 from home:susnux:branches:X11:Bumblebee

Update to version 2.8.4

OBS-URL: https://build.opensuse.org/request/show/898455
OBS-URL: https://build.opensuse.org/package/show/X11:Bumblebee/dkms?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2022-07-06 09:09:12 +00:00 committed by Git OBS Bridge
parent 4a7242d06c
commit 3217444f2e
4 changed files with 25 additions and 13 deletions

3
dkms-2.8.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:540912bf0d845ac333f6971a3ccb80911c770a042af1b30ffbb9b420ac979af3
size 104625

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 8 13:53:30 UTC 2021 - Ferdinand Thiessen <rpm@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.
-------------------------------------------------------------------
Wed Jun 12 14:45:13 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -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}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a34f42a80e01682efcb13c513692e72f1d21570bbc7a9eba855dde30f116ce7
size 102156