Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a4ff37a605 | |||
|
|
ce97c9bbac | ||
| a09180ddc6 | |||
|
|
6f797344d4 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f7d0f460ce4c2c5c9ade5f3dae68ee37217db083b618727925ae8032f1703df
|
||||
size 106391
|
||||
3
dkms-3.3.0.tar.gz
Normal file
3
dkms-3.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef4ca9da2062f49bac224e6de9886266038378c0938b2cfa7c6c179d366a148c
|
||||
size 113379
|
||||
26
dkms.changes
26
dkms.changes
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 3 17:19:11 UTC 2026 - Alexandru Gabriel Bradatan <alex.bradatan85@yahoo.it>
|
||||
|
||||
- Update to version 3.3.0
|
||||
* Add per-module BUILD_EXCLUSIVE_* directives
|
||||
* New build_environment directive to specify custom compilers
|
||||
- Update to version 3.2.2
|
||||
* Various fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 09:40:48 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to version 3.2.1:
|
||||
* Fix text in framework.conf
|
||||
* Fix post_transaction when running dkms autoinstall via systemd unit
|
||||
- update to version 3.2.0:
|
||||
* Force rebuild of dependent modules
|
||||
* Add post transaction command that can be specified per site / installation
|
||||
* Add logic for rebuilding modules when dependencies change
|
||||
* Add helper function for boolean variables syntax checking
|
||||
- update to version 3.1.8:
|
||||
* fix dkms getting stuck with an incomplete $m/$v/$k/$a/module/ directory
|
||||
* deprecate CLEAN
|
||||
* dkms: propagate OBSOLETE_BY to BUILD_EXCLUSIVE_KERNEL_MAX
|
||||
- make use of autosetup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 20:10:14 UTC 2025 - Alexandru Gabriel Bradatan <alex.bradatan85@yahoo.it>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dkms
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: dkms
|
||||
Version: 3.1.7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
Summary: Dynamic Kernel Module Support Framework
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
URL: https://github.com/dell/dkms
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source100: %{name}.rpmlintrc
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
@@ -73,7 +73,7 @@ BuildArch: noarch
|
||||
Zsh command line completion support for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user