diff --git a/_servicedata b/_servicedata index 5f84d29..bfa94be 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/suse-module-tools.git - 493efa301c0de62ec7b270ff43067b5c4ce8eb68 \ No newline at end of file + 9ec08dfa2fd7ea240f063196831f114475a6ad66 \ No newline at end of file diff --git a/suse-module-tools-16.0.1.obscpio b/suse-module-tools-16.0.1.obscpio deleted file mode 100644 index 8f15fcc..0000000 --- a/suse-module-tools-16.0.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e326ad882299c75ca931d34173a35290c3518711a402c39d5e7d771d31d10ec6 -size 83467 diff --git a/suse-module-tools.changes b/suse-module-tools.changes index 1f391f2..94d817b 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 10 08:41:47 UTC 2021 - mwilck@suse.com + +- Update to version 16.0.2: + * fix kernel version in dracut invocation (bug in 16.0.0) + * spec file: really fix ppc64/ppc64le + ------------------------------------------------------------------- Thu May 27 19:13:05 UTC 2021 - mwilck@suse.com @@ -7,7 +14,7 @@ Thu May 27 19:13:05 UTC 2021 - mwilck@suse.com ------------------------------------------------------------------- Thu May 27 09:29:56 UTC 2021 - mwilck@suse.com -- Update to version 16.0 +- Update to version 16.0.0 - modprobe.conf cleanup (bsc#1161343) * Unify ppc64 and ppc64le * Delete files for obsolete architectures diff --git a/suse-module-tools.obsinfo b/suse-module-tools.obsinfo index e52545e..3f0b7f0 100644 --- a/suse-module-tools.obsinfo +++ b/suse-module-tools.obsinfo @@ -1,5 +1,5 @@ name: suse-module-tools -version: 16.0.1 -mtime: 1622142762 -commit: 493efa301c0de62ec7b270ff43067b5c4ce8eb68 +version: 16.0.2 +mtime: 1623313770 +commit: 9ec08dfa2fd7ea240f063196831f114475a6ad66 diff --git a/suse-module-tools.spec b/suse-module-tools.spec index 0e66f31..ee0a1b6 100644 --- a/suse-module-tools.spec +++ b/suse-module-tools.spec @@ -28,7 +28,7 @@ %endif Name: suse-module-tools -Version: 16.0.1 +Version: 16.0.2 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later @@ -59,7 +59,6 @@ uninstallation, as well as default configuration files for depmod and modprobe. These utilities are provided by kmod-compat or module-init-tools, whichever implementation you choose to install. - %prep %setup -q @@ -68,6 +67,9 @@ module-init-tools, whichever implementation you choose to install. %install # now assemble the parts for modprobe.conf cp modprobe.conf/modprobe.conf.common 00-system.conf +%ifarch ppc64le +ln -f modprobe.conf/modprobe.conf.ppc64 modprobe.conf/modprobe.conf.$RPM_ARCH +%endif if [ -f "modprobe.conf/modprobe.conf.$RPM_ARCH" ]; then cat "modprobe.conf/modprobe.conf.$RPM_ARCH" >>00-system.conf fi @@ -256,7 +258,7 @@ done %{_unitdir}/systemd-sysctl.service.d %dir %{modules_load_dir} %{modules_load_dir}/sg.conf -%ifarch ppc64le +%ifarch ppc64 ppc64le /usr/lib/systemd/system-generators %endif