commit docker-bench-security for openSUSE:Factory

Hello community, here is the log from the commit of package docker-bench-security for openSUSE:Factory checked in at 2017-03-02 19:29:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-bench-security (Old) and /work/SRC/openSUSE:Factory/.docker-bench-security.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "docker-bench-security" Thu Mar 2 19:29:28 2017 rev:10 rq:460158 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-bench-security/docker-bench-security.changes 2016-08-03 11:45:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.docker-bench-security.new/docker-bench-security.changes 2017-03-02 19:29:29.414251428 +0100 @@ -1,0 +2,7 @@ +Fri Feb 24 08:35:24 UTC 2017 - astieger@suse.com + +- update to 1.3.0: + * Inspired by the CIS Docker 1.13 Benchmark + * adjust run-time package requirements + +------------------------------------------------------------------- Old: ---- docker-bench-security-1.0.0~git20160729.zip New: ---- docker-bench-security-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-bench-security.spec ++++++ --- /var/tmp/diff_new_pack.PnGJ8g/_old 2017-03-02 19:29:30.042162561 +0100 +++ /var/tmp/diff_new_pack.PnGJ8g/_new 2017-03-02 19:29:30.042162561 +0100 @@ -1,7 +1,7 @@ # # spec file for package docker-bench-security # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,22 @@ # -%define commit 696d3f2a772d4987adcb5ccf7121db21fb18ac59 Name: docker-bench-security -Version: 1.0.0~git20160729 +Version: 1.3.0 Release: 0 Summary: Docker Bench for Security License: Apache-2.0 Group: Productivity/Networking/Security Url: https://dockerbench.com -Source: https://github.com/docker/docker-bench-security/archive/%{commit}.zip#/%{name}-%{version}.zip -BuildRequires: unzip +Source: https://github.com/docker/docker-bench-security/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Requires: audit Requires: docker >= 1.10.0 +Requires: findutils Requires: net-tools BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1320 +Requires: net-tools-deprecated +%endif %if %{?suse_version} > 1110 BuildArch: noarch %endif @@ -38,11 +40,11 @@ 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 are inspired by the CIS Docker 1.11.0 Benchmark. -( https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.11.0_Benchmark_... ) +The tests are all automated, and implement the CIS Docker 1.13.0 Benchmark v1.0.0 +( https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.13.0_Benchmark_... ) %prep -%setup -q -n %{name}-%{commit} +%setup -q %build sed -i \
participants (1)
-
root@hilbertn.suse.de