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-16 16:31:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podman (Old) and /work/SRC/openSUSE:Factory/.podman.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podman" Fri Apr 16 16:31:33 2021 rev:78 rq: version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/podman/podman.changes 2021-04-15 16:57:15.354658976 +0200 +++ /work/SRC/openSUSE:Factory/.podman.new.12324/podman.changes 2021-04-16 16:31:38.432342032 +0200 @@ -2,17 +1,0 @@ -Fri Apr 09 16:55:51 UTC 2021 - alexandre.vice...@suse.com - -- Update to version 3.1.0: - * Bump to v3.1.0 - * Fix test failure - * Update release notes for v3.1.0 final release - * [NO TESTS NEEDED] Turn on podman-remote build --isolation - * Fix long option format on docs.podman.io - * Fix containers list/prune http api filter behaviour - * [CI:DOCS] Add note to mappings for user/group userns in build - * Validate passed in timezone from tz option - * Generate Kubernetes PersistentVolumeClaims from named volumes - * libpod/image: unit tests: use a `registries.conf` for aliases -- Require systemd 241 or newer due to podman dependency go-systemd v22, - otherwise build will fail with unknown C name errors - -------------------------------------------------------------------- Old: ---- _servicedata podman-3.1.0.tar.xz New: ---- podman-3.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podman.spec ++++++ --- /var/tmp/diff_new_pack.EBz7fs/_old 2021-04-16 16:31:39.100342589 +0200 +++ /var/tmp/diff_new_pack.EBz7fs/_new 2021-04-16 16:31:39.100342589 +0200 @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 3.1.0 +Version: 3.0.1 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0 @@ -49,11 +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 +BuildRequires: pkgconfig(libsystemd) # Build fails with PIE enabled on ppc64le due to boo#1098017 %ifarch ppc64le #!BuildIgnore: gcc-PIE @@ -128,7 +124,7 @@ # Updates must be tested manually. %install -make DESTDIR=%{buildroot} PREFIX=/usr install install.completions install.docker install.docker-docs +make DESTDIR=%{buildroot} PREFIX=/usr install install.completions install.docker # packaged in libcontainers-common rm %{buildroot}/usr/share/man/man5/containers-mounts.conf.* %{buildroot}/usr/share/man/man5/oci-hooks.* ++++++ _service ++++++ --- /var/tmp/diff_new_pack.EBz7fs/_old 2021-04-16 16:31:39.168342645 +0200 +++ /var/tmp/diff_new_pack.EBz7fs/_new 2021-04-16 16:31:39.172342649 +0200 @@ -1,16 +1,20 @@ <services> - <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.0</param> - <param name="versionformat">@PARENT_TAG@</param> - <param name="changesgenerate">enable</param> - <param name="versionrewrite-pattern">v(.*)</param> - </service> - <service mode="disabled" name="set_version"> - </service> - <service name="recompress" mode="disabled"> - <param name="file">*.tar</param> - <param name="compression">xz</param> - </service> + +<service name="tar_scm" mode="disabled"> +<param name="url">https://github.com/containers/podman.git</param> +<param name="scm">git</param> +<param name="filename">podman</param> +<param name="versionformat">3.0.1</param> +<param name="revision">v3.0.1</param> +</service> + +<service name="set_version" mode="disabled"> +<param name="basename">podman</param> +</service> + +<service name="recompress" mode="disabled"> +<param name="file">*.tar</param> +<param name="compression">xz</param> +</service> + </services> ++++++ podman-3.1.0.tar.xz -> podman-3.0.1.tar.xz ++++++ ++++ 270523 lines of diff (skipped)