diff --git a/.buildah.metadata b/.buildah.metadata
index a107ac5..53462f9 100644
--- a/.buildah.metadata
+++ b/.buildah.metadata
@@ -1 +1 @@
-bb0e86a8a14b835ec78dbc23b40367df96cf6ac7 SOURCES/buildah-49095a8.tar.gz
+ff67c1295d4a565f8c831a713f436836426f2e80 SOURCES/buildah-d1330a5.tar.gz
diff --git a/.gitignore b/.gitignore
index 7f7d800..ecd141d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/buildah-49095a8.tar.gz
+SOURCES/buildah-d1330a5.tar.gz
diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec
index 131de6c..2e54221 100644
--- a/SPECS/buildah.spec
+++ b/SPECS/buildah.spec
@@ -1,10 +1,10 @@
+%global with_debug 1
+
 %if 0%{?fedora} || 0%{?rhel} == 6
 %global with_bundled 1
-%global with_debug 1
 %global with_check 1
 %else
 %global with_bundled 0
-%global with_debug 0
 %global with_check 0
 %endif
 
@@ -21,12 +21,12 @@
 # https://github.com/projectatomic/buildah
 %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
 %global import_path     %{provider_prefix}
-%global commit         49095a83f8622cf69532352d183337635562e261
+%global commit         d1330a5c4680dd18e1d58015f94cb3530c248eb9
 %global shortcommit    %(c=%{commit}; echo ${c:0:7})
 
 Name:           buildah
-Version:        0.11
-Release:        3.git%{shortcommit}%{?dist}
+Version:        0.15
+Release:        1.git%{shortcommit}%{?dist}
 Summary:        A command line tool used for creating OCI Images
 License:        ASL 2.0
 URL:            https://%{provider_prefix}
@@ -42,6 +42,7 @@ BuildRequires:  gpgme-devel
 BuildRequires:  device-mapper-devel
 BuildRequires:  btrfs-progs-devel
 BuildRequires:  libassuan-devel
+BuildRequires:  libseccomp-devel
 Requires:       runc >= 1.0.0-26
 Requires:       skopeo-containers >= 0.1.20-2
 Requires:       container-selinux
@@ -90,6 +91,52 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
 %{_datadir}/bash-completion/completions/buildah
 
 %changelog
+* Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.com> 0.15-1
+- Fix handling of buildah run command options
+
+* Mon Feb 26 2018 Dan Walsh <dwalsh@redhat.com> 0.14-1
+- If commonOpts do not exist, we should return rather then segfault
+- Display full error string instead of just status
+- Implement --volume and --shm-size for bud and from
+- Fix secrets patch for buildah bud
+- Fixes the naming issue of blobs and config for the dir transport by removing the .tar extension
+
+* Mon Feb 26 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.13-1.git99066e0
+- use correct version
+
+* Mon Feb 26 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.12-4.git99066e0
+- enable debuginfo
+
+* Mon Feb 26 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.12-3.git99066e0
+- BR: libseccomp-devel
+
+* Mon Feb 26 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.12-2.git99066e0
+- Resolves: #1548535
+- built commit 99066e0
+
+* Mon Feb 12 2018 Dan Walsh <dwalsh@redhat.com> 0.12-1
+- Added handing for simpler error message for Unknown Dockerfile instructions.
+- Change default certs directory to /etc/containers/certs.dir
+- Vendor in latest containers/image
+- Vendor in latest containers/storage
+- build-using-dockerfile: set the 'author' field for MAINTAINER
+- Return exit code 1 when buildah-rmi fails
+- Trim the image reference to just its name before calling getImageName
+- Touch up rmi -f usage statement
+- Add --format and --filter to buildah containers
+- Add --prune,-p option to rmi command
+- Add authfile param to commit
+- Fix --runtime-flag for buildah run and bud
+- format should override quiet for images
+- Allow all auth params to work with bud
+- Do not overwrite directory permissions on --chown
+- Unescape HTML characters output into the terminal
+- Fix: setting the container name to the image
+- Prompt for un/pwd if not supplied with --creds
+- Make bud be really quiet
+- Return a better error message when failed to resolve an image
+- Update auth tests and fix bud man page
+
 * Mon Feb 05 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.11-3.git49095a8
 - Resolves: #1542236 - add ostree and bump runc dep