1
0
Dominique Leuenberger 2020-03-11 17:32:21 +00:00 committed by Git OBS Bridge
parent a863ef5ec9
commit f9ca748f2c
9 changed files with 35 additions and 19 deletions

View File

@ -4,24 +4,24 @@
<param name="url">https://github.com/containers/storage.git</param> <param name="url">https://github.com/containers/storage.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="filename">storage</param> <param name="filename">storage</param>
<param name="versionformat">1.15.3</param> <param name="versionformat">1.16.1</param>
<param name="revision">v1.15.3</param> <param name="revision">v1.16.1</param>
</service> </service>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containers/image.git</param> <param name="url">https://github.com/containers/image.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="filename">image</param> <param name="filename">image</param>
<param name="versionformat">5.0.0</param> <param name="versionformat">5.2.1</param>
<param name="revision">v5.0.0</param> <param name="revision">v5.2.1</param>
</service> </service>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containers/libpod.git</param> <param name="url">https://github.com/containers/libpod.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="filename">libpod</param> <param name="filename">libpod</param>
<param name="versionformat">1.6.3</param> <param name="versionformat">1.8.0</param>
<param name="revision">v1.6.3</param> <param name="revision">v1.8.0</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1645766b98b1f047b62eef7ba4891662c29321c7aee7e7824b094157a79fe366
size 289928

View File

@ -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> Wed Dec 11 16:13:32 UTC 2019 - Richard Brown <rbrown@suse.com>

View File

@ -16,16 +16,16 @@
# #
# libpodver - version from containers/libpod # libpodver - version from containers/libpod
%define libpodver 1.6.3 %define libpodver 1.8.0
# storagever - version from containers/storage # storagever - version from containers/storage
%define storagever 1.15.3 %define storagever 1.16.1
# imagever - version from containers/image # imagever - version from containers/image
%define imagever 5.0.0 %define imagever 5.2.1
Name: libcontainers-common Name: libcontainers-common
Version: 20191211 Version: 20200306
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+
@ -84,6 +84,7 @@ rename '.md' '.1' docs/*
cd .. cd ..
# compile subset of containers/libpod manpages # compile subset of containers/libpod manpages
cd libpod-%{libpodver} 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 go-md2man -in pkg/hooks/docs/oci-hooks.5.md -out pkg/hooks/docs/oci-hooks.5
cd .. 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/*.1 %{buildroot}/%{_mandir}/man1/
install -D -m 0644 storage-%{storagever}/docs/*.5 %{buildroot}/%{_mandir}/man5/ 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}/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 %post
# If installing, check if /var/lib/containers (or /var/lib in its defect) is btrfs and set driver # If installing, check if /var/lib/containers (or /var/lib in its defect) is btrfs and set driver

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:189a1bc7c757d505c43a3f506903db0d75c6f560a2bdb5c9622b3297939caf37
size 4902508

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ff44a2281f3cde6a2dffa10e88f129db10b921aad518c07e404ed54ee0a854d
size 1533912