automatic version update by autodist [release 3.1.4-1mamba;Mon Dec 23 2024]
This commit is contained in:
parent
223355e91a
commit
2b0d0fa2ea
17
dkms.spec
17
dkms.spec
@ -1,5 +1,5 @@
|
||||
Name: dkms
|
||||
Version: 3.1.3
|
||||
Version: 3.1.4
|
||||
Release: 1mamba
|
||||
Summary: Dynamic Kernel Module Support
|
||||
Group: System/Tools
|
||||
@ -52,9 +52,6 @@ fi
|
||||
:
|
||||
|
||||
%posttrans
|
||||
# clean old sysv broken links
|
||||
find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
# clean old badly uninstalled modules
|
||||
find /var/lib/dkms/*/*/source -xtype l | while read line; do ls -ld ${line/source}; done
|
||||
find /var/lib/dkms -xtype l -exec rm -f {} \;
|
||||
:
|
||||
@ -63,16 +60,11 @@ find /var/lib/dkms -xtype l -exec rm -f {} \;
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/dkms
|
||||
%{_sysconfdir}/dkms/framework.conf
|
||||
#%dir %{_sysconfdir}/kernel/postinst.d
|
||||
#%{_sysconfdir}/kernel/postinst.d/dkms
|
||||
#%dir %{_sysconfdir}/kernel/prerm.d
|
||||
#%{_sysconfdir}/kernel/prerm.d/dkms
|
||||
%{_bindir}/dkms
|
||||
%{_presetdir}/50-dkms.preset
|
||||
%{_unitdir}/dkms.service
|
||||
#%dir %{_prefix}/lib/dkms
|
||||
#%{_prefix}/lib/dkms/common.postinst
|
||||
#%{_prefix}/lib/dkms/dkms_autoinstaller
|
||||
%dir %{_prefix}/lib/dkms
|
||||
%{_prefix}/lib/dkms/common.postinst
|
||||
%{_prefix}/lib/kernel/install.d/40-dkms.install
|
||||
%dir %{_localstatedir}/lib/dkms
|
||||
%{_datadir}/bash-completion/completions/dkms
|
||||
@ -81,6 +73,9 @@ find /var/lib/dkms -xtype l -exec rm -f {} \;
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Dec 23 2024 Automatic Build System <autodist@openmamba.org> 3.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 03 2024 Automatic Build System <autodist@openmamba.org> 3.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user