Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2018-07-27 10:55:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Fri Jul 27 10:55:44 2018 rev:20 rq:624697 version:0.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2018-07-09 
13:31:41.518448196 +0200
+++ /work/SRC/openSUSE:Factory/.podman.new/podman.changes       2018-07-27 
10:55:46.401592741 +0200
@@ -1,0 +2,53 @@
+Mon Jul 23 06:18:32 UTC 2018 - [email protected]
+
+- Changelog for v0.7.3 (2018-07-20)
+  * Podman load/tag/save prepend localhost when no repository is present
+  * Pod ps now uses pod.Status()
+  * Added pod start and stop
+  * rootless: support a per-user mounts.conf
+  * secrets: parse only one mounts configuration file
+  * rootless: allow a per-user registries.conf file
+  * rootless: allow a per-user storage.conf file
+  * rootless, docs: document the libpod.conf file used in rootless mode
+  * podman-top: use containers/psgo
+  * oci: keep exposed ports busy and leak the fd into conmon
+  * Fix ps filter with key=value labels
+  * rootless: require subids to be present
+
+-------------------------------------------------------------------
+Mon Jul 16 05:37:36 UTC 2018 - [email protected]
+
+- Changelog for v0.7.2 (2018-07-13)
+  * Only print container size JSON if --size was requested
+  * Don't print rootfs and rw sizes if they're empty
+  * Major fixes to podman ps --format=json output
+  * Ignore running containers in ps exit-code filters
+  * rootless: correctly propagate the exit status from the container
+  * rootless: unshare mount namespace
+  * Need to wait for container to exit before completing run/start completes
+  * If proxy fails then then signal should be sent to the main process
+  * fix pull image that includes a sha
+  * Added full podman pod ps, with tests and man page
+  * Podman pod create/rm commands with man page and tests.
+  * Added created time to pod state
+  * Support multiple networks
+  * podman rmi should only untag image if parent of another
+  * build: enable ostree in containers/storage when available
+  * podman/libpod: add default AppArmor profile
+  * rootless: propagate errors from GetRootlessRuntimeDir()
+  * rootless: resolve the user home directory
+  * rootless: fix when argv[0] is not an absolute path
+  * urfave/cli: fix regression in short-opts parsing
+  * Add --volumes-from flag to podman run and create
+  * Mask /proc/keys to protect information leak about keys on host
+  * Podman stats with no containers listed is the same as podman stats --all
+
+- install missing podman (1) manpage
+
+- podman-rpmlintrc: ignore missing-call-to-setgroups-before-setuid wari
+
+- install bash completion at /usr/share/bash-completion/completions
+
+- buildmode=pie: build position independent code
+
+-------------------------------------------------------------------

Old:
----
  podman-0.7.1.tar.xz

New:
----
  podman-0.7.3.tar.xz

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.mfMJ8b/_old  2018-07-27 10:55:46.825593552 +0200
+++ /var/tmp/diff_new_pack.mfMJ8b/_new  2018-07-27 10:55:46.829593560 +0200
@@ -22,7 +22,7 @@
 %define with_libostree 1
 %endif
 Name:           podman
-Version:        0.7.1
+Version:        0.7.3
 Release:        0
 Summary:        Debugging tool for pods and images
 License:        Apache-2.0
@@ -107,7 +107,8 @@
 go generate ./cmd/podman/varlink/...
 
 go build -tags "$BUILDTAGS" \
-         -i -ldflags '-s -w -X main.podmanVersion=%{version}' \
+         -buildmode=pie \
+         -ldflags '-s -w -X main.podmanVersion=%{version}' \
          -o bin/podman \
          %{project}/cmd/podman
 
@@ -125,7 +126,7 @@
 install -D -m 0755 bin/podman %{buildroot}/%{_bindir}/podman
 # Manpages
 install -d %{buildroot}/%{_mandir}/man1
-install -m 0644 docs/podman-*.1 %{buildroot}/%{_mandir}/man1
+install -m 0644 docs/podman*.1 %{buildroot}/%{_mandir}/man1
 install -d %{buildroot}/%{_mandir}/man5
 install -m 0644 docs/libpod*.5 %{buildroot}/%{_mandir}/man5
 # Configs
@@ -133,7 +134,7 @@
 install -D -m 0644 libpod.conf 
%{buildroot}/%{_sysconfdir}/containers/libpod.conf
 install -D -m 0644 libpod.conf %{buildroot}/%{_datadir}/containers/libpod.conf
 # Completion
-install -D -m 0644 completions/bash/podman 
%{buildroot}/%{_sysconfdir}/bash_completion.d/podman
+install -D -m 0644 completions/bash/podman 
%{buildroot}/%{_datadir}/bash-completion/completions/podman
 
 %fdupes %{buildroot}/%{_prefix}
 
@@ -141,14 +142,14 @@
 # Binaries
 %{_bindir}/podman
 # Manpages
-%{_mandir}/man1/podman-*
-%{_mandir}/man5/libpod*
+%{_mandir}/man1/podman*.1*
+%{_mandir}/man5/libpod*.5*
 # Configs
 %config(noreplace) %{_sysconfdir}/containers/libpod.conf
 %dir %{_datadir}/containers
 %{_datadir}/containers/libpod.conf
 # Completion
-%config %{_sysconfdir}/bash_completion.d/podman
+%{_datadir}/bash-completion/completions/podman
 %license LICENSE
 
 %files cni-config

++++++ _service ++++++
--- /var/tmp/diff_new_pack.mfMJ8b/_old  2018-07-27 10:55:46.849593598 +0200
+++ /var/tmp/diff_new_pack.mfMJ8b/_new  2018-07-27 10:55:46.849593598 +0200
@@ -4,8 +4,8 @@
 <param name="url">https://github.com/projectatomic/libpod.git</param>
 <param name="scm">git</param>
 <param name="filename">podman</param>
-<param name="versionformat">0.7.1</param>
-<param name="revision">v0.7.1</param>
+<param name="versionformat">0.7.3</param>
+<param name="revision">v0.7.3</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ podman-0.7.1.tar.xz -> podman-0.7.3.tar.xz ++++++
++++ 31608 lines of diff (skipped)

++++++ podman-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.mfMJ8b/_old  2018-07-27 10:55:47.985595773 +0200
+++ /var/tmp/diff_new_pack.mfMJ8b/_new  2018-07-27 10:55:47.985595773 +0200
@@ -1,3 +1,4 @@
 addFilter (".* W: explicit-lib-dependency libcontainers-common")
 addFilter (".* W: explicit-lib-dependency libcontainers-image")
 addFilter (".* W: explicit-lib-dependency libcontainers-storage")
+addFilter (".* W: missing-call-to-setgroups-before-setuid")


Reply via email to