diff --git a/dkms.spec b/dkms.spec index ae0fa3d..4df43a9 100644 --- a/dkms.spec +++ b/dkms.spec @@ -1,12 +1,12 @@ Name: dkms -Version: 2.8.4 +Version: 2.8.5 Release: 1mamba Summary: Dynamic Kernel Module Support Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Ercole 'ercolinux' Carpanetto -URL: http://linux.dell.com/projects.shtml#dkms +URL: https://linux.dell.com/projects.shtml Source: https://github.com/dell/dkms.git/v%{version}/dkms-%{version}.tar.bz2 Source1: dkms.service Source2: dkms.systemd @@ -17,7 +17,6 @@ License: GPL ## AUTOBUILDREQ-END Requires: kernelheaders Requires: gcc -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description DKMS stands for Dynamic Kernel Module Support. It is designed to create a framework where kernel dependent module source can reside so that it is very easy to rebuild modules as you upgrade kernels. This will allow Linux vendors to provide driver drops without having to wait for new kernel releases while also taking out the guesswork for customers attempting to recompile modules for new kernels. @@ -99,6 +98,9 @@ find /var/lib/dkms -xtype l -exec rm -f {} \; #README.dkms TODO %changelog +* Wed Aug 25 2021 Automatic Build System 2.8.5-1mamba +- automatic version update by autodist + * Fri Dec 18 2020 Automatic Build System 2.8.4-1mamba - automatic version update by autodist