Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 17 additions and 44 deletions

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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d72b38ea2f939e51074a3ae18cd779eb33cfe7e1486233e3321f4cd1e5b02299
size 97452

View File

@ -1,40 +1,3 @@
-------------------------------------------------------------------
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>

View File

@ -17,7 +17,7 @@
Name: dkms
Version: 3.1.3
Version: 3.0.13
Release: 0
Summary: Dynamic Kernel Module Support Framework
License: GPL-2.0-only
@ -86,12 +86,14 @@ Zsh command line completion support for %{name}.
# paths are concatenated with DESTDIR (which has buildroot) by
# the makefile
# 2. BASHDIR, ETC and VAR are not settable
%make_install install-redhat \
%make_install \
SBIN=%{_sbindir} \
MAN=%{_mandir}/man8 \
LIBDIR=%{_libexecdir}/%{name} \
KCONF=%{_sysconfdir}/kernel \
KINSTALL=%{_prefix}/lib/kernel/install.d
KCONF=%{_sysconfdir}/kernel
install -p -m 755 -D kernel_install.d_dkms \
%{buildroot}%{_prefix}/lib/kernel/install.d/40-%{name}.install
# systemd
install -p -m 644 -D dkms.service %{buildroot}%{_unitdir}/dkms.service
@ -139,10 +141,18 @@ exit 0
%{_sbindir}/rcdkms
%{_prefix}/lib/kernel/install.d/40-%{name}.install
%{_localstatedir}/lib/%{name}
%{_libexecdir}/%{name}
%{_tmpfilesdir}/dkms.conf
%{_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