forked from pool/suse-module-tools
Accepting request 685081 from Base:System
- Update to version 15.1.13: * spec file: add conflicts for dracut < 44.2 (bsc#1127891) - Update to version 15.1.12 (git 1ab0b84): * modprobe.conf.common: add csiostor->cxgb4 dependency (bsc#1100989) * Load fbcon together with virtio_gpu on s390 (bsc#1121996, fate#327159) (forwarded request 685078 from mwilck) OBS-URL: https://build.opensuse.org/request/show/685081 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=27
This commit is contained in:
commit
79ac74e86b
7
_service
7
_service
@ -4,11 +4,16 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">suse-module-tools</param>
|
||||
<param name="version">15.1.11</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">\+0$</param>
|
||||
<param name="versionrewrite-replacement"></param>
|
||||
<param name="revision">master</param>
|
||||
<param name="exclude">*.spec</param>
|
||||
<param name="exclude">*.rpmlintrc</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version">
|
||||
<param name="basename">suse-module-tools</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">54df1924526f53b1860e15be9815277f2095c4a2</param></service></servicedata>
|
||||
<param name="changesrevision">53810546ce76fb4a95fe2cb4ce6a08f41dafb797</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c31211ef8c7453e2aef1fab327c4eda76fa324993b7fe2068b0d4a332945c11c
|
||||
size 25996
|
3
suse-module-tools-15.1.13.tar.xz
Normal file
3
suse-module-tools-15.1.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:336ebd9a368d9400355792de07177fef5ccea2ce31d964927fb54d37589762d0
|
||||
size 26136
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:02:23 UTC 2019 - mwilck@suse.com
|
||||
|
||||
- Update to version 15.1.13:
|
||||
* spec file: add conflicts for dracut < 44.2 (bsc#1127891)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:53:24 UTC 2019 - mwilck@suse.com
|
||||
|
||||
- Update to version 15.1.12 (git 1ab0b84):
|
||||
* modprobe.conf.common: add csiostor->cxgb4 dependency
|
||||
(bsc#1100989)
|
||||
* Load fbcon together with virtio_gpu on s390 (bsc#1121996,
|
||||
fate#327159)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 12:02:27 UTC 2019 - mwilck@suse.com
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: suse-module-tools
|
||||
Version: 15.1.11
|
||||
Version: 15.1.13
|
||||
Release: 0
|
||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||
License: GPL-2.0-or-later
|
||||
@ -48,6 +48,8 @@ Recommends: kmod
|
||||
%else
|
||||
Recommends: modutils
|
||||
%endif
|
||||
# This release requires the dracut fix for bsc#1127891
|
||||
Conflicts: dracut < 44.2
|
||||
|
||||
%description
|
||||
This package contains helper scripts for KMP installation and
|
||||
|
Loading…
Reference in New Issue
Block a user