Hello community, here is the log from the commit of package libcontainers-common for openSUSE:Factory checked in at 2020-10-18 16:18:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old) and /work/SRC/openSUSE:Factory/.libcontainers-common.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common" Sun Oct 18 16:18:12 2020 rev:29 rq:841614 version:20200727 Changes: -------- --- /work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes 2020-08-28 21:16:56.580195526 +0200 +++ /work/SRC/openSUSE:Factory/.libcontainers-common.new.3486/libcontainers-common.changes 2020-10-18 16:18:16.300406714 +0200 @@ -1,0 +2,5 @@ +Tue Oct 13 15:53:05 UTC 2020 - Jan Engelhardt <jeng...@inai.de> + +- Simplify %setup statements. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcontainers-common.spec ++++++ --- /var/tmp/diff_new_pack.8Aygj4/_old 2020-10-18 16:18:16.992407022 +0200 +++ /var/tmp/diff_new_pack.8Aygj4/_new 2020-10-18 16:18:16.996407023 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcontainers-common # -# Copyright (c) 2018 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + # commonver - version from containers/common %define commonver 0.14.6 @@ -31,7 +32,7 @@ Version: 20200727 Release: 0 Summary: Configuration files common to github.com/containers -License: Apache-2.0 and GPL-3.0+ +License: Apache-2.0 AND GPL-3.0-or-later Group: System/Management URL: https://github.com/containers Source0: image-%{imagever}.tar.xz @@ -59,12 +60,8 @@ github.com/containers libraries, such as Buildah, CRI-O, Podman and Skopeo. %prep -%setup -q -T -D -b 0 -n image-%{imagever} -%setup -q -T -D -b 1 -n storage-%{storagever} -%setup -q -T -D -b 7 -n podman-%{podmanver} -%setup -q -T -D -b 9 -n common-%{commonver} +%setup -Tcq -b0 -b1 -b7 -b9 # copy the LICENSE file in the build root -cd .. cp %{SOURCE2} . %build