1
0

- Update to version 15.1.0 (git d263ea6):

* 50-blacklist.conf is not added in Leap before 15.1.
  fix conditionals and bump version accordingly.

OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=56
This commit is contained in:
Martin Wilck 2019-01-31 22:04:12 +00:00 committed by Git OBS Bridge
parent 9f5df81693
commit e5d9b450ba
6 changed files with 15 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">suse-module-tools</param>
<param name="version">15.0.20</param>
<param name="version">15.1.0</param>
<param name="revision">master</param>
<param name="exclude">*.spec</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">1396df57d144f145d0e7e71d179e0a1aea6a34c6</param></service></servicedata>
<param name="changesrevision">d263ea6fb851327a740a2612ac8fcae7751e9fee</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 31 21:50:45 UTC 2019 - mwilck@suse.com
- Update to version 15.1.0 (git d263ea6):
* 50-blacklist.conf is not added in Leap before 15.1.
fix conditionals and bump version accordingly.
-------------------------------------------------------------------
Wed Jan 30 23:04:26 UTC 2019 - mwilck@suse.com

View File

@ -17,7 +17,7 @@
Name: suse-module-tools
Version: 15.0.20
Version: 15.1.0
Release: 0
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
License: GPL-2.0-or-later
@ -78,7 +78,7 @@ install -d -m 755 "%{buildroot}%{_sysconfdir}/modprobe.d"
install -pm644 "10-unsupported-modules.conf" \
"%{buildroot}%{_sysconfdir}/modprobe.d/"
install -pm644 00-system.conf "%{buildroot}%{_sysconfdir}/modprobe.d/"
%if 0%{?suse_version} >= 1500
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100
install -pm644 modprobe.conf/modprobe.conf.blacklist "%{buildroot}%{_sysconfdir}/modprobe.d/50-blacklist.conf"
%endif
install -pm644 modprobe.conf/modprobe.conf.local "%{buildroot}%{_sysconfdir}/modprobe.d/99-local.conf"
@ -191,7 +191,7 @@ fi
%dir %{_sysconfdir}/modprobe.d
%config %{_sysconfdir}/modprobe.d/00-system.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/10-unsupported-modules.conf
%if 0%{?suse_version} >= 1500
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100
%config(noreplace) %{_sysconfdir}/modprobe.d/50-blacklist.conf
%endif
%config(noreplace) %{_sysconfdir}/modprobe.d/99-local.conf