From 9b7d102bda010a772138461b5d2a955fb6bf633755fe22b79ba3ed61e21f47c6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 8 May 2018 11:37:43 +0000 Subject: [PATCH] Accepting request 604803 from devel:CaaSP:Head:ControllerNode OBS-URL: https://build.opensuse.org/request/show/604803 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=10 --- _service | 4 ++-- podman-0.4.4.tar.xz | 3 --- podman-0.5.1.tar.xz | 3 +++ podman.changes | 20 ++++++++++++++++++++ podman.spec | 3 +-- 5 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 podman-0.4.4.tar.xz create mode 100644 podman-0.5.1.tar.xz diff --git a/_service b/_service index d52b967..bd5e053 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/projectatomic/libpod.git git podman -0.4.4 -v0.4.4 +0.5.1 +v0.5.1 diff --git a/podman-0.4.4.tar.xz b/podman-0.4.4.tar.xz deleted file mode 100644 index a596b76..0000000 --- a/podman-0.4.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f05c737cf108831a639701e73718823a1f2e840d24b42849b47d405513c0d40f -size 2277604 diff --git a/podman-0.5.1.tar.xz b/podman-0.5.1.tar.xz new file mode 100644 index 0000000..f1b3178 --- /dev/null +++ b/podman-0.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a971b6f37f2610bee831ee15035f96655f4f2ca129af045357f77dfec4d072 +size 2282844 diff --git a/podman.changes b/podman.changes index 1dcc0bf..b0f6f1d 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon May 7 05:42:24 UTC 2018 - vrothberg@suse.com + +- Remove runtime dependency on buildah, which isn't required anymore as + libpod vendors in buildah's code directly. + +- Changelog for v0.5.1 (2018-05-04): + * Fix pulling from secure registry + * Optionally init() during container restart + * bashcompletion enhancements + * Add directory for systemd socket and service if not present + * varlink containers + * Make podman commit to localhost rather then docker.io + * Do not print unnecessary Buildah details during commit + * Fix podman logout --all flag + * podman should assign a host port to -p when omitted + * libpod.conf: Podman's conmon path on openSUSE + * correct varlink command in service file + * Make ':' a restricted character for file names + ------------------------------------------------------------------- Mon Apr 30 06:53:09 UTC 2018 - vrothberg@suse.com diff --git a/podman.spec b/podman.spec index cee7824..c0e798b 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 0.4.4 +Version: 0.5.1 Release: 0 Summary: Debugging tool for pods and images License: Apache-2.0 @@ -45,7 +45,6 @@ BuildRequires: libcontainers-common BuildRequires: libgpgme-devel BuildRequires: libseccomp-devel BuildRequires: golang(API) >= 1.9 -Requires: buildah Requires: cni Requires: cni-plugins Requires: cri-o