Accepting request 1173229 from home:danishprakash:branches:devel:microos
- Update to version 5.0.3: - Fix for CVE-2024-3727 (bsc#1224122) OBS-URL: https://build.opensuse.org/request/show/1173229 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=55
This commit is contained in:
parent
1c8a639455
commit
a4393a94b5
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v5.0.2</param>
|
||||
<param name="revision">v5.0.3</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">3304dd95b8978a8346b96b7d43134990609b3b29</param></service></servicedata>
|
||||
<param name="changesrevision">d08315df35cb6e95f65bf3935f529295c6e54742</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1a4c0f916d39b69c3e510ece0ae957c1e5b38bed09e23b55a18f2cca965579c
|
||||
size 109246990
|
BIN
podman-5.0.3.obscpio
(Stored with Git LFS)
Normal file
BIN
podman-5.0.3.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 18:10:00 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 5.0.3:
|
||||
* Bump to v5.0.3
|
||||
* Update release notes for v5.0.3
|
||||
* [v5.0] Bump Buildah to v1.35.4 CVE-2024-3727 (bsc#1224122)
|
||||
* [CI:DOCS] Fix artifact action
|
||||
* [CI:DOCS] Build & upload release artifacts with GitHub Actions
|
||||
* Fix machine volumes with long path and paths with dashes
|
||||
* Disable failing bud test
|
||||
* Remove unncessary lines at the end of specfile summary
|
||||
* Add GitHub action to update version on Podman.io
|
||||
* Bump to v5.0.3-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 12:17:30 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: podman
|
||||
version: 5.0.2
|
||||
mtime: 1713363763
|
||||
commit: 3304dd95b8978a8346b96b7d43134990609b3b29
|
||||
version: 5.0.3
|
||||
mtime: 1715355434
|
||||
commit: d08315df35cb6e95f65bf3935f529295c6e54742
|
||||
|
@ -22,7 +22,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: podman
|
||||
Version: 5.0.2
|
||||
Version: 5.0.3
|
||||
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