forked from pool/podman
Accepting request 1064004 from home:favogt:branches:devel:microos
- Update to version 4.4.1: * Bump to v4.4.1 * Update release notes for Podman 4.4.1 * kube play: do not teardown unconditionally on error * Resolve symlink path for qemu directory if possible * events: document journald identifiers * Quadlet: exit 0 when there are no files to process * Cleanup podman-systemd.unit file * Install podman-systemd.unit man page, make quadlet discoverable * Add missing return after errors * oci: bind mount /sys with --userns=(auto|pod:) * docs: specify order preference for FROM * Cirrus: Fix & remove GraphQL API tests * test: adapt test to work on cgroupv1 * make hack/markdown-preprocess parallel-safe * Fix default handling of pids-limit * system tests: fix volume exec/noexec test * Bump to v4.4.1-dev OBS-URL: https://build.opensuse.org/request/show/1064004 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=15
This commit is contained in:
parent
cdefaa36b0
commit
c8fc9789bc
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.4.0</param>
|
||||
<param name="revision">v4.4.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">3443f453e28169a88848f90a7ce3137fc4a4bebf</param></service></servicedata>
|
||||
<param name="changesrevision">34e8f3933242f2e566bbbbf343cf69b7d506c1cf</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37c47b435beef7d47dd3cfa471146a056ac97673bfb1096e6b77ac1e329fe978
|
||||
size 8693484
|
3
podman-4.4.1.tar.xz
Normal file
3
podman-4.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d2b7526ade665f20d13bb1aae3364e2828c829034bdbfdea38c5a4f7ea37882
|
||||
size 8801176
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 09 12:15:40 UTC 2023 - fvogt@suse.com
|
||||
|
||||
- Update to version 4.4.1:
|
||||
* Bump to v4.4.1
|
||||
* Update release notes for Podman 4.4.1
|
||||
* kube play: do not teardown unconditionally on error
|
||||
* Resolve symlink path for qemu directory if possible
|
||||
* events: document journald identifiers
|
||||
* Quadlet: exit 0 when there are no files to process
|
||||
* Cleanup podman-systemd.unit file
|
||||
* Install podman-systemd.unit man page, make quadlet discoverable
|
||||
* Add missing return after errors
|
||||
* oci: bind mount /sys with --userns=(auto|pod:)
|
||||
* docs: specify order preference for FROM
|
||||
* Cirrus: Fix & remove GraphQL API tests
|
||||
* test: adapt test to work on cgroupv1
|
||||
* make hack/markdown-preprocess parallel-safe
|
||||
* Fix default handling of pids-limit
|
||||
* system tests: fix volume exec/noexec test
|
||||
* Bump to v4.4.1-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 02 12:57:45 UTC 2023 - dcermak@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.4.0
|
||||
Version: 4.4.1
|
||||
Release: 0
|
||||
Summary: Daemon-less container engine for managing containers, pods and images
|
||||
License: Apache-2.0
|
||||
@ -149,6 +149,8 @@ install -D -m 0644 %{SOURCE2} %{buildroot}%{_docdir}/%{name}/README.SUSE
|
||||
%{_bindir}/podman
|
||||
# Manpages
|
||||
%{_mandir}/man1/podman*.1*
|
||||
%{_mandir}/man5/podman*.5*
|
||||
%{_mandir}/man5/quadlet*.5*
|
||||
%exclude %{_mandir}/man1/podman-remote*.1*
|
||||
# Configs
|
||||
%dir %{_prefix}/lib/modules-load.d
|
||||
|
Loading…
Reference in New Issue
Block a user