From 6077942888b7ad626532ca53cca7b561e86ac12c66fbbe730aa36605b5b37402 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Wed, 4 Nov 2020 20:33:48 +0000 Subject: [PATCH] Accepting request 846083 from home:mwilck:branches:Base:System - Update to version 15.3.5: * Skip coldplug for memory devices on ppc64le, using generator - Update to version 15.3.4: * rework dependencies to reduce system size for small OS OBS-URL: https://build.opensuse.org/request/show/846083 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=92 --- _service | 2 +- _servicedata | 2 +- suse-module-tools-15.3.4.tar.xz | 3 --- suse-module-tools-15.3.5.tar.xz | 3 +++ suse-module-tools.changes | 12 ++++++++++++ suse-module-tools.spec | 9 ++++++++- 6 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 suse-module-tools-15.3.4.tar.xz create mode 100644 suse-module-tools-15.3.5.tar.xz diff --git a/_service b/_service index 25c0c6b..fdd03e4 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ enable suse-module-tools @PARENT_TAG@+@TAG_OFFSET@ - \+0$ + \+[01]$ master *.rpmlintrc diff --git a/_servicedata b/_servicedata index 98e5f4a..39c65d3 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/suse-module-tools.git - 241a1582698c6a7f96f877a5ec64f478fdf90c82 \ No newline at end of file + 31b83356f95d05bd06fbddc0e023635aa0fc50cd \ No newline at end of file diff --git a/suse-module-tools-15.3.4.tar.xz b/suse-module-tools-15.3.4.tar.xz deleted file mode 100644 index 91d723a..0000000 --- a/suse-module-tools-15.3.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1be037bdeae2c51daa4a939ebc4bbe3839252bfdf612b7196301129eef4172a8 -size 28004 diff --git a/suse-module-tools-15.3.5.tar.xz b/suse-module-tools-15.3.5.tar.xz new file mode 100644 index 0000000..2818094 --- /dev/null +++ b/suse-module-tools-15.3.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640fdc1c2a9c13362558f5fd7c3d5ae78b8bc6ee0033bbaebc8dd2c86673a59f +size 28452 diff --git a/suse-module-tools.changes b/suse-module-tools.changes index 5143da7..36fd1ca 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -1,9 +1,21 @@ +------------------------------------------------------------------- +Mon Nov 02 17:03:42 UTC 2020 - mwilck@suse.com + +- Update to version 15.3.5: + * Skip coldplug for memory devices on ppc64le, using generator + ------------------------------------------------------------------- Tue Aug 25 15:43:20 UTC 2020 - mwilck@suse.com - Update to version 15.3.4: * spec: rework dependencies +------------------------------------------------------------------- +Mon Aug 03 21:05:03 UTC 2020 - mwilck@suse.com + +- Update to version 15.3.4: + * rework dependencies to reduce system size for small OS + ------------------------------------------------------------------- Fri Jun 5 15:28:50 UTC 2020 - Martin Wilck diff --git a/suse-module-tools.spec b/suse-module-tools.spec index 4ba1a08..da8a74b 100644 --- a/suse-module-tools.spec +++ b/suse-module-tools.spec @@ -28,7 +28,7 @@ %endif Name: suse-module-tools -Version: 15.3.4 +Version: 15.3.5 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later @@ -128,6 +128,10 @@ install -pm 644 50-kernel-uname_r.conf "%{buildroot}%{_unitdir}/systemd-sysctl.s # Not needed in SLE11, where sg is loaded via udev rule. install -d -m 755 "%{buildroot}%{modules_load_dir}" install -pm 644 sg.conf "%{buildroot}%{modules_load_dir}" +%ifarch ppc64le +install -d -m 755 %{buildroot}/usr/lib/systemd/system-generators +install -m 755 udev-trigger-generator %{buildroot}/usr/lib/systemd/system-generators +%endif mkdir -p %{buildroot}%{_defaultlicensedir} @@ -268,6 +272,9 @@ done %{_unitdir}/systemd-sysctl.service.d %dir %{modules_load_dir} %{modules_load_dir}/sg.conf +%ifarch ppc64le +/usr/lib/systemd/system-generators +%endif %files legacy %defattr(-,root,root)