SHA256
11
0
forked from pool/erlang

Accepting request 1140834 from home:simotek:branches:devel:languages:erlang:Factory

- Disable rpmlint tests on SLE-15 where they currently fail
- This codestream wasn't affected by bsc#1207113

OBS-URL: https://build.opensuse.org/request/show/1140834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=134
This commit is contained in:
2024-01-24 16:44:30 +00:00
committed by Git OBS Bridge
parent b22924133e
commit 18c8d75cf9
2 changed files with 12 additions and 1 deletions

View File

@@ -4,5 +4,5 @@ addFilter("erlang.* devel-file-in-non-devel-package")
suse_version = int(rpm.expandMacro("%suse_version"))
if suse_version > 1310:
if suse_version > 1550:
addCheck("ErlangCheck")

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 23 09:35:11 UTC 2024 - Simon Lees <sflees@suse.de>
- Disable rpmlint tests on SLE-15 where they currently fail
-------------------------------------------------------------------
Tue Jan 23 01:27:26 UTC 2024 - Simon Lees <sflees@suse.de>
- This codestream wasn't affected by bsc#1207113
-------------------------------------------------------------------
Thu Jan 11 06:09:29 UTC 2024 - Simon Lees <sflees@suse.de>
@@ -1338,6 +1348,7 @@ Thu Oct 13 16:02:52 UTC 2022 - opensuse-packaging@opensuse.org
applications. For example via inets (httpd), cowboy, etc. Note
that the vulnerability only affects servers that request client
certification, that is sets the option {verify, verify_peer}.
(bsc#1205318)
* eunit: With this change, Eunit can optionally not try to
execute related module with "_tests" suffix. This might be used
for avoiding duplicated executions when source and test modules