diff --git a/_service b/_service
index 75eaab4..4890814 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
https://github.com/containers/buildah.git
git
buildah
-1.7
-v1.7
+1.7.1
+v1.7.1
diff --git a/buildah-1.7.1.tar.xz b/buildah-1.7.1.tar.xz
new file mode 100644
index 0000000..8c5c622
--- /dev/null
+++ b/buildah-1.7.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c59c91722306605bbfa9cbf0a926741b9364722dee5d415da6a09860046de53f
+size 2638588
diff --git a/buildah-1.7.tar.xz b/buildah-1.7.tar.xz
deleted file mode 100644
index 1efe407..0000000
--- a/buildah-1.7.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:18bfe92402bb10ac66947155a141b2f3fdc69a5e36549c3a18b3d36d86b4a7de
-size 2628744
diff --git a/buildah.changes b/buildah.changes
index 7521eab..6f08aa5 100644
--- a/buildah.changes
+++ b/buildah.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Fri Mar 1 10:12:50 UTC 2019 - Richard Brown
+
+- Update to v1.7.1
+ * Minor fix to vendor in github.com/containers/image 1.5 version
+ * This fixes a crash on pulling of images
+- Stop building from specific commit
+
-------------------------------------------------------------------
Tue Feb 26 16:51:30 UTC 2019 - Richard Brown
diff --git a/buildah.spec b/buildah.spec
index 2c81b46..fae0e22 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -16,14 +16,13 @@
#
-%define commit 87239ae7046ea3a25f644cd0789b3d6678dc144d
%define project github.com/containers/buildah
# Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
%if 0%{?suse_version} >= 1500
%define with_libostree 1
%endif
Name: buildah
-Version: 1.7
+Version: 1.7.1
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0
@@ -92,7 +91,7 @@ export CNIVersion=`sed -e '\,github.com/containernetworking/cni, !d' -e 's,.* ,,
# Build buildah
go build -tags "$BUILDTAGS" \
-buildmode=pie \
- -ldflags '-s -w -X main.gitCommit=%{commit} -X main.buildInfo='$SOURCE_DATE_EPOCH' -X main.cniVersion='$CNIVersion'' \
+ -ldflags '-s -w -X main.buildInfo='$SOURCE_DATE_EPOCH' -X main.cniVersion='$CNIVersion'' \
-o bin/buildah \
%{project}/cmd/buildah