Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2023-11-02 20:20:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Thu Nov  2 20:20:58 2023 rev:117 rq:1121629 version:4.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2023-10-30 
22:09:55.990330323 +0100
+++ /work/SRC/openSUSE:Factory/.podman.new.17445/podman.changes 2023-11-02 
20:21:12.499258153 +0100
@@ -1,0 +2,19 @@
+Wed Nov 01 07:15:17 UTC 2023 - dcer...@suse.com
+
+- Update to version 4.7.2:
+  * v4.7.2
+  * Update RELEASE_NOTES.md for v4.7.2
+  * compose: try all possible providers before throwing an error
+  * Mask /sys/devices/virtual/powercap
+  * fix: check wsl npipe when executing podman compose
+  * rtd: implement v2 build file
+  * Adjust to path name change for resolved unit
+  * Switch version to 4.7.2-dev
+
+-------------------------------------------------------------------
+Tue Oct 31 14:35:31 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- crun is not available for armv6 (because of criu), so use runc
+  on armv6
+
+-------------------------------------------------------------------

Old:
----
  podman-4.7.1.tar.xz

New:
----
  podman-4.7.2.tar.xz

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.cWmm4O/_old  2023-11-02 20:21:13.191283617 +0100
+++ /var/tmp/diff_new_pack.cWmm4O/_new  2023-11-02 20:21:13.195283764 +0100
@@ -18,7 +18,7 @@
 %{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
 %define project        github.com/containers/podman
 Name:           podman
-Version:        4.7.1
+Version:        4.7.2
 Release:        0
 Summary:        Daemon-less container engine for managing containers, pods and 
images
 License:        Apache-2.0
@@ -64,7 +64,12 @@
 Requires:       libcontainers-common >= 20230214
 # use crun on Tumbleweed & ALP for WASM support
 %if 0%{suse_version} >= 1600
+%ifarch armv6l armv6hl
+# crun not available for armv6 (because of criu)
+Requires:       runc >= 1.0.1
+%else
 Requires:       crun
+%endif
 %else
 Requires:       runc >= 1.0.1
 %endif

++++++ _service ++++++
--- /var/tmp/diff_new_pack.cWmm4O/_old  2023-11-02 20:21:13.219284647 +0100
+++ /var/tmp/diff_new_pack.cWmm4O/_new  2023-11-02 20:21:13.223284794 +0100
@@ -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.7.1</param>
+    <param name="revision">v4.7.2</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.cWmm4O/_old  2023-11-02 20:21:13.239285383 +0100
+++ /var/tmp/diff_new_pack.cWmm4O/_new  2023-11-02 20:21:13.243285530 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/containers/podman.git</param>
-              <param 
name="changesrevision">ef83eeb9c7482826672f3efa12db3d61c88df6c4</param></service></servicedata>
+              <param 
name="changesrevision">750b4c3a7c31f6573350f0b3f1b787f26e0fe1e3</param></service></servicedata>
 (No newline at EOF)
 

++++++ podman-4.7.1.tar.xz -> podman-4.7.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/podman/podman-4.7.1.tar.xz 
/work/SRC/openSUSE:Factory/.podman.new.17445/podman-4.7.2.tar.xz differ: char 
13, line 1

Reply via email to