diff --git a/_service b/_service index 76ee620..55bc83e 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git enable suse-module-tools - 15.1.10 + 15.1.11 master *.spec *.rpmlintrc diff --git a/_servicedata b/_servicedata index 550ca3b..51f4470 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/suse-module-tools.git - b28b13d83209ebdbbb30fe3881462ff86bc46428 \ No newline at end of file + 54df1924526f53b1860e15be9815277f2095c4a2 \ No newline at end of file diff --git a/suse-module-tools-15.1.10.tar.xz b/suse-module-tools-15.1.10.tar.xz deleted file mode 100644 index de67ac5..0000000 --- a/suse-module-tools-15.1.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a71a58c37e8327292233bf6846af4c3b6d245b7c02f869fb282aba221bfec680 -size 25984 diff --git a/suse-module-tools-15.1.11.tar.xz b/suse-module-tools-15.1.11.tar.xz new file mode 100644 index 0000000..bba303f --- /dev/null +++ b/suse-module-tools-15.1.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31211ef8c7453e2aef1fab327c4eda76fa324993b7fe2068b0d4a332945c11c +size 25996 diff --git a/suse-module-tools.changes b/suse-module-tools.changes index 2d0a147..7c6f3ad 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -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 diff --git a/suse-module-tools.spec b/suse-module-tools.spec index 621e884..06a0f8b 100644 --- a/suse-module-tools.spec +++ b/suse-module-tools.spec @@ -18,14 +18,14 @@ # List of legacy file systems to be blacklisted by default %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 # SLE only ships a few of them %global fs_blacklist cramfs ufs %endif Name: suse-module-tools -Version: 15.1.10 +Version: 15.1.11 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later @@ -124,7 +124,7 @@ mkdir -p %{buildroot}%{_defaultlicensedir} for mod in %{fs_blacklist}; do echo "\ # 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 # \"blacklist $mod\" statement below. ENABLE AT YOUR OWN RISK. #