From d49ed462ed06f3e7b2fa1b2b8de19416f72e9b341715edb6ce6486319f7c34d2 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dleuenberger@suse.com>
Date: Tue, 22 May 2018 15:02:52 +0000
Subject: [PATCH] Accepting request 611223 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/611223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=12
---
 _service            |  4 ++--
 podman-0.5.2.tar.xz |  3 ---
 podman-0.5.3.tar.xz |  3 +++
 podman.changes      | 21 +++++++++++++++++++++
 podman.spec         |  2 +-
 5 files changed, 27 insertions(+), 6 deletions(-)
 delete mode 100644 podman-0.5.2.tar.xz
 create mode 100644 podman-0.5.3.tar.xz

diff --git a/_service b/_service
index f2353cf..c0f87c5 100644
--- a/_service
+++ b/_service
@@ -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.5.2</param>
-<param name="revision">v0.5.2</param>
+<param name="versionformat">0.5.3</param>
+<param name="revision">v0.5.3</param>
 </service>
 
 <service name="recompress" mode="disabled">
diff --git a/podman-0.5.2.tar.xz b/podman-0.5.2.tar.xz
deleted file mode 100644
index aa6e6b0..0000000
--- a/podman-0.5.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:03d7dbf116784ab78bf6a340665a5bc2f605ac84a195c73ef2bfe1ef35e1369f
-size 2939820
diff --git a/podman-0.5.3.tar.xz b/podman-0.5.3.tar.xz
new file mode 100644
index 0000000..0c45306
--- /dev/null
+++ b/podman-0.5.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b63278b8a8df7aa66a679ed61719f19686cadb555af950cbf56d3d62fc41dee
+size 2978596
diff --git a/podman.changes b/podman.changes
index 8bc3081..0a3b529 100644
--- a/podman.changes
+++ b/podman.changes
@@ -1,3 +1,24 @@
+-------------------------------------------------------------------
+Tue May 22 10:16:03 UTC 2018 - parlt@suse.com
+
+- Changelog for v0.5.3 (2018-05-18):
+  * troubleshooting: Add console syntax highlighting
+  * Refresh pods when refreshing podman state
+  * Add per-pod CGroups
+  * Add pod state
+  * hooks: Fix monitoring of multiple directories
+  * Add Troubleshooting guide
+  * Add python3 package to podman
+  * libpod: fix panic when using -t and the process fails to start
+  * Allow push/save without image reference
+  * Fix podman inspect bash completions
+  * Support pulling Dockerfile from http
+  * add more bash completions
+  * implement varlink commit
+  * fix segfault for podman push
+  * Add the Podman Logo
+  * hooks: Add package support for extension stages
+
 -------------------------------------------------------------------
 Mon May 14 08:33:11 UTC 2018 - vrothberg@suse.com
 
diff --git a/podman.spec b/podman.spec
index 6352f82..5d7cce9 100644
--- a/podman.spec
+++ b/podman.spec
@@ -22,7 +22,7 @@
 %define with_libostree 1
 %endif
 Name:           podman
-Version:        0.5.2
+Version:        0.5.3
 Release:        0
 Summary:        Debugging tool for pods and images
 License:        Apache-2.0