diff --git a/.buildah.metadata b/.buildah.metadata
index 53462f9..5d11871 100644
--- a/.buildah.metadata
+++ b/.buildah.metadata
@@ -1 +1 @@
-ff67c1295d4a565f8c831a713f436836426f2e80 SOURCES/buildah-d1330a5.tar.gz
+02bbc7ff6b0fdbbe48c78ba9a5d4e6015e9ed834 SOURCES/buildah-532e267.tar.gz
diff --git a/.gitignore b/.gitignore
index ecd141d..b5f6c93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/buildah-d1330a5.tar.gz
+SOURCES/buildah-532e267.tar.gz
diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec
index 2e54221..b335481 100644
--- a/SPECS/buildah.spec
+++ b/SPECS/buildah.spec
@@ -21,12 +21,12 @@
 # https://github.com/projectatomic/buildah
 %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
 %global import_path     %{provider_prefix}
-%global commit         d1330a5c4680dd18e1d58015f94cb3530c248eb9
+%global commit         532e267a5856c56e7151b9ea011b7f783a746e53
 %global shortcommit    %(c=%{commit}; echo ${c:0:7})
 
-Name:           buildah
-Version:        0.15
-Release:        1.git%{shortcommit}%{?dist}
+Name:           %{repo}
+Version:        0.16
+Release:        3.git%{shortcommit}%{?dist}
 Summary:        A command line tool used for creating OCI Images
 License:        ASL 2.0
 URL:            https://%{provider_prefix}
@@ -85,12 +85,48 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
 %license LICENSE
 %doc README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/buildah*
+%{_mandir}/man1/%{name}*
 %dir %{_datadir}/bash-completion
 %dir %{_datadir}/bash-completion/completions
-%{_datadir}/bash-completion/completions/buildah
+%{_datadir}/bash-completion/completions/%{name}
 
 %changelog
+* Thu May 03 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.16-3.git532e267
+- Resolves: #1573681
+- built commit 532e267
+
+* Tue Apr 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.16.0-2.git6f7d05b
+- built commit 6f7d05b
+
+* Wed Apr 4 2018 Dan Walsh <dwalsh@redhat.com> 0.16-1
+-   Add support for shell
+-   Vendor in latest containers/image
+-    	 docker-archive generates docker legacy compatible images
+-	 Do not create $DiffID subdirectories for layers with no configs
+- 	 Ensure the layer IDs in legacy docker/tarfile metadata are unique
+-	 docker-archive: repeated layers are symlinked in the tar file
+-	 sysregistries: remove all trailing slashes
+-	 Improve docker/* error messages
+-	 Fix failure to make auth directory
+-	 Create a new slice in Schema1.UpdateLayerInfos
+-	 Drop unused storageImageDestination.{image,systemContext}
+-	 Load a *storage.Image only once in storageImageSource
+-	 Support gzip for docker-archive files
+-	 Remove .tar extension from blob and config file names
+-	 ostree, src: support copy of compressed layers
+-	 ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
+-	 image: fix docker schema v1 -> OCI conversion
+-	 Add /etc/containers/certs.d as default certs directory
+-  Change image time to locale, add troubleshooting.md, add logo to other mds
+-   Allow --cmd parameter to have commands as values
+-   Document the mounts.conf file
+-   Fix man pages to format correctly
+-   buildah from now supports pulling images using the following transports:
+-   docker-archive, oci-archive, and dir.
+-   If the user overrides the storage driver, the options should be dropped
+-   Show Config/Manifest as JSON string in inspect when format is not set
+-   Adds feature to pull compressed docker-archive files
+
 * Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.com> 0.15-1
 - Fix handling of buildah run command options