forked from pool/podman
Accepting request 1131279 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1131279 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=120
This commit is contained in:
commit
3ffa24e78a
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">v4.8.0</param>
|
||||
<param name="revision">v4.8.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">c4dfcf14874479e34b3f312f089fc5840e306258</param></service></servicedata>
|
||||
<param name="changesrevision">ef6e5ac40302770027e7598ee09d177454adcd2f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30676ccfcf1eb1d882210d7ee435d4bdde2182e8ff1ca619f055d43851762009
|
||||
size 13430400
|
3
podman-4.8.1.tar.xz
Normal file
3
podman-4.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e5a4d3f1863d50d55752e921aaf8c9c3d17264480eccb36fedb5b089ce392e3
|
||||
size 13431816
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 06 06:02:02 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 4.8.1:
|
||||
* v4.8.1
|
||||
* Update RELEASE_NOTES.md for v4.8.1
|
||||
* Handle symlinks when checking DB vs runtime configs
|
||||
* libpod: Detect whether we have a private UTS namespace on FreeBSD
|
||||
* pkg/bindings: add new APIVersionError error type
|
||||
* fix podman-remote exec regression with v4.8
|
||||
* sqlite: fix issue in ValidateDBConfig()
|
||||
* sqlite: fix missing Commit() in RemovePodContainers()
|
||||
* sqlite: set busy timeout to 100s
|
||||
* Fix locking error in WSL machine rm -f
|
||||
* Gating test fixes
|
||||
* If API calls for kube play --replace, then replace pod
|
||||
* Fix wsl.conf generation when user-mode-networking is disabled
|
||||
* Bump to v4.8.1-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 05:56:48 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
|
||||
%define project github.com/containers/podman
|
||||
Name: podman
|
||||
Version: 4.8.0
|
||||
Version: 4.8.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