Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package podman for openSUSE:Factory checked in at 2021-04-29 01:36:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podman (Old) and /work/SRC/openSUSE:Factory/.podman.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podman" Thu Apr 29 01:36:27 2021 rev:80 rq:888022 version:3.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/podman/podman.changes 2021-04-22 18:04:11.714527928 +0200 +++ /work/SRC/openSUSE:Factory/.podman.new.12324/podman.changes 2021-04-29 01:36:30.718417838 +0200 @@ -1,0 +2,21 @@ +Fri Apr 23 10:29:10 UTC 2021 - Fabian Vogt <fv...@suse.com> + +- Update to version 3.1.2: + * Bump to v3.1.2 + * Update release notes for v3.1.2 + * Ensure mount destination is clean, no trailing slash + * Fixes podman-remote save to directories does not work + * [CI:DOCS] Add missing dash to verbose option + * [CI:DOCS] Fix Markdown table layout bugs + * [CI:DOCS] Rewrite --uidmap doc in podman-create.1.md and podman-run.1.md + * rmi: don't break when the image is missing a manifest + * Bump containers/image to v5.11.1 + * Bump github.com/coreos/go-systemd from 22.2.0 to 22.3.1 + * Fix lint + * Bump to v3.1.2-dev +- Split podman-remote into a subpackage +- Add missing scriptlets for systemd units +- Escape macros in comments +- Drop some obsolete workarounds, including %{go_nostrip} + +------------------------------------------------------------------- Old: ---- podman-3.1.1.tar.xz New: ---- podman-3.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podman.spec ++++++ --- /var/tmp/diff_new_pack.bzpvpG/_old 2021-04-29 01:36:31.278418632 +0200 +++ /var/tmp/diff_new_pack.bzpvpG/_new 2021-04-29 01:36:31.282418638 +0200 @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 3.1.1 +Version: 3.1.2 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0 @@ -49,15 +49,7 @@ BuildRequires: libseccomp-devel BuildRequires: golang(API) = 1.13 BuildRequires: pkgconfig(libselinux) -# Podman 3.1.0 requires systemd 241 or newer due to go-systemd -# see https://github.com/coreos/go-systemd/issues/355 -# The next Podman release won't need it probably -# see https://github.com/coreos/go-systemd/pull/358 -BuildRequires: pkgconfig(libsystemd) >= 241 -# Build fails with PIE enabled on ppc64le due to boo#1098017 -%ifarch ppc64le -#!BuildIgnore: gcc-PIE -%endif +BuildRequires: pkgconfig(libsystemd) Recommends: apparmor-abstractions Recommends: apparmor-parser Requires: catatonit @@ -72,7 +64,6 @@ Requires: timezone Recommends: %{name}-cni-config = %{version} Suggests: katacontainers -%{go_nostrip} %if 0%{?with_libostree} BuildRequires: libostree-devel %endif @@ -88,11 +79,19 @@ %prep %setup -q +%package remote +Summary: Client for managing podman containers remotely +Group: System/Management +Conflicts: %{name} < 3.1.2 + +%description remote +This client allows controlling podman on a separate host, e.g. over SSH. + %package cni-config Summary: Basic CNI configuration for podman Group: System/Management Requires: %{name} = %{version} -# iproute2 is needed by the %triggerun scriplet +# iproute2 is needed by the %%triggerun scriplet Requires: iproute2 BuildArch: noarch @@ -150,21 +149,19 @@ %endif # Binaries %{_bindir}/podman -%{_bindir}/podman-remote # Manpages %{_mandir}/man1/podman*.1* +%exclude %{_mandir}/man1/podman-remote*.1* # Configs %dir %{_prefix}/lib/modules-load.d %{_prefix}/lib/modules-load.d/podman.conf %{_tmpfilesdir}/podman.conf # Completion %{_datadir}/bash-completion/completions/podman -%{_datadir}/bash-completion/completions/podman-remote %{_datadir}/zsh/site-functions/_podman -%{_datadir}/zsh/site-functions/_podman-remote -%{_datadir}/fish/ +%dir %{_datadir}/fish/ +%dir %{_datadir}/fish/vendor_completions.d/ %{_datadir}/fish/vendor_completions.d/podman.fish -%{_datadir}/fish/vendor_completions.d/podman-remote.fish %{_unitdir}/podman.service %{_unitdir}/podman.socket %{_unitdir}/podman-auto-update.service @@ -177,6 +174,15 @@ %ghost %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-libpodconf %license LICENSE +%files remote +%{_bindir}/podman-remote +%{_mandir}/man1/podman-remote*.1* +%{_datadir}/bash-completion/completions/podman-remote +%{_datadir}/zsh/site-functions/_podman-remote +%dir %{_datadir}/fish/ +%dir %{_datadir}/fish/vendor_completions.d/ +%{_datadir}/fish/vendor_completions.d/podman-remote.fish + %files cni-config %config %{_sysconfdir}/cni/net.d/87-podman-bridge.conflist %license LICENSE @@ -190,20 +196,23 @@ %tmpfiles_create %{_tmpfilesdir}/podman-docker.conf %pre -%service_add_pre podman.service podman.socket +%service_add_pre podman.service podman.socket podman-auto-update.service podman-auto-update.timer # move away any old rpmsave config file to avoid having it re-activated again in -# %posttrans +# %%posttrans test -f /etc/containers/libpod.conf.rpmsave && mv -v /etc/containers/libpod.conf.rpmsave /etc/containers/libpod.conf.rpmsave.old ||: %post -%service_add_post podman.service podman.socket +%service_add_post podman.service podman.socket podman-auto-update.service podman-auto-update.timer %tmpfiles_create %{_tmpfilesdir}/podman.conf +%systemd_user_post podman.service podman.socket podman-auto-update.service podman-auto-update.timer %preun -%service_del_preun podman.service podman.socket +%service_del_preun podman.service podman.socket podman-auto-update.service podman-auto-update.timer +%systemd_user_preun podman.service podman.socket podman-auto-update.service podman-auto-update.timer %postun -%service_del_postun podman.service podman.socket +%service_del_postun podman.service podman.socket podman-auto-update.service podman-auto-update.timer +%systemd_user_postun podman.service podman.socket podman-auto-update.service podman-auto-update.timer %posttrans # if libpod.conf.rpmsave was created move it back into place and set an update ++++++ _service ++++++ --- /var/tmp/diff_new_pack.bzpvpG/_old 2021-04-29 01:36:31.326418700 +0200 +++ /var/tmp/diff_new_pack.bzpvpG/_new 2021-04-29 01:36:31.326418700 +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">v3.1.1</param> + <param name="revision">v3.1.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.bzpvpG/_old 2021-04-29 01:36:31.346418728 +0200 +++ /var/tmp/diff_new_pack.bzpvpG/_new 2021-04-29 01:36:31.346418728 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/containers/podman.git</param> - <param name="changesrevision">713995bfc325250fefe2750e81d98eb1c65acaec</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">51b8ddbc22cf5b10dd76dd9243924aa66ad7db39</param></service></servicedata> \ No newline at end of file ++++++ podman-3.1.1.tar.xz -> podman-3.1.2.tar.xz ++++++ ++++ 1804 lines of diff (skipped)