Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2022-06-24 08:44:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Fri Jun 24 08:44:46 2022 rev:95 rq:984429 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2022-05-26 
18:43:56.713169927 +0200
+++ /work/SRC/openSUSE:Factory/.podman.new.1548/podman.changes  2022-06-24 
08:44:47.887104738 +0200
@@ -1,0 +2,36 @@
+Wed Jun 22 09:41:22 UTC 2022 - rbr...@suse.com
+
+- Update to version 4.1.1:
+  * The output of the podman load command now mirrors that of docker load.
+  * Podman now supports Docker Compose v2.2 and higher. Please note that it 
may be necessary to disable the use of Buildkit by setting the environment 
variable DOCKER_BUILDKIT=0.
+  * A new container command has been added, podman container clone. This 
command makes a copy of an existing container, with the ability to change some 
settings (e.g. resource limits) while doing so.
+  * Podman now supports sending JSON events related to machines to a Unix 
socket named machine_events.*\.sock in XDG_RUNTIME_DIR/podman or to a socket 
whose path is set in the PODMAN_MACHINE_EVENTS_SOCK environment variable.
+  * Two new volume commands have been added, podman volume mount and podman 
volume unmount. These allow for Podman-managed named volumes to be mounted and 
accessed from outside containers.
+  * The podman container checkpoint and podman container restore options now 
support checkpointing to and restoring from OCI images. This allows checkpoints 
to be distributed via standard image registries.
+  * The podman play kube command now supports environment variables that are 
specified using the fieldRef and resourceFieldRef sources.
+  * The podman play kube command will now set default resource limits when the 
provided YAML does not include them.
+  * The podman play kube command now supports a new option, --annotation, to 
add annotations to created containers.
+  * The podman play kube --build command now supports a new option, 
--context-dir, which allows the user to specify the context directory to use 
when building the Containerfile.
+  * The podman container commit command now supports a new option, --squash, 
which squashes the generated image into a single layer.
+  * The podman pod logs command now supports two new options, --names, which 
identifies which container generated a log message by name, instead of ID and 
--color, which colors messages based on what container generated them.
+  * The podman rmi command now supports a new option, --ignore, which will 
ignore errors caused by missing images.
+  * The podman network create command now features a new option, 
--ipam-driver, to specify details about how IP addresses are assigned to 
containers in the network.
+  * The podman machine list command now features a new option, --quiet, to 
print only the names of configured VMs and no other information.
+  * The --ipc option to the podman create, podman run, and podman pod create 
commands now supports three new modes: none, private, and shareable. The 
default IPC mode is now shareable, indicating the the IPC namespace can be 
shared with other containers.
+  * The --mount option to the podman create and podman run commands can now 
set options for created named volumes via the volume-opt parameter.
+  * The --mount option to the podman create and podman run commands now allows 
parameters to be passed in CSV format.
+  * The --userns option to the podman create and podman run commands now 
supports a new option, nomap, that (only for rootless containers) does not map 
the UID of the user that started the container into the container, increasing 
security.
+  * The podman import command now supports three new options, --arch, --os, 
and --variant, to specify what system the imported image was built for.
+  * The podman inspect command now includes information on the network 
configuration of containers that joined a pre-configured network namespace with 
the --net ns: option to podman run, podman create, and podman pod create.
+  * The podman run and podman create commands now support a new option, 
--chrootdirs, which specifies additional locations where container-specific 
files managed by Podman (e.g. /etc/hosts, `/etc/resolv.conf, etc) will be 
mounted inside the container (#12961).
+  * The podman run and podman create commands now support a new option, 
--passwd-entry, allowing entries to be added to the container's /etc/passwd 
file.
+  * The podman images --format command now accepts two new format directives: 
{{.CreatedAt}} and {{.CreatedSince}}.
+  * The podman volume create command's -o option now accepts a new argument, 
o=noquota, to disable XFS quotas entirely and avoid potential issues when 
Podman is run on an XFS filesystem with existing quotas defined.
+  * The podman info command now includes additional information on the machine 
Podman is running on, including disk utilization on the drive Podman is storing 
containers and images on, and CPU utilization.
+- Drop obsolete patches:
+  * 0001-Adjust-buildah-to-opencontainers-selinux-v1.10.1.patch
+  * 0001-Relabel-relabel-links-instead-of-their-targets.patch
+  * 0002-specgen-do-not-set-OOMScoreAdj-by-default.patch
+  * 0004-fix-Container.cGroupPath-skip-empty-line-to-avoid-fa.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Adjust-buildah-to-opencontainers-selinux-v1.10.1.patch
  0001-Relabel-relabel-links-instead-of-their-targets.patch
  0002-specgen-do-not-set-OOMScoreAdj-by-default.patch
  0004-fix-Container.cGroupPath-skip-empty-line-to-avoid-fa.patch
  podman-4.0.3.tar.xz

New:
----
  podman-4.1.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.hBGGWl/_old  2022-06-24 08:44:48.623105562 +0200
+++ /var/tmp/diff_new_pack.hBGGWl/_new  2022-06-24 08:44:48.627105566 +0200
@@ -22,7 +22,7 @@
 %define with_libostree 1
 %endif
 Name:           podman
-Version:        4.0.3
+Version:        4.1.1
 Release:        0
 Summary:        Daemon-less container engine for managing containers, pods and 
images
 License:        Apache-2.0
@@ -32,11 +32,6 @@
 Source1:        podman.conf
 Source3:        %{name}-rpmlintrc
 Source4:        README.SUSE.SLES
-# PATCH-FIX-UPSTREAM
-Patch1:         0001-Relabel-relabel-links-instead-of-their-targets.patch
-Patch2:         0002-specgen-do-not-set-OOMScoreAdj-by-default.patch
-Patch3:         0001-Adjust-buildah-to-opencontainers-selinux-v1.10.1.patch
-Patch4:         0004-fix-Container.cGroupPath-skip-empty-line-to-avoid-fa.patch
 BuildRequires:  bash-completion
 BuildRequires:  cni
 BuildRequires:  device-mapper-devel

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hBGGWl/_old  2022-06-24 08:44:48.679105624 +0200
+++ /var/tmp/diff_new_pack.hBGGWl/_new  2022-06-24 08:44:48.679105624 +0200
@@ -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.0.3</param>
+    <param name="revision">v4.1.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.hBGGWl/_old  2022-06-24 08:44:48.699105647 +0200
+++ /var/tmp/diff_new_pack.hBGGWl/_new  2022-06-24 08:44:48.703105652 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/containers/podman.git</param>
-              <param 
name="changesrevision">62534053086fdeba7b93117e7c4dc6e797835a3e</param></service></servicedata>
+              <param 
name="changesrevision">f73d8f8875c2be7cd2049094c29aff90b1150241</param></service></servicedata>
 (No newline at EOF)
 

++++++ podman-4.0.3.tar.xz -> podman-4.1.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/podman/podman-4.0.3.tar.xz 
/work/SRC/openSUSE:Factory/.podman.new.1548/podman-4.1.1.tar.xz differ: char 
15, line 1

Reply via email to