Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dkms for openSUSE:Factory checked in 
at 2023-01-19 16:44:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dkms (Old)
 and      /work/SRC/openSUSE:Factory/.dkms.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dkms"

Thu Jan 19 16:44:20 2023 rev:5 rq:1059529 version:2.8.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/dkms/dkms.changes        2022-07-06 
15:42:31.970564372 +0200
+++ /work/SRC/openSUSE:Factory/.dkms.new.32243/dkms.changes     2023-01-19 
16:44:34.597885334 +0100
@@ -1,0 +2,18 @@
+Thu Jan 19 10:12:58 UTC 2023 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 2.8.8
+  * Drop old kernel 2.x checks
+  * Drop modules.conf handling
+  * Fix kernel removing.
+- Update to version 2.8.7
+  * Fix kernel `prerm.d` for new output in `dkms status`
+- Update to version 2.8.6
+  * Fix installation of configuration files
+  * Use more condensed output for commands, print when invoking
+    the signing hook
+- Update to version 2.8.5
+  * Simplify function for correct kernel using the modules folder
+    and not the configuration files in /boot.
+  * Simplify function to detect newer kernels
+
+-------------------------------------------------------------------

Old:
----
  dkms-2.8.4.tar.gz

New:
----
  dkms-2.8.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dkms.spec ++++++
--- /var/tmp/diff_new_pack.FS8vKr/_old  2023-01-19 16:44:35.201888480 +0100
+++ /var/tmp/diff_new_pack.FS8vKr/_new  2023-01-19 16:44:35.209888521 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dkms
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           dkms
-Version:        2.8.4
+Version:        2.8.8
 Release:        0
 Summary:        Dynamic Kernel Module Support Framework
 License:        GPL-2.0-only
@@ -64,8 +64,6 @@
   ETC=%{buildroot}%{_sysconfdir}/%{name} \
   BASHDIR=%{buildroot}%{_datadir}/bash-completion/completions \
   LIBDIR=%{buildroot}%{_libexecdir}/%{name}
-make install-doc DESTDIR=%{buildroot} \
-    DOCDIR=%{buildroot}%{_docdir}/%{name}
 
 # systemd
 mkdir -p %{buildroot}%{_unitdir}
@@ -75,12 +73,6 @@
 install -m 644 %{SOURCE3} "%{buildroot}%{_sysconfdir}/default/dkms"
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcdkms
 
-# remove regular init file
-rm -rf %{buildroot}%{_sysconfdir}/rc.d/init.d/dkms_autoinstaller
-
-# remove license in wrong dir
-rm -f %{buildroot}%{_docdir}/%{name}/COPYING
-
 sed -i \
     -e 's:# tmp_location="/tmp":tmp_location="%{_localstatedir}/tmp/dkms":' \
     %{buildroot}%{_sysconfdir}/dkms/framework.conf
@@ -112,25 +104,26 @@
 exit 0
 
 %files
+%doc README.md
+%license COPYING
+%config(noreplace) %{_sysconfdir}/%{name}
 %{_sbindir}/%{name}
 %{_sbindir}/rcdkms
 %{_localstatedir}/lib/%{name}
 %{_libexecdir}/%{name}
 %{_tmpfilesdir}/dkms.conf
-%{_mandir}/*/*
-%config(noreplace) %{_sysconfdir}/%{name}
-%license COPYING
-%doc sample.spec sample.conf AUTHORS README.md
-%doc sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
+%{_mandir}/man8/dkms.8%{ext_man}
 # these dirs are for plugins - owned by other packages
 %{_sysconfdir}/kernel/postinst.d/%{name}
 %{_sysconfdir}/kernel/prerm.d/%{name}
+%{_sysconfdir}/kernel/install.d/%{name}
 %{_datadir}/bash-completion/completions/%{name}
 %{_unitdir}/dkms.service
 %{_unitdir}/dkms.systemd
 %config %{_sysconfdir}/default/dkms
 %dir %{_sysconfdir}/kernel
 %dir %{_sysconfdir}/kernel/postinst.d
+%dir %{_sysconfdir}/kernel/install.d
 %dir %{_sysconfdir}/kernel/prerm.d
 
 %changelog

++++++ dkms-2.8.4.tar.gz -> dkms-2.8.8.tar.gz ++++++
++++ 12192 lines of diff (skipped)

Reply via email to