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
This commit is contained in:
Martin Wilck 2020-11-04 20:33:48 +00:00 committed by Git OBS Bridge
parent 7afc3762d3
commit 0280f3267b
6 changed files with 25 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<param name="changesgenerate">enable</param>
<param name="filename">suse-module-tools</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">\+0$</param>
<param name="versionrewrite-pattern">\+[01]$</param>
<param name="versionrewrite-replacement"></param>
<param name="revision">master</param>
<param name="exclude">*.rpmlintrc</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
<param name="changesrevision">241a1582698c6a7f96f877a5ec64f478fdf90c82</param></service></servicedata>
<param name="changesrevision">31b83356f95d05bd06fbddc0e023635aa0fc50cd</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1be037bdeae2c51daa4a939ebc4bbe3839252bfdf612b7196301129eef4172a8
size 28004

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:640fdc1c2a9c13362558f5fd7c3d5ae78b8bc6ee0033bbaebc8dd2c86673a59f
size 28452

View File

@ -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 <mwilck@suse.com>

View File

@ -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)