Dominique Leuenberger 2020-10-18 14:18:12 +00:00 committed by Git OBS Bridge
parent dccb28c0c5
commit 30ec4632c0
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 13 15:53:05 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Simplify %setup statements.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 3 17:10:46 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com> Mon Aug 3 17:10:46 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcontainers-common # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
# commonver - version from containers/common # commonver - version from containers/common
%define commonver 0.14.6 %define commonver 0.14.6
@ -31,7 +32,7 @@ Name: libcontainers-common
Version: 20200727 Version: 20200727
Release: 0 Release: 0
Summary: Configuration files common to github.com/containers 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 Group: System/Management
URL: https://github.com/containers URL: https://github.com/containers
Source0: image-%{imagever}.tar.xz Source0: image-%{imagever}.tar.xz
@ -59,12 +60,8 @@ Configuration files and manpages shared by tools that are based on the
github.com/containers libraries, such as Buildah, CRI-O, Podman and Skopeo. github.com/containers libraries, such as Buildah, CRI-O, Podman and Skopeo.
%prep %prep
%setup -q -T -D -b 0 -n image-%{imagever} %setup -Tcq -b0 -b1 -b7 -b9
%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}
# copy the LICENSE file in the build root # copy the LICENSE file in the build root
cd ..
cp %{SOURCE2} . cp %{SOURCE2} .
%build %build