4 Commits

Author SHA256 Message Date
a4ff37a605 Accepting request 1329073 from X11:Bumblebee
OBS-URL: https://build.opensuse.org/request/show/1329073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dkms?expand=0&rev=15
2026-01-26 10:06:00 +00:00
Alexandru Gabriel Bradatan
ce97c9bbac Update to v3.3.0
OBS-URL: https://build.opensuse.org/package/show/X11:Bumblebee/dkms?expand=0&rev=49
2026-01-25 13:18:58 +00:00
a09180ddc6 Accepting request 1305015 from X11:Bumblebee
OBS-URL: https://build.opensuse.org/request/show/1305015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dkms?expand=0&rev=14
2025-09-16 16:18:16 +00:00
Alexandru Gabriel Bradatan
6f797344d4 - 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

OBS-URL: https://build.opensuse.org/package/show/X11:Bumblebee/dkms?expand=0&rev=47
2025-09-15 17:54:10 +00:00
4 changed files with 33 additions and 7 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -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