diff --git a/_service b/_service
index 43cb061..d52b967 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
https://github.com/projectatomic/libpod.git
git
podman
-0.4.3
-v0.4.3
+0.4.4
+v0.4.4
diff --git a/podman-0.4.3.tar.xz b/podman-0.4.3.tar.xz
deleted file mode 100644
index e0284cf..0000000
--- a/podman-0.4.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:deaa63bef127da21320fca69a94071292a1a774fb724b2907ac7e43b3ffb2eee
-size 2165644
diff --git a/podman-0.4.4.tar.xz b/podman-0.4.4.tar.xz
new file mode 100644
index 0000000..a596b76
--- /dev/null
+++ b/podman-0.4.4.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f05c737cf108831a639701e73718823a1f2e840d24b42849b47d405513c0d40f
+size 2277604
diff --git a/podman.changes b/podman.changes
index 1338b2d..1dcc0bf 100644
--- a/podman.changes
+++ b/podman.changes
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Mon Apr 30 06:53:09 UTC 2018 - vrothberg@suse.com
+
+- Update podman to v0.4.4:
+ * Use buildah commit and bud in podman
+ * Remove systemd-cat support
+ * Add --default-mounts-file hidden flag
+ * Add isolation note to build man page
+ * Strip transport from image name when looking for local image
+ * Do not eat error messages from pullImage
+ * Modify --user flag for podman create and run
+ * add libpod.conf man page
+
-------------------------------------------------------------------
Mon Apr 23 08:37:57 UTC 2018 - parlt@suse.com
diff --git a/podman.spec b/podman.spec
index 5050c1f..cee7824 100644
--- a/podman.spec
+++ b/podman.spec
@@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: podman
-Version: 0.4.3
+Version: 0.4.4
Release: 0
Summary: Debugging tool for pods and images
License: Apache-2.0
@@ -125,6 +125,8 @@ install -D -m 0755 bin/podman %{buildroot}/%{_bindir}/podman
# Manpages
install -d %{buildroot}/%{_mandir}/man1
install -m 0644 docs/podman-*.1 %{buildroot}/%{_mandir}/man1
+install -d %{buildroot}/%{_mandir}/man5
+install -m 0644 docs/libpod*.5 %{buildroot}/%{_mandir}/man5
# Configs
install -D -m 0644 cni/87-podman-bridge.conflist %{buildroot}/%{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
install -D -m 0644 libpod.conf %{buildroot}/%{_sysconfdir}/containers/libpod.conf
@@ -139,6 +141,7 @@ install -D -m 0644 completions/bash/podman %{buildroot}/%{_sysconfdir}/bash_comp
%{_bindir}/podman
# Manpages
%{_mandir}/man1/podman-*
+%{_mandir}/man5/libpod*
# Configs
%config(noreplace) %{_sysconfdir}/containers/libpod.conf
%dir %{_datadir}/containers