forked from pool/podman
Accepting request 1164495 from home:ojkastl_buildservice:Branch_devel_microos
update to 5.0.1 OBS-URL: https://build.opensuse.org/request/show/1164495 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=52
This commit is contained in:
parent
0a987a8aeb
commit
0c4574d087
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v5.0.0</param>
|
||||
<param name="revision">v5.0.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">e71ec6f1d94d2d97fb3afe08aae0d8adaf8bddf0</param></service></servicedata>
|
||||
<param name="changesrevision">946d055df324e4ed6c1e806b561af4740db4fea9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cc6dc31e83035647bc5de572e8a152e513197b969446bf0d843d83fd6073356
|
||||
size 13656512
|
3
podman-5.0.1.tar.xz
Normal file
3
podman-5.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d90708d89a854a3956d6a85e1cf9a3f5e9439b46aeac290a27ca0e5dcce58b0
|
||||
size 13666284
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 17:43:41 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 5.0.1:
|
||||
* Bugfixes
|
||||
- Fixed a bug where rootless containers using the Pasta network
|
||||
driver did not properly handle localhost DNS resolvers on the
|
||||
host leading to DNS resolution issues (#22044).
|
||||
- Fixed a bug where Podman would warn that cgroups v1 systems
|
||||
were no longer supported on FreeBSD hosts.
|
||||
- Fixed a bug where HyperV podman machine VMs required an SSH
|
||||
client be installed on the system (#22075).
|
||||
- Fixed a bug that prevented the remote Podman client's podman
|
||||
build command from working properly when connecting from a
|
||||
rootless client to a rootful server (#22109).
|
||||
* Misc
|
||||
- The HyperV driver to podman machine now fails immediately if
|
||||
admin privileges are not available (previously, it would only
|
||||
fail when it reached operations that required admin
|
||||
privileges).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 05:32:21 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
@ -701,7 +722,7 @@ Wed Mar 20 05:32:21 UTC 2024 - danish.prakash@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 13:54:00 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Allow to disable apparmor support (ALP supports only SELinux)
|
||||
- Allow to disable apparmor support (ALP supports only SELinux)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 05:54:01 UTC 2024 - danish.prakash@suse.com
|
||||
|
@ -22,7 +22,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: podman
|
||||
Version: 5.0.0
|
||||
Version: 5.0.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