forked from pool/libcontainers-common
Accepting request 902965 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/902965 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=38
This commit is contained in:
parent
8091e57759
commit
78a7671b64
8
_service
8
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/containers/storage.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">storage</param>
|
||||
<param name="revision">v1.31.0</param>
|
||||
<param name="revision">v1.32.5</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
@ -11,7 +11,7 @@
|
||||
<param name="url">https://github.com/containers/image.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">image</param>
|
||||
<param name="revision">v5.12.0</param>
|
||||
<param name="revision">v5.13.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
@ -19,7 +19,7 @@
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">podman</param>
|
||||
<param name="revision">v3.1.2</param>
|
||||
<param name="revision">v3.2.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
@ -27,7 +27,7 @@
|
||||
<param name="url">https://github.com/containers/common.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">common</param>
|
||||
<param name="revision">v0.38.2</param>
|
||||
<param name="revision">v0.38.11</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
3
common-0.38.11.tar.xz
Normal file
3
common-0.38.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc029738a0dc2ab8a1b868ea138737cd8c6cdefcf49059a670bc4d9a13e36b83
|
||||
size 4425804
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1af868fc94894627447712c77690a2d580d450d5de9f32bbe0f72c81b7f5f52
|
||||
size 4401220
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba9a1d031fda11e984900059731aa3a4d95d9484640a3730a1be257832b6f0f3
|
||||
size 362672
|
3
image-5.13.2.tar.xz
Normal file
3
image-5.13.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:882e4e57a482e6fea1afdda5ca223d9b94e298e0d7ed30b0a04139317b5b551e
|
||||
size 366164
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 29 07:38:39 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Mention libcontainers-common.rpmlintrc as source
|
||||
- Use versioned obsoletes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 25 22:37:43 UTC 2021 - Enrico Belleri <idesmi@protonmail.com>
|
||||
|
||||
- Update common to 0.38.11
|
||||
- Update podman to 3.2.2
|
||||
- Update storage to 1.32.5
|
||||
- Update image to 5.13.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 09:28:28 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
|
1
libcontainers-common.rpmlintrc
Normal file
1
libcontainers-common.rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter("shlib-policy-missing-lib")
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcontainers-common
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,19 +17,19 @@
|
||||
|
||||
|
||||
# commonver - version from containers/common
|
||||
%define commonver 0.38.2
|
||||
%define commonver 0.38.11
|
||||
|
||||
# podman - version from containers/podman
|
||||
%define podmanver 3.1.2
|
||||
%define podmanver 3.2.2
|
||||
|
||||
# storagever - version from containers/storage
|
||||
%define storagever 1.31.0
|
||||
%define storagever 1.32.5
|
||||
|
||||
# imagever - version from containers/image
|
||||
%define imagever 5.12.0
|
||||
%define imagever 5.13.2
|
||||
|
||||
Name: libcontainers-common
|
||||
Version: 20210112
|
||||
Version: 20210626
|
||||
Release: 0
|
||||
Summary: Configuration files common to github.com/containers
|
||||
License: Apache-2.0 AND GPL-3.0-or-later
|
||||
@ -46,11 +46,12 @@ Source7: podman-%{podmanver}.tar.xz
|
||||
Source8: default.yaml
|
||||
Source9: common-%{commonver}.tar.xz
|
||||
Source10: containers.conf
|
||||
Source11: %{name}.rpmlintrc
|
||||
BuildRequires: go-go-md2man
|
||||
Provides: libcontainers-image
|
||||
Provides: libcontainers-storage
|
||||
Obsoletes: libcontainers-image
|
||||
Obsoletes: libcontainers-storage
|
||||
Provides: libcontainers-image = %{version}
|
||||
Provides: libcontainers-storage = %{version}
|
||||
Obsoletes: libcontainers-image < %{version}
|
||||
Obsoletes: libcontainers-storage < %{version}
|
||||
Requires(post): util-linux-systemd
|
||||
Requires(post): grep
|
||||
BuildArch: noarch
|
||||
@ -87,7 +88,7 @@ rename '.md' '.1' docs/*
|
||||
cd ..
|
||||
# compile subset of containers/podman manpages
|
||||
cd podman-%{podmanver}
|
||||
go-md2man -in docs/source/markdown/containers-mounts.conf.5.md -out docs/source/markdown/containers-mounts.conf.5
|
||||
go-md2man -in docs/source/markdown/containers-mounts.conf.5.md -out docs/source/markdown/containers-mounts.conf.5
|
||||
go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5
|
||||
cd ..
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15aef1efe1a3e1f9bf814f5aac7d1b9eb1f9dc58205848b743a0fe28cb12b171
|
||||
size 6088932
|
3
podman-3.2.2.tar.xz
Normal file
3
podman-3.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ed707972952834f86dd02966b5a7f0f32f9d3ef546f67c23e054816b32e2009
|
||||
size 6338148
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05d3a0dbb2a5f8a27947456a6470c9563f29b141d01a9c5a3c1a683d7f9d04f6
|
||||
size 1726792
|
3
storage-1.32.5.tar.xz
Normal file
3
storage-1.32.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1db449fa83e78fd804f31c14454ae4b165810252a287f2fff58d6662d96be10
|
||||
size 1728748
|
Loading…
x
Reference in New Issue
Block a user