Accepting request 900526 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/900526 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=82
This commit is contained in:
parent
e6a94dc6dc
commit
1bdf52b2b0
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v3.2.0</param>
|
||||
<param name="revision">v3.2.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="changesrevision">0281ef262dd0ffae28b5fa5e4bdf545f93c08dc7</param></service></servicedata>
|
||||
<param name="changesrevision">152952fe6b18581615c3efd1fafef2d8142738e8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d26348a1124b19888d6f1c3d593c8d674cfa71a206cf542f292ca9977571e11
|
||||
size 6327180
|
3
podman-3.2.1.tar.xz
Normal file
3
podman-3.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fe37429f372f0d87189d097e2e79cffce92b46e54c42545ea871d447412d2c7
|
||||
size 6336732
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 14 18:07:50 UTC 2021 - idesmi@protonmail.com
|
||||
|
||||
- Update to version 3.2.1:
|
||||
* Bump to v3.2.1
|
||||
* Updated release notes for v3.2.1
|
||||
* Fix network connect race with docker-compose
|
||||
* Revert "Ensure minimum API version is set correctly in tests"
|
||||
* Fall back to string for dockerfile parameter
|
||||
* remote events: fix --stream=false
|
||||
* [CI:DOCS] fix incorrect network remove api doc
|
||||
* remote: always send resize before the container starts
|
||||
* remote events: support labels
|
||||
* remote pull: cancel pull when connection is closed
|
||||
* Fix network prune api docs
|
||||
* Improve systemd-resolved detection
|
||||
* logs: k8s-file: fix race
|
||||
* Fix image prune --filter cmd behavior
|
||||
* Several shell completion fixes
|
||||
* podman-remote build should handle -f option properly
|
||||
* System tests: deal with crun 0.20.1
|
||||
* Fix build tags for pkg/machine...
|
||||
* Fix pre-checkpointing
|
||||
* container: ignore named hierarchies
|
||||
* [v3.2] vendor containers/common@v0.38.9
|
||||
* rootless: fix fast join userns path
|
||||
* [v3.2] vendor containers/common@v0.38.7
|
||||
* [v3.2] vendor containers/common@v0.38.6
|
||||
* Correct qemu options for Intel macs
|
||||
* Ensure minimum API version is set correctly in tests
|
||||
* Bump to v3.2.1-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 08 09:47:00 UTC 2021 - idesmi@protonmail.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 3.2.0
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: Daemon-less container engine for managing containers, pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user