Accepting request 1221277 from X11:Bumblebee
OBS-URL: https://build.opensuse.org/request/show/1221277 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dkms?expand=0&rev=10
This commit is contained in:
commit
348e699866
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ceb5bbb89ece7310ee96952a56c926faa51c4486f7e5e43c8589585056e45bb5
|
||||
size 92840
|
3
dkms-3.1.1.tar.gz
Normal file
3
dkms-3.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:413bf710f7a55e979a1796317b2bb48a4ccd8ed8d46ecd8ba4e09cbeabc7761b
|
||||
size 92491
|
20
dkms.changes
20
dkms.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 27 12:03:20 UTC 2024 - Alexandru Gabriel Bradatan <alex.bradatan85@yahoo.it>
|
||||
|
||||
- Update to 3.1.0
|
||||
* New more condensed output for most of the tasks
|
||||
* Allow running the MOK certificate generation as a standalone
|
||||
command (Nvidia / Gnome Software integration)
|
||||
* Install kernel-install drop-in to /usr/lib instead of /etc
|
||||
* Remove modules.weakdep as part of the cleanup
|
||||
* Allow setting the maximum number of parallel jobs in
|
||||
/etc/dkms/framework.conf
|
||||
- Update to 3.1.1
|
||||
* Remove last remnants of log_action_msg from
|
||||
dkms_autoinstaller.in
|
||||
* Drop GNU/kFreeBSD
|
||||
* Move local to one var per line and init on seperate line
|
||||
* Do not print "terminated" message (issue #450)
|
||||
* Update tests
|
||||
* Fix passing multiple kernel versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 10:54:04 UTC 2024 - Alexandru Gabriel Bradatan <alex.bradatan85@yahoo.it>
|
||||
|
||||
|
10
dkms.spec
10
dkms.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: dkms
|
||||
Version: 3.0.13
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
Summary: Dynamic Kernel Module Support Framework
|
||||
License: GPL-2.0-only
|
||||
@ -90,10 +90,8 @@ Zsh command line completion support for %{name}.
|
||||
SBIN=%{_sbindir} \
|
||||
MAN=%{_mandir}/man8 \
|
||||
LIBDIR=%{_libexecdir}/%{name} \
|
||||
KCONF=%{_sysconfdir}/kernel
|
||||
|
||||
install -p -m 755 -D kernel_install.d_dkms \
|
||||
%{buildroot}%{_prefix}/lib/kernel/install.d/40-%{name}.install
|
||||
KCONF=%{_sysconfdir}/kernel \
|
||||
KINSTALL=%{_prefix}/lib/kernel/install.d
|
||||
|
||||
# systemd
|
||||
install -p -m 644 -D dkms.service %{buildroot}%{_unitdir}/dkms.service
|
||||
@ -146,12 +144,10 @@ exit 0
|
||||
%{_mandir}/man8/dkms.8%{ext_man}
|
||||
%{_sysconfdir}/kernel/postinst.d/%{name}
|
||||
%{_sysconfdir}/kernel/prerm.d/%{name}
|
||||
%{_sysconfdir}/kernel/install.d/40-%{name}.install
|
||||
%{_unitdir}/dkms.service
|
||||
# these dirs are for plugins - owned by other packages
|
||||
%dir %{_sysconfdir}/kernel
|
||||
%dir %{_sysconfdir}/kernel/postinst.d
|
||||
%dir %{_sysconfdir}/kernel/install.d
|
||||
%dir %{_sysconfdir}/kernel/prerm.d
|
||||
%dir %{_prefix}/lib/kernel/
|
||||
%dir %{_prefix}/lib/kernel/install.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user