1
0
2022-02-06 22:54:16 +00:00
committed by Git OBS Bridge
parent 36bb7ca6c4
commit ab9e2c0a3c
12 changed files with 37 additions and 30 deletions
+17 -9
View File
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 3 19:43:19 UTC 2022 - Bruno Leon <bruno.leon@suse.com>
- Update storage to 1.38.2
- Update image to 5.19.1
- Update Podman to 3.4.4
- Update common to 0.47.3
-------------------------------------------------------------------
Tue Jan 11 12:56:24 UTC 2022 - Dan Čermák <dcermak@suse.com>
@@ -450,7 +458,7 @@ Preliminary release notes follow:
chunked: estargz support
chunked: fix linkat for rootless
chunked: restrict dedup with hard links
1.35.0:
@@ -496,7 +504,7 @@ Preliminary release notes follow:
Cirrus: Use fresh VM & Container images
build(deps): bump github.com/opencontainers/selinux from 1.8.2 to 1.8.3
build(deps): bump github.com/klauspost/compress from 1.13.1 to 1.13.3
1.33.1:
@@ -1505,7 +1513,7 @@ Thu Apr 29 09:06:07 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
Mon Apr 19 12:21:56 UTC 2021 - Richard Brown <rbrown@suse.com>
- Force overlay as default storage driver if system is not btrfs
(gh#containers/buildah#3153)
(gh#containers/buildah#3153)
-------------------------------------------------------------------
Mon Apr 19 11:03:30 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
@@ -1927,12 +1935,12 @@ Bump github.com/containers/image/v5 from 5.10.3 to 5.10.4
-------------------------------------------------------------------
Tue Mar 23 09:39:45 UTC 2021 - Richard Brown <rbrown@suse.com>
- Reintroduce SLE specific mounts config, to avoid errors on non-SLE systems
- Reintroduce SLE specific mounts config, to avoid errors on non-SLE systems
-------------------------------------------------------------------
Thu Mar 4 18:14:43 UTC 2021 - Richard Brown <rbrown@suse.com>
- Require util-linux-systemd for %post scripts (findmnt) (boo#1182998)
- Require util-linux-systemd for %post scripts (findmnt) (boo#1182998)
-------------------------------------------------------------------
Thu Feb 25 16:15:46 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
@@ -3748,7 +3756,7 @@ Fri Jun 19 09:57:44 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
ship the some mounts.conf default configuration on both platforms.
As the sources for the mount point do not exist on openSUSE by
default this config will basically have no effect on openSUSE.
(jsc#SLE-12122, bsc#1175821)
(jsc#SLE-12122, bsc#1175821)
-------------------------------------------------------------------
Wed Jun 3 14:37:20 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
@@ -3775,7 +3783,7 @@ Wed Jun 3 14:37:20 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
-------------------------------------------------------------------
Wed May 13 12:45:58 UTC 2020 - Richard Brown <rbrown@suse.com>
- Add registry.opensuse.org as default registry [bsc#1171578]
- Add registry.opensuse.org as default registry [bsc#1171578]
-------------------------------------------------------------------
Fri Apr 24 08:35:54 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
@@ -3786,7 +3794,7 @@ Fri Apr 24 08:35:54 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
verify the server certificates of the RMT servers hosted
in the public cloud.
(https://github.com/SUSE/container-suseconnect/issues/41)
-------------------------------------------------------------------
Fri Mar 6 11:14:24 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
@@ -3818,7 +3826,7 @@ Wed Dec 11 16:13:32 UTC 2019 - Richard Brown <rbrown@suse.com>
- Initial support for the CNI DNS plugin, which allows containers to resolve the IPs of other containers via DNS name, has been added
- Podman now supports anonymous named volumes, created by specifying only a destination to the -v flag to the podman create and podman run commands
- Named volumes now support uid and gid options in --opt o=... to set UID and GID of the created volume
- Update to storage 1.15.3
- Update to storage 1.15.3
- overlay: allow storing images with more than 127 layers
- Lazy initialize the layer store
- tarlogger: drop state mutex
+4 -4
View File
@@ -17,16 +17,16 @@
# commonver - version from containers/common
%define commonver 0.44.0
%define commonver 0.47.3
# podman - version from containers/podman
%define podmanver 3.3.1
%define podmanver 3.4.4
# storagever - version from containers/storage
%define storagever 1.36.0
%define storagever 1.38.2
# imagever - version from containers/image
%define imagever 5.16.0
%define imagever 5.19.1
Name: libcontainers-common
Version: 20210626
+4 -4
View File
@@ -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.36.0</param>
<param name="revision">v1.38.2</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.16.0</param>
<param name="revision">v5.19.1</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.3.1</param>
<param name="revision">v3.4.4</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.44.0</param>
<param name="revision">v0.47.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-1
View File
@@ -1 +0,0 @@
addFilter("shlib-policy-missing-lib")
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.