Hello community, here is the log from the commit of package docker-bench-security for openSUSE:Factory checked in at 2020-05-29 21:23:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-bench-security (Old) and /work/SRC/openSUSE:Factory/.docker-bench-security.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-bench-security" Fri May 29 21:23:11 2020 rev:14 rq:809783 version:1.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-bench-security/docker-bench-security.changes 2019-11-25 11:25:01.234098040 +0100 +++ /work/SRC/openSUSE:Factory/.docker-bench-security.new.3606/docker-bench-security.changes 2020-05-29 21:37:27.210663524 +0200 @@ -1,0 +2,5 @@ +Thu May 7 18:11:25 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de> + +- fix include patch of functions_lib.sh (boo#1164631) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-bench-security.spec ++++++ --- /var/tmp/diff_new_pack.m5qoDf/_old 2020-05-29 21:37:27.638664798 +0200 +++ /var/tmp/diff_new_pack.m5qoDf/_new 2020-05-29 21:37:27.642664810 +0200 @@ -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 @@ 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 @@ 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