forked from pool/suse-module-tools
Accepting request 677419 from home:mwilck:branches:Base:System
- Update to version 15.1.11 (git 54df192): * spec file: use more gentle wording in blacklist files * spec file: drop jffs2 and ubifs from blacklist OBS-URL: https://build.opensuse.org/request/show/677419 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=61
This commit is contained in:
parent
311b9b401e
commit
cabe538069
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">suse-module-tools</param>
|
<param name="filename">suse-module-tools</param>
|
||||||
<param name="version">15.1.10</param>
|
<param name="version">15.1.11</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
<param name="exclude">*.spec</param>
|
<param name="exclude">*.spec</param>
|
||||||
<param name="exclude">*.rpmlintrc</param>
|
<param name="exclude">*.rpmlintrc</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||||
<param name="changesrevision">b28b13d83209ebdbbb30fe3881462ff86bc46428</param></service></servicedata>
|
<param name="changesrevision">54df1924526f53b1860e15be9815277f2095c4a2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a71a58c37e8327292233bf6846af4c3b6d245b7c02f869fb282aba221bfec680
|
|
||||||
size 25984
|
|
3
suse-module-tools-15.1.11.tar.xz
Normal file
3
suse-module-tools-15.1.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c31211ef8c7453e2aef1fab327c4eda76fa324993b7fe2068b0d4a332945c11c
|
||||||
|
size 25996
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 18 12:02:27 UTC 2019 - mwilck@suse.com
|
||||||
|
|
||||||
|
- Update to version 15.1.11 (git 54df192):
|
||||||
|
* spec file: use more gentle wording in blacklist files
|
||||||
|
* spec file: drop jffs2 and ubifs from blacklist
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 08 10:44:56 UTC 2019 - mwilck@suse.com
|
Fri Feb 08 10:44:56 UTC 2019 - mwilck@suse.com
|
||||||
|
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
# List of legacy file systems to be blacklisted by default
|
# List of legacy file systems to be blacklisted by default
|
||||||
%if 0%{?is_opensuse}
|
%if 0%{?is_opensuse}
|
||||||
%global fs_blacklist adfs affs bfs befs cramfs efs erofs exofs freevxfs f2fs hfs hpfs jffs2 jfs minix nilfs2 ntfs omfs qnx4 qnx6 sysv ubifs ufs
|
%global fs_blacklist adfs affs bfs befs cramfs efs erofs exofs freevxfs f2fs hfs hpfs jfs minix nilfs2 ntfs omfs qnx4 qnx6 sysv ufs
|
||||||
%else
|
%else
|
||||||
# SLE only ships a few of them
|
# SLE only ships a few of them
|
||||||
%global fs_blacklist cramfs ufs
|
%global fs_blacklist cramfs ufs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: suse-module-tools
|
Name: suse-module-tools
|
||||||
Version: 15.1.10
|
Version: 15.1.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -124,7 +124,7 @@ mkdir -p %{buildroot}%{_defaultlicensedir}
|
|||||||
for mod in %{fs_blacklist}; do
|
for mod in %{fs_blacklist}; do
|
||||||
echo "\
|
echo "\
|
||||||
# The $mod file system is blacklisted by default because it isn't actively
|
# The $mod file system is blacklisted by default because it isn't actively
|
||||||
# supported by SUSE, not well maintained, and may have security vulnerabilites.
|
# supported by SUSE, not well maintained, or may have security vulnerabilites.
|
||||||
# To enable autoloading the $mod file system module, comment out the
|
# To enable autoloading the $mod file system module, comment out the
|
||||||
# \"blacklist $mod\" statement below. ENABLE AT YOUR OWN RISK.
|
# \"blacklist $mod\" statement below. ENABLE AT YOUR OWN RISK.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user