Hello community, here is the log from the commit of package podman for openSUSE:Factory checked in at 2019-12-18 14:43:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podman (Old) and /work/SRC/openSUSE:Factory/.podman.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podman" Wed Dec 18 14:43:33 2019 rev:51 rq:756110 version:1.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/podman/podman.changes 2019-11-12 11:54:36.999291831 +0100 +++ /work/SRC/openSUSE:Factory/.podman.new.4691/podman.changes 2019-12-18 14:46:40.673893595 +0100 @@ -1,0 +2,12 @@ +Thu Dec 12 14:30:34 UTC 2019 - Richard Brown <[email protected]> + +- Update podman to v1.6.4 + - Remove winsz FIFO on container restart to allow use with Conmon 2.03 and higher + - Ensure volumes reacquire locks on system restart, preventing deadlocks when starting containers + - Suppress spurious log messages when running rootless Podman + - Update vendored containers/storage to v1.13.6 + - Fix a deadlock related to writing events + - Do not use the journald event logger when it is not available +- Remove obsolete patch container-start-fix.patch + +------------------------------------------------------------------- Old: ---- container-start-fix.patch podman-1.6.2.tar.xz New: ---- podman-1.6.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podman.spec ++++++ --- /var/tmp/diff_new_pack.ix0J6y/_old 2019-12-18 14:46:41.833894126 +0100 +++ /var/tmp/diff_new_pack.ix0J6y/_new 2019-12-18 14:46:41.833894126 +0100 @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 1.6.2 +Version: 1.6.4 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0 @@ -31,8 +31,6 @@ Source0: %{name}-%{version}.tar.xz Source2: libpod.conf Source3: %{name}-rpmlintrc -# https://github.com/containers/libpod/pull/4394/files -Patch0: container-start-fix.patch BuildRequires: bash-completion BuildRequires: cni BuildRequires: device-mapper-devel @@ -83,7 +81,8 @@ %prep %setup -q -%patch0 -p1 +#WORKAROUND https://github.com/containers/libpod/issues/4688 +mv docs/*.5.md docs/source/markdown/ %package cni-config Summary: Basic CNI configuration for podman @@ -143,9 +142,9 @@ install -D -m 0755 bin/podman %{buildroot}/%{_bindir}/podman install -D -m 0755 bin/podman-remote %{buildroot}/%{_bindir}/podman-remote install -d %{buildroot}/%{_mandir}/man1 -install -m 0644 docs/podman*.1 %{buildroot}/%{_mandir}/man1 +install -m 0644 docs/build/man/podman*.1 %{buildroot}/%{_mandir}/man1 install -d %{buildroot}/%{_mandir}/man5 -install -m 0644 docs/libpod*.5 %{buildroot}/%{_mandir}/man5 +install -m 0644 docs/build/man/libpod*.5 %{buildroot}/%{_mandir}/man5 install -D -m 0644 cni/87-podman-bridge.conflist %{buildroot}/%{_sysconfdir}/cni/net.d/87-podman-bridge.conflist install -D -m 0644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/containers/libpod.conf install -D -m 0644 %{SOURCE2} %{buildroot}/%{_datadir}/containers/libpod.conf ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ix0J6y/_old 2019-12-18 14:46:41.849894133 +0100 +++ /var/tmp/diff_new_pack.ix0J6y/_new 2019-12-18 14:46:41.853894135 +0100 @@ -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.6.2</param> -<param name="revision">v1.6.2</param> +<param name="versionformat">1.6.4</param> +<param name="revision">v1.6.4</param> </service> <service name="set_version" mode="disabled"> ++++++ podman-1.6.2.tar.xz -> podman-1.6.4.tar.xz ++++++ ++++ 91400 lines of diff (skipped)
