diff --git a/dkms.spec b/dkms.spec index b6f53aa3e7d31154aa21e7c01aafed3ef13c3d49..935fdd19454c3cc60e82236c60ffdc3e0fb9e22f 100644 --- a/dkms.spec +++ b/dkms.spec @@ -1,6 +1,6 @@ Summary: Dynamic Kernel Module Support Framework Name: dkms -Version: 3.1.6 +Version: 3.2.1 Release: 1 License: GPL-2.0-or-later BuildArch: noarch @@ -36,7 +36,11 @@ method for installing module RPMS as originally developed by Dell. %install make install-redhat DESTDIR=%{buildroot} -sed -i -e 's/# modprobe_on_install="true"/modprobe_on_install="true"/g' %{buildroot}%{_sysconfdir}/%{name}/framework.conf + +sed -i \ + -e 's/# modprobe_on_install.*/modprobe_on_install="true"/g' \ + -e 's/# post_transaction.*/post_transaction="dracut --regenerate-all --force"/g' \ + %{buildroot}%{_sysconfdir}/%{name}/framework.conf %post %systemd_post %{name}.service @@ -64,6 +68,9 @@ sed -i -e 's/# modprobe_on_install="true"/modprobe_on_install="true"/g' %{buildr %{_unitdir}/%{name}.service %changelog +* Mon May 12 2025 Funda Wang - 3.2.1-1 +- update to 3.2.1 + * Tue Apr 8 2025 liudy - 3.1.6-1 - update to 3.1.6 - add new tests using shellcheck diff --git a/v3.1.6.tar.gz b/v3.1.6.tar.gz deleted file mode 100644 index 4103d8ab1a9eefc7d7813d996de43de84da77481..0000000000000000000000000000000000000000 Binary files a/v3.1.6.tar.gz and /dev/null differ diff --git a/v3.2.1.tar.gz b/v3.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e2ea1d41e19e921536e7d9e11a938813e6d79cbc Binary files /dev/null and b/v3.2.1.tar.gz differ