2
0

------------------------------------------------------------------

- Update to version 15.0.20 (git 2f55a7ec):
fix file conflict in blacklist.conf

OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=54
This commit is contained in:
Martin Wilck 2019-01-30 18:16:01 +00:00 committed by Git OBS Bridge
parent 597ba7391d
commit 046c77845a
3 changed files with 5 additions and 20 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">fbb77353cf42a9b36d49cff50ec00e56f605130c</param></service></servicedata>
<param name="changesrevision">2f55a7ecc640a52bc621c89df8a01d54d1a8e6e3</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61a86488f04db8e0e2abece15b690b87834478455ac525c8a64fbde2f845429a
size 26252
oid sha256:3cd8f1582e0940ce1e236b0573bd2424f9cd7150de570ab76a57264ff1c885d1
size 26272

View File

@ -1,22 +1,7 @@
-------------------------------------------------------------------
Wed Jan 30 17:00:44 UTC 2019 - mwilck@suse.com
- Update to version 15.0.20:
* suse-module-tools.spec: remove dependency on kmod-compat
* driver-check.sh: fix maintainer and bump version
* driver-check.sh: fix "kernel-default... was not installed correctly"
* driver-check.sh: remove broken check for update repo
* driver-check.sh: fix broken test for module-init-tools
* make code work without kmod-compat
* Remove hard dependency on mkinitrd
* modprobe.conf: add file system blacklist file (fate#326832).
* modprobe.conf: add 50-blacklist.conf to %files
* add /etc/modprobe.d/50-blacklist.conf (boo#1107611)
-------------------------------------------------------------------
------------------------------------------------------------------
Wed Jan 30 15:50:21 UTC 2019 - Martin Wilck <mwilck@suse.com>
- Update to version 15.0.20 (git a2e213d):
- Update to version 15.0.20 (git 2f55a7ec):
- Fix driver-check.sh (boo#1123697, boo#1123704)
- add /etc/modprobe.d/50-blacklist.conf from sysconfig package
(boo#1107611)