Accepting request 921726 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/921726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=43
This commit is contained in:
parent
afd53307ae
commit
d491948b7d
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.32.6</param>
|
||||
<param name="revision">v1.36.0</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.14.0</param>
|
||||
<param name="revision">v5.16.0</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.2.3</param>
|
||||
<param name="revision">v3.3.1</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.41.0</param>
|
||||
<param name="revision">v0.44.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e0819936424b4a841c3d410a04b3300c16b75387c5939ce397b40631d32deb2
|
||||
size 4455604
|
3
common-0.44.0.tar.xz
Normal file
3
common-0.44.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e43997c0cbbdc118123e275a5281867039bcd5fdfb6e9de431be92328937d00c
|
||||
size 4524092
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76a5f9d9f606437f7aadfd52af32ee30d409c1a4cab2825205d5d7192b1a9b2a
|
||||
size 372436
|
3
image-5.16.0.tar.xz
Normal file
3
image-5.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f37ca4a1d90220ec93d4e68dc01dc70b782779519d3f304c3e1c723e68cc4df
|
||||
size 375092
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 10:20:19 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
- Update common to 0.44.0
|
||||
- Update podman to 3.3.1
|
||||
- Update storage to 1.36.0
|
||||
- Update image to 5.16.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 09:23:33 UTC 2021 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
|
@ -17,16 +17,16 @@
|
||||
|
||||
|
||||
# commonver - version from containers/common
|
||||
%define commonver 0.41.0
|
||||
%define commonver 0.44.0
|
||||
|
||||
# podman - version from containers/podman
|
||||
%define podmanver 3.2.3
|
||||
%define podmanver 3.3.1
|
||||
|
||||
# storagever - version from containers/storage
|
||||
%define storagever 1.32.6
|
||||
%define storagever 1.36.0
|
||||
|
||||
# imagever - version from containers/image
|
||||
%define imagever 5.14.0
|
||||
%define imagever 5.16.0
|
||||
|
||||
Name: libcontainers-common
|
||||
Version: 20210626
|
||||
@ -88,7 +88,6 @@ 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 pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5
|
||||
cd ..
|
||||
|
||||
@ -130,7 +129,7 @@ install -D -m 0644 image-%{imagever}/docs/*.5 %{buildroot}/%{_mandir}/man5/
|
||||
install -D -m 0644 storage-%{storagever}/docs/*.1 %{buildroot}/%{_mandir}/man1/
|
||||
install -D -m 0644 storage-%{storagever}/docs/*.5 %{buildroot}/%{_mandir}/man5/
|
||||
install -D -m 0644 podman-%{podmanver}/pkg/hooks/docs/oci-hooks.5 %{buildroot}/%{_mandir}/man5/
|
||||
install -D -m 0644 podman-%{podmanver}/docs/source/markdown/containers-mounts.conf.5 %{buildroot}/%{_mandir}/man5/
|
||||
install -D -m 0644 common-%{commonver}/docs/containers-mounts.conf.5 %{buildroot}/%{_mandir}/man5/
|
||||
install -D -m 0644 common-%{commonver}/docs/containers.conf.5 %{buildroot}/%{_mandir}/man5/
|
||||
|
||||
%post
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c3634b85caa1cae480ee75489f73c5d463a9eea0a58db5998e9381a84aba2d9
|
||||
size 6288456
|
3
podman-3.3.1.tar.xz
Normal file
3
podman-3.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac459b8c791e9c992e3ae43fdf4a1c1b99c08fd3b3cdcbf3b4449ba813357d56
|
||||
size 6422752
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1696cdfc409388aeb82c754386e34e121b2049c5194e2f84b160efe88effd140
|
||||
size 1727892
|
3
storage-1.36.0.tar.xz
Normal file
3
storage-1.36.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56316d751008f84194b004d21d8c4ed9566efc31fa66f6bea316f7ee710e9e6e
|
||||
size 1745412
|
Loading…
Reference in New Issue
Block a user