Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
55ad6cdeae | ||
|
bb1ccede5d | ||
|
348e699866 | ||
|
4d57413208 |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ceb5bbb89ece7310ee96952a56c926faa51c4486f7e5e43c8589585056e45bb5
|
|
||||||
size 92840
|
|
3
dkms-3.1.3.tar.gz
Normal file
3
dkms-3.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d72b38ea2f939e51074a3ae18cd779eb33cfe7e1486233e3321f4cd1e5b02299
|
||||||
|
size 97452
|
37
dkms.changes
37
dkms.changes
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 8 22:43:04 UTC 2024 - Alexandru Gabriel Bradatan <alex.bradatan85@yahoo.it>
|
||||||
|
|
||||||
|
- Update to 3.1.2
|
||||||
|
* Fix building nvidia open kernel modules against clang and
|
||||||
|
thin/full lto compiled kernel
|
||||||
|
* Fix issue with stripped vmlinux
|
||||||
|
* Allow configuring compression settings
|
||||||
|
* Better output and misc fixes
|
||||||
|
- Update to 3.1.3
|
||||||
|
* Print messages for user feedback only once
|
||||||
|
* Keep the Module.symvers file along with the module files if
|
||||||
|
it exists
|
||||||
|
- Do not install dkms_autoinstaller into libexec and scriptlets
|
||||||
|
into `/etc/kernel`: follow the "redhat" installation procedure
|
||||||
|
instead of the "debian" one
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Mar 7 10:54:04 UTC 2024 - Alexandru Gabriel Bradatan <alex.bradatan85@yahoo.it>
|
||||||
|
|
||||||
|
18
dkms.spec
18
dkms.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dkms
|
Name: dkms
|
||||||
Version: 3.0.13
|
Version: 3.1.3
|
||||||
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
|
||||||
@ -86,14 +86,12 @@ Zsh command line completion support for %{name}.
|
|||||||
# paths are concatenated with DESTDIR (which has buildroot) by
|
# paths are concatenated with DESTDIR (which has buildroot) by
|
||||||
# the makefile
|
# the makefile
|
||||||
# 2. BASHDIR, ETC and VAR are not settable
|
# 2. BASHDIR, ETC and VAR are not settable
|
||||||
%make_install \
|
%make_install install-redhat \
|
||||||
SBIN=%{_sbindir} \
|
SBIN=%{_sbindir} \
|
||||||
MAN=%{_mandir}/man8 \
|
MAN=%{_mandir}/man8 \
|
||||||
LIBDIR=%{_libexecdir}/%{name} \
|
LIBDIR=%{_libexecdir}/%{name} \
|
||||||
KCONF=%{_sysconfdir}/kernel
|
KCONF=%{_sysconfdir}/kernel \
|
||||||
|
KINSTALL=%{_prefix}/lib/kernel/install.d
|
||||||
install -p -m 755 -D kernel_install.d_dkms \
|
|
||||||
%{buildroot}%{_prefix}/lib/kernel/install.d/40-%{name}.install
|
|
||||||
|
|
||||||
# systemd
|
# systemd
|
||||||
install -p -m 644 -D dkms.service %{buildroot}%{_unitdir}/dkms.service
|
install -p -m 644 -D dkms.service %{buildroot}%{_unitdir}/dkms.service
|
||||||
@ -141,18 +139,10 @@ exit 0
|
|||||||
%{_sbindir}/rcdkms
|
%{_sbindir}/rcdkms
|
||||||
%{_prefix}/lib/kernel/install.d/40-%{name}.install
|
%{_prefix}/lib/kernel/install.d/40-%{name}.install
|
||||||
%{_localstatedir}/lib/%{name}
|
%{_localstatedir}/lib/%{name}
|
||||||
%{_libexecdir}/%{name}
|
|
||||||
%{_tmpfilesdir}/dkms.conf
|
%{_tmpfilesdir}/dkms.conf
|
||||||
%{_mandir}/man8/dkms.8%{ext_man}
|
%{_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
|
%{_unitdir}/dkms.service
|
||||||
# these dirs are for plugins - owned by other packages
|
# 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/
|
||||||
%dir %{_prefix}/lib/kernel/install.d
|
%dir %{_prefix}/lib/kernel/install.d
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user