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:
parent
4a7242d06c
commit
3217444f2e
3
dkms-2.8.4.tar.gz
Normal file
3
dkms-2.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:540912bf0d845ac333f6971a3ccb80911c770a042af1b30ffbb9b420ac979af3
|
||||||
|
size 104625
|
11
dkms.changes
11
dkms.changes
@ -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>
|
Wed Jun 12 14:45:13 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
21
dkms.spec
21
dkms.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dkms
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dkms
|
Name: dkms
|
||||||
Version: 2.6.1
|
Version: 2.8.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Dynamic Kernel Module Support Framework
|
Summary: Dynamic Kernel Module Support Framework
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
URL: https://github.com/dell/dkms
|
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
|
Source1: dkms.service
|
||||||
Source2: dkms.systemd
|
Source2: dkms.systemd
|
||||||
Source3: dkms.default
|
Source3: dkms.default
|
||||||
@ -42,6 +42,7 @@ Requires: mktemp
|
|||||||
Requires: modutils
|
Requires: modutils
|
||||||
Requires: sed
|
Requires: sed
|
||||||
Requires: tar
|
Requires: tar
|
||||||
|
Requires: zstd
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
|
|
||||||
@ -56,13 +57,13 @@ module RPMS as originally developed by Dell.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} \
|
%make_install \
|
||||||
SBIN=%{buildroot}%{_sbindir} \
|
SBIN=%{buildroot}%{_sbindir} \
|
||||||
VAR=%{buildroot}%{_localstatedir}/lib/%{name} \
|
VAR=%{buildroot}%{_localstatedir}/lib/%{name} \
|
||||||
MAN=%{buildroot}%{_mandir}/man8 \
|
MAN=%{buildroot}%{_mandir}/man8 \
|
||||||
ETC=%{buildroot}%{_sysconfdir}/%{name} \
|
ETC=%{buildroot}%{_sysconfdir}/%{name} \
|
||||||
BASHDIR=%{buildroot}%{_datadir}/bash-completion/completions \
|
BASHDIR=%{buildroot}%{_datadir}/bash-completion/completions \
|
||||||
LIBDIR=%{buildroot}%{_libexecdir}/%{name}
|
LIBDIR=%{buildroot}%{_libexecdir}/%{name}
|
||||||
make install-doc DESTDIR=%{buildroot} \
|
make install-doc DESTDIR=%{buildroot} \
|
||||||
DOCDIR=%{buildroot}%{_docdir}/%{name}
|
DOCDIR=%{buildroot}%{_docdir}/%{name}
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a34f42a80e01682efcb13c513692e72f1d21570bbc7a9eba855dde30f116ce7
|
|
||||||
size 102156
|
|
Loading…
x
Reference in New Issue
Block a user