SHA256
1
0
forked from pool/dkms

Accepting request 1155989 from X11:Bumblebee

OBS-URL: https://build.opensuse.org/request/show/1155989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dkms?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2024-03-07 17:31:45 +00:00 committed by Git OBS Bridge
commit 1dd1f7195b
4 changed files with 44 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bf138c3427b1e9fda046efeef8414a5d738e9e3aca0e0bae10aabde9da99f28
size 90239

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 7 10:54:04 UTC 2024 - Alexandru Gabriel Bradatan <alex.bradatan85@yahoo.it>
- Update to 3.0.13
* New dkms status adjective broken
* Allow overriding the /lib/modules directory
* Adjust kernel module compression, compatible with the in-kernel decompressors
- Add dkms-bash-completion sub-package
- Add dkms-zsh-completion sub-package
-------------------------------------------------------------------
Fri Oct 27 07:43:34 UTC 2023 - Alexandru Gabriel Bradatan <alex.bradatan85@yahoo.it>

View File

@ -1,7 +1,7 @@
#
# spec file for package dkms
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: dkms
Version: 3.0.12
Version: 3.0.13
Release: 0
Summary: Dynamic Kernel Module Support Framework
License: GPL-2.0-only
@ -52,6 +52,28 @@ This package contains the framework for the Dynamic
Kernel Module Support (DKMS) method for installing
module RPMS as originally developed by Dell.
%package bash-completion
Summary: Bash completion for %{name}
BuildRequires: bash-completion
Requires: %{name} = %{version}
Requires: bash-completion
Supplements: (%{name} and bash-completion)
BuildArch: noarch
%description bash-completion
Bash command line completion support for %{name}.
%package zsh-completion
Summary: Zsh completion for %{name}
BuildRequires: zsh
Requires: %{name} = %{version}
Requires: zsh
Supplements: (%{name} and zsh)
BuildArch: noarch
%description zsh-completion
Zsh command line completion support for %{name}.
%prep
%setup -q
%autopatch -p1 1
@ -125,7 +147,6 @@ exit 0
%{_sysconfdir}/kernel/postinst.d/%{name}
%{_sysconfdir}/kernel/prerm.d/%{name}
%{_sysconfdir}/kernel/install.d/40-%{name}.install
%{_datadir}/bash-completion/completions/%{name}
%{_unitdir}/dkms.service
# these dirs are for plugins - owned by other packages
%dir %{_sysconfdir}/kernel
@ -135,4 +156,11 @@ exit 0
%dir %{_prefix}/lib/kernel/
%dir %{_prefix}/lib/kernel/install.d
%files bash-completion
%{_datadir}/bash-completion/completions/%{name}
%files zsh-completion
%dir %{_datadir}/zsh/site-functions
%{_datadir}/zsh/site-functions/_%{name}
%changelog