Hello community, here is the log from the commit of package podman for openSUSE:Factory checked in at 2019-03-08 12:00:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podman (Old) and /work/SRC/openSUSE:Factory/.podman.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podman" Fri Mar 8 12:00:51 2019 rev:39 rq:682743 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/podman/podman.changes 2019-02-24 16:53:16.568969017 +0100 +++ /work/SRC/openSUSE:Factory/.podman.new.28833/podman.changes 2019-03-08 12:00:54.671959877 +0100 @@ -1,0 +2,95 @@ +Fri Mar 8 09:47:25 UTC 2019 - Richard Brown <[email protected]> + +- podman-cni-config: remove artificial conflicts with kubelet + +------------------------------------------------------------------- +Thu Mar 7 15:22:22 UTC 2019 - Richard Brown <[email protected]> + +- Disable build with PIE on ppc64le to avoid boo#1098017 + +------------------------------------------------------------------- +Wed Mar 6 14:07:01 UTC 2019 - Richard Brown <[email protected]> + +- Update to v1.1.2 + * Fixed a bug where the podman image list, podman image rm, and podman container list had broken global storage options + * Fixed a bug where the --label option to podman create and podman run was missing the -l alias + * Fixed a bug where running Podman with the --config flag would not set an appropriate default value for tmp_dir + * Fixed a bug where the podman logs command with the --timestamps flag produced unreadable output + * Fixed a bug where the podman cp command would automatically extract .tar files copied into the container + * The podman container stop command is now usable with the Podman remote client + +------------------------------------------------------------------- +Mon Mar 4 11:27:03 UTC 2019 - Flavio Castelli <[email protected]> + +- Update to v1.1.1 + * Update release notes for v1.1.1 + * Pull image for runlabel if not local + * Fix SystemExec completion race + * Fix link inconsistencies in man pages + * Verify that used OCI runtime supports checkpoint + * Should be defaulting to pull not pull-always + * podman-commands script: refactor + * Move Alias lines to descriptions of commands + * Fix usage messages for podman image list, rm + * Fix -s to --storage-driver in baseline test + * No podman container ps command exists + * Allow Exec API user to override streams + * fix up a number of misplace commands + * rootless, new[ug]idmap: on failure add output + * [ci skip] Critical note about merge bot + * podman port fix output + * Fix ignored --time argument to podman restart + * secrets: fix fips-mode with user namespaces + * Fix four errors tagged by Cobra macro debugging + * Clean up man pages to match commands + * Add debugging for errors to Cobra compatibility macros + * Command-line input validation: reject unused args + * Fix ignored --stop-timeout flag to 'podman create' + * fixup! Incorporate review feedback + * fixup! missed some more: + * fixup! Correction to 'checkpoint' + * Followup to #2456: update examples, add trust + * podman create: disable interspersed opts + * fix up a number of misplace commands + * Add a task to Cirrus gating to build w/o Varlink + * Skip checkpoint/restore tests on Fedora for now + * Fix build for non-Varlink-tagged Podman + * Remove restore as podman subcommand + * Better usage synopses for subcommands + * Bump gitvalidation epoch + * Bump to v1.2.0-dev + * Centralize setting default volume path + * Ensure volume path is set appropriately by default + * Move all storage configuration defaults into libpod + * rename pod when we have a name collision with a container + * podman remote-client readme +- Update package to ship varlink required files + +------------------------------------------------------------------- +Wed Feb 27 09:01:41 UTC 2019 - Richard Brown <[email protected]> + +- Update to v1.1.0 + * Added --latest and --all flags to podman mount and podman umount + * Rootless Podman can now forward ports into containers (using the same -p and -P flags as root Podman) + * Rootless Podman will now pull some configuration options (for example, OCI runtime path) from the default root libpod.conf if they are not explicitly set in the user's own libpod.conf + * Added an alias -f for the --format flag of the podman info and podman version commands + * Added an alias -s for the --size flag of the podman inspect command + * Added the podman system info and podman system prune commands + * Added the podman cp command to copy files between containers and the host + * Added the --password-stdin flag to podman login + * Added the --all-tags flag to podman pull + * The --rm and --detach flags can now be used together with podman run + * The podman start and podman run commands for containers in pods will now start dependency containers if they are stopped + * Added the podman system renumber command to handle lock changes + * The --net=host and --dns flags for podman run and podman create no longer conflict + * Podman now handles mounting the shared /etc/resolv.conf from network namespaces created by ip netns add when they are passed in via podman run --net=ns: + * Various bugfixes - full changelog https://github.com/containers/libpod/releases/tag/v1.1.0 +- Removed obsolete patch containers-libpod-pull-2225.diff + +------------------------------------------------------------------- +Tue Feb 26 17:17:32 UTC 2019 - Richard Brown <[email protected]> + +- Update to conmon from cri-o v1.13.1 + * oci: read conmon process status + +------------------------------------------------------------------- Old: ---- conmon-1.13.0.tar.xz containers-libpod-pull-2225.diff podman-1.0.1.tar.xz New: ---- conmon-1.13.1.tar.xz podman-1.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podman.spec ++++++ --- /var/tmp/diff_new_pack.CcVc4v/_old 2019-03-08 12:00:55.331959766 +0100 +++ /var/tmp/diff_new_pack.CcVc4v/_new 2019-03-08 12:00:55.335959764 +0100 @@ -18,13 +18,13 @@ %define project github.com/containers/libpod %define conmon_project github.com/kubernetes-sigs/cri-o -%define conmonver 1.13.0 +%define conmonver 1.13.1 # Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15 %if 0%{?suse_version} >= 1500 %define with_libostree 1 %endif Name: podman -Version: 1.0.1 +Version: 1.1.2 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0 @@ -34,8 +34,6 @@ Source1: conmon-%{conmonver}.tar.xz Source2: libpod.conf Source3: %{name}-rpmlintrc -# https://github.com/containers/libpod/pull/2225 -Patch0: containers-libpod-pull-2225.diff BuildRequires: bash-completion BuildRequires: cni BuildRequires: device-mapper-devel @@ -52,6 +50,10 @@ BuildRequires: libgpgme-devel BuildRequires: libseccomp-devel BuildRequires: golang(API) >= 1.11 +# Build fails with PIE enabled on ppc64le due to boo#1098017 +%ifarch ppc64le +#!BuildIgnore: gcc-PIE +%endif Requires: cni Requires: cni-plugins Requires: iptables @@ -82,16 +84,11 @@ mkdir -pv $HOME/go/src/%{conmon_project} mv conmon-%{conmonver}/* $HOME/go/src/%{conmon_project} rm -r conmon-%{conmonver} -%patch0 -p1 %package cni-config Summary: Basic CNI configuration for podman Group: System/Management Requires: %{name} = %{version} -# Our Kubernetes configuration uses a different CNI setup, and if we included -# this (basic) CNI setup in that configuration it can break networking for all -# of the containers. So we only allow installing this on non-Kubic setups. -Conflicts: kubernetes-kubelet BuildArch: noarch %description cni-config @@ -150,6 +147,11 @@ install -D -m 0644 %{SOURCE2} %{buildroot}/%{_datadir}/containers/libpod.conf install -D -m 0644 completions/bash/podman %{buildroot}/%{_datadir}/bash-completion/completions/podman +# podman varlink +install -D -m 0644 contrib/varlink/podman.conf %{buildroot}/%{_tmpfilesdir}/podman.conf +install -D -m 0644 contrib/varlink/io.podman.service %{buildroot}%{_unitdir}/io.podman.service +install -D -m 0644 contrib/varlink/io.podman.socket %{buildroot}%{_unitdir}/io.podman.socket + # conmon cd $HOME/go/src/%{conmon_project} install -D -m 0755 bin/conmon %{buildroot}/%{_libexecdir}/podman/bin/conmon @@ -171,10 +173,28 @@ %{_datadir}/containers/libpod.conf # Completion %{_datadir}/bash-completion/completions/podman +# Varlink +%{_tmpfilesdir}/podman.conf +%{_unitdir}/io.podman.service +%{_unitdir}/io.podman.socket +%ghost /run/podman %license LICENSE %files cni-config %config %{_sysconfdir}/cni/net.d/87-podman-bridge.conflist %license LICENSE +%pre -p /bin/bash +%service_add_pre io.podman.service io.podman.socket + +%post -p /bin/bash +%service_add_post io.podman.service io.podman.socket +%tmpfiles_create %{_tmpfilesdir}/podman.conf + +%preun -p /bin/bash +%service_del_preun io.podman.service io.podman.socket + +%postun -p /bin/bash +%service_del_postun io.podman.service io.podman.socket + %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.CcVc4v/_old 2019-03-08 12:00:55.359959761 +0100 +++ /var/tmp/diff_new_pack.CcVc4v/_new 2019-03-08 12:00:55.359959761 +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.0.1</param> -<param name="revision">v1.0.1</param> +<param name="versionformat">1.1.2</param> +<param name="revision">v1.1.2</param> </service> <service name="set_version" mode="disabled"> @@ -16,8 +16,8 @@ <param name="url">https://github.com/kubernetes-sigs/cri-o.git</param> <param name="scm">git</param> <param name="filename">conmon</param> -<param name="versionformat">1.13.0</param> -<param name="revision">825baaafb651a3b01fbc01c0bc9be945196a3ee5</param> +<param name="versionformat">1.13.1</param> +<param name="revision">v1.13.1</param> </service> <service name="recompress" mode="disabled"> ++++++ conmon-1.13.0.tar.xz -> conmon-1.13.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/podman/conmon-1.13.0.tar.xz /work/SRC/openSUSE:Factory/.podman.new.28833/conmon-1.13.1.tar.xz differ: char 26, line 1 ++++++ podman-1.0.1.tar.xz -> podman-1.1.2.tar.xz ++++++ ++++ 545501 lines of diff (skipped)
