Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2019-09-02 13:18:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Mon Sep  2 13:18:57 2019 rev:47 rq:726622 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2019-08-24 
18:41:29.465785704 +0200
+++ /work/SRC/openSUSE:Factory/.podman.new.7948/podman.changes  2019-09-02 
13:18:59.641378772 +0200
@@ -1,0 +2,29 @@
+Tue Aug 27 08:04:20 UTC 2019 - Marco Vedovati <[email protected]>
+
+- Update podman to v1.5.1
+ * Features
+   - The hostname of pods is now set to the pod's name
+ * Bugfixes
+   - Fixed a bug where podman run and podman create did not honor the 
--authfile
+     option (#3730)
+   - Fixed a bug where containers restored with podman container restore 
+     --import would incorrectly duplicate the Conmon PID file of the original 
container
+   - Fixed a bug where podman build ignored the default OCI runtime configured 
+     in libpod.conf
+   - Fixed a bug where podman run --rm (or force-removing any running 
container 
+     with podman rm --force) were not retrieving the correct exit code (#3795)
+   - Fixed a bug where Podman would exit with an error if any configured hooks 
+     directory was not present
+   - Fixed a bug where podman inspect and podman commit would not use the 
+     correct CMD for containers run with podman play kube
+   - Fixed a bug created pods when using rootless Podman and CGroups V2 (#3801)
+   - Fixed a bug where the podman events command with the --since or --until 
+     options could take a very long time to complete
+ * Misc
+   - Rootless Podman will now inherit OCI runtime configuration from the root 
+     configuration (#3781)
+   - Podman now properly sets a user agent while contacting registries (#3788)
+
+- Add zsh completion for podman commands
+
+-------------------------------------------------------------------

Old:
----
  podman-1.5.0.tar.xz

New:
----
  podman-1.5.1.tar.xz

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.Iaatlp/_old  2019-09-02 13:19:00.537378634 +0200
+++ /var/tmp/diff_new_pack.Iaatlp/_new  2019-09-02 13:19:00.537378634 +0200
@@ -22,7 +22,7 @@
 %define with_libostree 1
 %endif
 Name:           podman
-Version:        1.5.0
+Version:        1.5.1
 Release:        0
 Summary:        Daemon-less container engine for managing containers, pods and 
images
 License:        Apache-2.0
@@ -146,6 +146,7 @@
 install -D -m 0644 %{SOURCE2} 
%{buildroot}/%{_sysconfdir}/containers/libpod.conf
 install -D -m 0644 %{SOURCE2} %{buildroot}/%{_datadir}/containers/libpod.conf
 install -D -m 0644 completions/bash/podman 
%{buildroot}/%{_datadir}/bash-completion/completions/podman
+install -D -m 0644 completions/zsh/_podman 
%{buildroot}%{_sysconfdir}/zsh_completion.d/_podman
 
 # podman varlink
 install -D -m 0644 contrib/varlink/podman.conf 
%{buildroot}/%{_tmpfilesdir}/podman.conf
@@ -167,6 +168,7 @@
 %{_datadir}/containers/libpod.conf
 # Completion
 %{_datadir}/bash-completion/completions/podman
+%{_sysconfdir}/zsh_completion.d/_podman
 # Varlink
 %{_tmpfilesdir}/podman.conf
 %{_unitdir}/io.podman.service

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Iaatlp/_old  2019-09-02 13:19:00.565378630 +0200
+++ /var/tmp/diff_new_pack.Iaatlp/_new  2019-09-02 13:19:00.569378629 +0200
@@ -4,8 +4,8 @@
 <param name="url">https://github.com/containers/libpod.git</param>
 <param name="scm">git</param>
 <param name="filename">podman</param>
-<param name="versionformat">1.5.0</param>
-<param name="revision">v1.5.0</param>
+<param name="versionformat">1.5.1</param>
+<param name="revision">v1.5.1</param>
 </service>
 
 <service name="set_version" mode="disabled">

++++++ podman-1.5.0.tar.xz -> podman-1.5.1.tar.xz ++++++
++++ 2379 lines of diff (skipped)

++++++ podman-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.Iaatlp/_old  2019-09-02 13:19:01.985378411 +0200
+++ /var/tmp/diff_new_pack.Iaatlp/_new  2019-09-02 13:19:01.989378411 +0200
@@ -2,3 +2,4 @@
 addFilter (".* W: explicit-lib-dependency libcontainers-image")
 addFilter (".* W: explicit-lib-dependency libcontainers-storage")
 addFilter (".* W: missing-call-to-setgroups-before-setuid")
+addFilter (".* W: non-conffile-in-etc .*zsh_completion.d.*")


Reply via email to