2
0

- Update to version 16.0.2:

* fix kernel version in dracut invocation (bug in 16.0.0)
  * spec file: really fix ppc64/ppc64le
- Update to version 16.0.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=112
This commit is contained in:
Martin Wilck 2021-06-10 08:48:04 +00:00 committed by Git OBS Bridge
parent c0085ec013
commit d920622aa3
5 changed files with 17 additions and 11 deletions

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">493efa301c0de62ec7b270ff43067b5c4ce8eb68</param></service></servicedata>
<param name="changesrevision">9ec08dfa2fd7ea240f063196831f114475a6ad66</param></service></servicedata>

View File

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

View File

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

View File

@ -1,5 +1,5 @@
name: suse-module-tools
version: 16.0.1
mtime: 1622142762
commit: 493efa301c0de62ec7b270ff43067b5c4ce8eb68
version: 16.0.2
mtime: 1623313770
commit: 9ec08dfa2fd7ea240f063196831f114475a6ad66

View File

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