Accepting request 1089562 from home:danishprakash:branches:devel:microos
Update to version 4.5.1 OBS-URL: https://build.opensuse.org/request/show/1089562 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=24
This commit is contained in:
parent
185fd9c9f5
commit
37106e5603
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">v4.5.0</param>
|
||||
<param name="revision">v4.5.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">75e3c12579d391b81d871fd1cded6cf0d043550a</param></service></servicedata>
|
||||
<param name="changesrevision">9eef30051c83f62816a1772a743e5f1271b196d7</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d367b66f74a92bec1d19d4e33c1ba6aff786b0be39abde6123146e89d5940ff
|
||||
size 10867152
|
3
podman-4.5.1.tar.xz
Normal file
3
podman-4.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e443cfd573ac06d177e163623ee6ab5386108c3a84263a6ddbd9906507aaee9
|
||||
size 10870856
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 10:56:00 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 4.5.1:
|
||||
* Release v4.5.1
|
||||
* [CI:DOCS] Final release notes for v4.5.1
|
||||
* [CI:BUILD] Packit: set propose-downstream action type to pre-sync
|
||||
* Revert "Resolve symlink path for qemu directory if possible"
|
||||
* no need for podman-next rpm test on maint branch
|
||||
* [CI:BUILD] Packit: add jobs for downstream Fedora package builds
|
||||
* libpod: configureNetNS() tear down on errors
|
||||
* libpod: rootlessNetNs.Cleanup() fix error message
|
||||
* network create/update: allow dns servers comma separated
|
||||
* machine: fix default connection URL to use 127.0.0.1
|
||||
* compat: accept tag in /images/create?fromSrc
|
||||
* compat container create: match duplicate mounts correctly
|
||||
* machine: qemu only remove connection after confirmation
|
||||
* windows: podman save allow the use of stdout
|
||||
* remote: exec inspect update exec session status
|
||||
* podman-remote logs: handle server error correctly
|
||||
* libpod: stop containers with --restart=always
|
||||
* Do not include image annotations when building spec
|
||||
* [v4.5] system tests: fix race in kube-play read-only
|
||||
* api: fix parsing filters
|
||||
* Support systemd optional prefix '-' for devices.
|
||||
* *: migrate image registry to registry.k8s.io
|
||||
* Makefile: include `release-artifacts` target
|
||||
* [CI:BUILD] Packit: Initial Enablement
|
||||
* Bump to v4.5.1-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 06:46:57 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
%{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
|
||||
%define project github.com/containers/podman
|
||||
Name: podman
|
||||
Version: 4.5.0
|
||||
Version: 4.5.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