Hello community, here is the log from the commit of package dkms for openSUSE:Factory checked in at 2019-01-24 14:13:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dkms (Old) and /work/SRC/openSUSE:Factory/.dkms.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dkms" Thu Jan 24 14:13:03 2019 rev:2 rq:667730 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dkms/dkms.changes 2017-05-24 16:46:38.290062711 +0200 +++ /work/SRC/openSUSE:Factory/.dkms.new.28833/dkms.changes 2019-01-24 14:13:05.159385259 +0100 @@ -1,0 +2,6 @@ +Tue Jan 22 08:14:34 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 2.6.1: + * No obvious changelog from upstream + +------------------------------------------------------------------- Old: ---- dkms-2.3.tar.gz New: ---- v2.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dkms.spec ++++++ --- /var/tmp/diff_new_pack.PGO2xm/_old 2019-01-24 14:13:05.711384622 +0100 +++ /var/tmp/diff_new_pack.PGO2xm/_new 2019-01-24 14:13:05.715384617 +0100 @@ -1,7 +1,7 @@ # # spec file for package dkms # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: dkms -Version: 2.3 +Version: 2.6.1 Release: 0 Summary: Dynamic Kernel Module Support Framework -License: GPL-2.0 +License: GPL-2.0-only Group: System/Kernel -Url: https://github.com/dell/dkms -Source0: https://github.com/dell/dkms/archive/%{version}/dkms-%{version}.tar.gz +URL: https://github.com/dell/dkms +Source0: https://github.com/dell/dkms/archive/v%{version}.tar.gz Source1: dkms.service Source2: dkms.systemd Source3: dkms.default @@ -42,7 +42,6 @@ Requires: modutils Requires: sed Requires: tar -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %systemd_requires @@ -62,7 +61,7 @@ VAR=%{buildroot}%{_localstatedir}/lib/%{name} \ MAN=%{buildroot}%{_mandir}/man8 \ ETC=%{buildroot}%{_sysconfdir}/%{name} \ - BASHDIR=%{buildroot}%{_sysconfdir}/bash_completion.d \ + BASHDIR=%{buildroot}%{_datadir}/bash-completion/completions \ LIBDIR=%{buildroot}%{_libexecdir}/%{name} make install-doc DESTDIR=%{buildroot} \ DOCDIR=%{buildroot}%{_docdir}/%{name} @@ -78,6 +77,9 @@ # 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 @@ -109,7 +111,6 @@ exit 0 %files -%defattr(-,root,root) %{_sbindir}/%{name} %{_sbindir}/rcdkms %{_localstatedir}/lib/%{name} @@ -117,12 +118,13 @@ %{_tmpfilesdir}/dkms.conf %{_mandir}/*/* %config(noreplace) %{_sysconfdir}/%{name} -%doc sample.spec sample.conf AUTHORS COPYING README.dkms +%license COPYING +%doc sample.spec sample.conf AUTHORS README.md %doc sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec # these dirs are for plugins - owned by other packages %{_sysconfdir}/kernel/postinst.d/%{name} %{_sysconfdir}/kernel/prerm.d/%{name} -%config %{_sysconfdir}/bash_completion.d/%{name} +%{_datadir}/bash-completion/completions/%{name} %{_unitdir}/dkms.service %{_unitdir}/dkms.systemd %config %{_sysconfdir}/default/dkms
