2
0

- Update to version 15.0.20 (git 1396df5):

revert fs blacklist change for now. too controversial
to push at this time

OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=55
This commit is contained in:
Martin Wilck 2019-01-30 23:08:19 +00:00 committed by Git OBS Bridge
parent 046c77845a
commit 9f5df81693
4 changed files with 6 additions and 13 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">2f55a7ecc640a52bc621c89df8a01d54d1a8e6e3</param></service></servicedata>
<param name="changesrevision">1396df57d144f145d0e7e71d179e0a1aea6a34c6</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cd8f1582e0940ce1e236b0573bd2424f9cd7150de570ab76a57264ff1c885d1
size 26272
oid sha256:439237025e98507a93fae463866dfdfb7f84c60da2b9f63cd804ad17fda1ee49
size 25964

View File

@ -1,11 +1,10 @@
------------------------------------------------------------------
Wed Jan 30 15:50:21 UTC 2019 - Martin Wilck <mwilck@suse.com>
-------------------------------------------------------------------
Wed Jan 30 23:04:26 UTC 2019 - mwilck@suse.com
- Update to version 15.0.20 (git 2f55a7ec):
- Update to version 15.0.20 (git 1396df5):
- Fix driver-check.sh (boo#1123697, boo#1123704)
- add /etc/modprobe.d/50-blacklist.conf from sysconfig package
(boo#1107611)
- add file system blacklist file (fate#326832)
- Remove hard dependency on mkinitrd (boo#1123721)
- Make sure code works also without kmod-compat
- Replace file dependency on /sbin/depmod by weak package dependency

View File

@ -80,9 +80,6 @@ install -pm644 "10-unsupported-modules.conf" \
install -pm644 00-system.conf "%{buildroot}%{_sysconfdir}/modprobe.d/"
%if 0%{?suse_version} >= 1500
install -pm644 modprobe.conf/modprobe.conf.blacklist "%{buildroot}%{_sysconfdir}/modprobe.d/50-blacklist.conf"
%if !0%{?is_opensuse}
install -pm644 modprobe.conf/modprobe.conf.fs-blacklist "%{buildroot}%{_sysconfdir}/modprobe.d/60-filesystem-blacklist.conf"
%endif
%endif
install -pm644 modprobe.conf/modprobe.conf.local "%{buildroot}%{_sysconfdir}/modprobe.d/99-local.conf"
install -d -m 755 "%{buildroot}%{_sysconfdir}/depmod.d"
@ -196,9 +193,6 @@ fi
%config(noreplace) %{_sysconfdir}/modprobe.d/10-unsupported-modules.conf
%if 0%{?suse_version} >= 1500
%config(noreplace) %{_sysconfdir}/modprobe.d/50-blacklist.conf
%if !0%{?is_opensuse}
%config(noreplace) %{_sysconfdir}/modprobe.d/60-filesystem-blacklist.conf
%endif
%endif
%config(noreplace) %{_sysconfdir}/modprobe.d/99-local.conf
%dir %{_sysconfdir}/depmod.d