forked from pool/libcontainers-common
Accepting request 782131 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/782131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=22
This commit is contained in:
parent
a863ef5ec9
commit
f9ca748f2c
12
_service
12
_service
@ -4,24 +4,24 @@
|
||||
<param name="url">https://github.com/containers/storage.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">storage</param>
|
||||
<param name="versionformat">1.15.3</param>
|
||||
<param name="revision">v1.15.3</param>
|
||||
<param name="versionformat">1.16.1</param>
|
||||
<param name="revision">v1.16.1</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/image.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">image</param>
|
||||
<param name="versionformat">5.0.0</param>
|
||||
<param name="revision">v5.0.0</param>
|
||||
<param name="versionformat">5.2.1</param>
|
||||
<param name="revision">v5.2.1</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/libpod.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">libpod</param>
|
||||
<param name="versionformat">1.6.3</param>
|
||||
<param name="revision">v1.6.3</param>
|
||||
<param name="versionformat">1.8.0</param>
|
||||
<param name="revision">v1.8.0</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7ffc98c4ec250c48061a3888a5e4a5d879f30cf5a24cf8f5647dc6a80826cab
|
||||
size 279440
|
3
image-5.2.1.tar.xz
Normal file
3
image-5.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1645766b98b1f047b62eef7ba4891662c29321c7aee7e7824b094157a79fe366
|
||||
size 289928
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 11:14:24 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||
|
||||
- New snaphot (bsc#1165917)
|
||||
- Update to image 5.2.1
|
||||
* Add documentation about rewriting docker.io registries
|
||||
* Add registries warning to registries.conf
|
||||
- Update to libpod 1.8.0
|
||||
* Fixed some spelling errors in oci-hooks documentations
|
||||
* include containers-mounts.conf(5) man-page into the package
|
||||
- Update to storage 1.16.1
|
||||
* Add `rootless_storage_path` directive to storage.conf
|
||||
* Add better documentation for the mount_program in overlay driver
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 16:13:32 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
|
@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
# libpodver - version from containers/libpod
|
||||
%define libpodver 1.6.3
|
||||
%define libpodver 1.8.0
|
||||
|
||||
# storagever - version from containers/storage
|
||||
%define storagever 1.15.3
|
||||
%define storagever 1.16.1
|
||||
|
||||
# imagever - version from containers/image
|
||||
%define imagever 5.0.0
|
||||
%define imagever 5.2.1
|
||||
|
||||
Name: libcontainers-common
|
||||
Version: 20191211
|
||||
Version: 20200306
|
||||
Release: 0
|
||||
Summary: Configuration files common to github.com/containers
|
||||
License: Apache-2.0 and GPL-3.0+
|
||||
@ -84,6 +84,7 @@ rename '.md' '.1' docs/*
|
||||
cd ..
|
||||
# compile subset of containers/libpod manpages
|
||||
cd libpod-%{libpodver}
|
||||
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 ..
|
||||
|
||||
@ -119,6 +120,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 libpod-%{libpodver}/pkg/hooks/docs/oci-hooks.5 %{buildroot}/%{_mandir}/man5/
|
||||
install -D -m 0644 libpod-%{libpodver}/docs/source/markdown/containers-mounts.conf.5 %{buildroot}/%{_mandir}/man5/
|
||||
|
||||
%post
|
||||
# If installing, check if /var/lib/containers (or /var/lib in its defect) is btrfs and set driver
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8d689b75e591869aed06fa63655f584579b21c630eb0f5ef7665c50a7e3cf0a
|
||||
size 4474560
|
3
libpod-1.8.0.tar.xz
Normal file
3
libpod-1.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:189a1bc7c757d505c43a3f506903db0d75c6f560a2bdb5c9622b3297939caf37
|
||||
size 4902508
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce70054d4b5691c124df9dbdcc46a25bb8e211efc94bdd028a9eafd0929cce3e
|
||||
size 3114612
|
3
storage-1.16.1.tar.xz
Normal file
3
storage-1.16.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ff44a2281f3cde6a2dffa10e88f129db10b921aad518c07e404ed54ee0a854d
|
||||
size 1533912
|
Loading…
Reference in New Issue
Block a user