diff --git a/.files b/.files index f7bca51..6059945 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index de9a3e0..223efdc 100644 --- a/.rev +++ b/.rev @@ -105,4 +105,12 @@ 750508 + + adf3f63b39941014224bec91fe8eb01e + 1.3.5 + + maxlin_factory + + 809783 + diff --git a/docker-bench-security.changes b/docker-bench-security.changes index 2a00b32..840c409 100644 --- a/docker-bench-security.changes +++ b/docker-bench-security.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu May 7 18:11:25 UTC 2020 - Andreas Stieger + +- fix include patch of functions_lib.sh (boo#1164631) + +------------------------------------------------------------------- Mon Nov 18 18:25:43 UTC 2019 - Andreas Stieger - update to 1.3.5: diff --git a/docker-bench-security.spec b/docker-bench-security.spec index 3a0b5ab..3705cba 100644 --- a/docker-bench-security.spec +++ b/docker-bench-security.spec @@ -1,7 +1,7 @@ # # spec file for package docker-bench-security # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,6 +40,7 @@ The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. The tests are all automated, and implement the CIS Docker Benchmark. + %prep %setup -q @@ -47,6 +48,7 @@ The tests are all automated, and implement the CIS Docker Benchmark. sed -i \ -e 's|\./output_lib.sh|%{_libexecdir}/%{name}/output_lib.sh|' \ -e 's|\./helper_lib.sh|%{_libexecdir}/%{name}/helper_lib.sh|' \ + -e 's|\./functions_lib.sh|%{_libexecdir}/%{name}/functions_lib.sh|' \ -e 's|for test in tests|for test in %{_libexecdir}/%{name}/tests|' \ -e 's|\./"$test"|"$test"|' \ docker-bench-security.sh