diff --git a/_service b/_service
index 4cb32c6..132a21b 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
https://github.com/projectatomic/libpod.git
git
podman
-0.6.1
-v0.6.1
+0.6.2
+v0.6.2
diff --git a/podman-0.6.1.tar.xz b/podman-0.6.1.tar.xz
deleted file mode 100644
index c710669..0000000
--- a/podman-0.6.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fd6364cdf87c002de520999c9adf76bca05a981daf5903bb732ba97a90e19d88
-size 2998652
diff --git a/podman-0.6.2.tar.xz b/podman-0.6.2.tar.xz
new file mode 100644
index 0000000..e88f02d
--- /dev/null
+++ b/podman-0.6.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:805a9959110cc59dbaa1d76a6085852a5a29ccbdd81568ad64bf48b03d62ece4
+size 3005184
diff --git a/podman.changes b/podman.changes
index b0c7e00..579e9ce 100644
--- a/podman.changes
+++ b/podman.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Mon Jun 11 06:22:30 UTC 2018 - vrothberg@suse.com
+
+- Changelog for v0.6.2 (2018-06-08)
+ * Vendor in latest buildah code
+ * Update epoch to fix validation problems
+ * Touch up whitespace issue in build man
+ * Add disable-content flag info to man page for build
+ * podman-run: clean up some formatting issues
+ * Remove SELinux transition rule after conmon is started.
+ * Add --all flag even though it is a noop so scripts will work
+ * podman-varlink: log timeouts
+ * bash completion: remove shebang
+ * Vendor in latest containers/storage
+
+-------------------------------------------------------------------
+Fri Jun 8 14:26:33 UTC 2018 - dcassany@suse.com
+
+- Make use of %license macro
+
-------------------------------------------------------------------
Tue Jun 5 13:36:00 UTC 2018 - vrothberg@suse.com
diff --git a/podman.spec b/podman.spec
index bb2b53d..7b2c854 100644
--- a/podman.spec
+++ b/podman.spec
@@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: podman
-Version: 0.6.1
+Version: 0.6.2
Release: 0
Summary: Debugging tool for pods and images
License: Apache-2.0
@@ -149,8 +149,10 @@ install -D -m 0644 completions/bash/podman %{buildroot}/%{_sysconfdir}/bash_comp
%{_datadir}/containers/libpod.conf
# Completion
%config %{_sysconfdir}/bash_completion.d/podman
+%license LICENSE
%files cni-config
%config %{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
+%license LICENSE
%changelog