diff --git a/_service b/_service index ae355eb..b467971 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/libpod.git git podman -1.5.0 -v1.5.0 +1.5.1 +v1.5.1 diff --git a/podman-1.5.0.tar.xz b/podman-1.5.0.tar.xz deleted file mode 100644 index e299f9b..0000000 --- a/podman-1.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c0d388dd780fdcbf99cf75f2f75abc5f6664788989fd268c45f337e980fda34 -size 4286344 diff --git a/podman-1.5.1.tar.xz b/podman-1.5.1.tar.xz new file mode 100644 index 0000000..0c6e197 --- /dev/null +++ b/podman-1.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538a2907be47eda11e54bda4a830e1bd597af946bd44f4f2087035948dd0d659 +size 4294764 diff --git a/podman-rpmlintrc b/podman-rpmlintrc index 4344ed4..6078f68 100644 --- a/podman-rpmlintrc +++ b/podman-rpmlintrc @@ -2,3 +2,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") +addFilter (".* W: non-conffile-in-etc .*zsh_completion.d.*") diff --git a/podman.changes b/podman.changes index 71c4b8f..c56b4bf 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 27 08:04:20 UTC 2019 - Marco Vedovati + +- Update podman to v1.5.1 + * Features + - The hostname of pods is now set to the pod's name + * Bugfixes + - Fixed a bug where podman run and podman create did not honor the --authfile + option (#3730) + - Fixed a bug where containers restored with podman container restore + --import would incorrectly duplicate the Conmon PID file of the original container + - Fixed a bug where podman build ignored the default OCI runtime configured + in libpod.conf + - Fixed a bug where podman run --rm (or force-removing any running container + with podman rm --force) were not retrieving the correct exit code (#3795) + - Fixed a bug where Podman would exit with an error if any configured hooks + directory was not present + - Fixed a bug where podman inspect and podman commit would not use the + correct CMD for containers run with podman play kube + - Fixed a bug created pods when using rootless Podman and CGroups V2 (#3801) + - Fixed a bug where the podman events command with the --since or --until + options could take a very long time to complete + * Misc + - Rootless Podman will now inherit OCI runtime configuration from the root + configuration (#3781) + - Podman now properly sets a user agent while contacting registries (#3788) + +- Add zsh completion for podman commands + ------------------------------------------------------------------- Wed Aug 14 08:26:22 UTC 2019 - Sascha Grunert diff --git a/podman.spec b/podman.spec index 28ad6a9..5b23f60 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0 @@ -146,6 +146,7 @@ install -D -m 0644 cni/87-podman-bridge.conflist %{buildroot}/%{_sysconfdir}/cni install -D -m 0644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/containers/libpod.conf install -D -m 0644 %{SOURCE2} %{buildroot}/%{_datadir}/containers/libpod.conf install -D -m 0644 completions/bash/podman %{buildroot}/%{_datadir}/bash-completion/completions/podman +install -D -m 0644 completions/zsh/_podman %{buildroot}%{_sysconfdir}/zsh_completion.d/_podman # podman varlink install -D -m 0644 contrib/varlink/podman.conf %{buildroot}/%{_tmpfilesdir}/podman.conf @@ -167,6 +168,7 @@ install -D -m 0644 contrib/varlink/io.podman.socket %{buildroot}%{_unitdir}/io.p %{_datadir}/containers/libpod.conf # Completion %{_datadir}/bash-completion/completions/podman +%{_sysconfdir}/zsh_completion.d/_podman # Varlink %{_tmpfilesdir}/podman.conf %{_unitdir}/io.podman.service