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