diff --git a/_service b/_service
index 65d0393..09034a3 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
https://github.com/containers/buildah.git
git
buildah
-1.10.0
-v1.10.0
+1.10.1
+v1.10.1
diff --git a/buildah-1.10.0.tar.xz b/buildah-1.10.0.tar.xz
deleted file mode 100644
index 31be55f..0000000
--- a/buildah-1.10.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c719008729c2d1a2fcbabe99c1ad297cf6f069e7ed4199005166a591aa88c44f
-size 4916192
diff --git a/buildah-1.10.1.tar.xz b/buildah-1.10.1.tar.xz
new file mode 100644
index 0000000..82c5315
--- /dev/null
+++ b/buildah-1.10.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:559760b878c8450e872ba15977ea4d85d96ee106da901957cbb6f978a2aaf8b6
+size 4930004
diff --git a/buildah.changes b/buildah.changes
index 905cf5e..f8fad48 100644
--- a/buildah.changes
+++ b/buildah.changes
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Fri Aug 16 06:32:33 UTC 2019 - Sascha Grunert
+
+- Update to v1.10.1
+ * Add automatic apparmor tag discovery
+ * Add overlayfs to fuse-overlayfs tip
+ * Bug fix for volume minus syntax
+ * Bump container/storage v1.13.1 and containers/image v3.0.1
+ * Bump containers/image to v3.0.2 to fix keyring issue
+ * Fix bug whereby --get-login has no effect
+ * Bump github.com/containernetworking/cni to v0.7.1
+- Add appamor-pattern requirement
+
-------------------------------------------------------------------
Mon Aug 5 10:41:41 UTC 2019 - Sascha Grunert
diff --git a/buildah.spec b/buildah.spec
index c87737f..f423bda 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: buildah
-Version: 1.10.0
+Version: 1.10.1
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0
@@ -43,6 +43,7 @@ BuildRequires: libbtrfs-devel
BuildRequires: libgpgme-devel
BuildRequires: libseccomp-devel
BuildRequires: golang(API) >= 1.10
+Requires: patterns-base-apparmor
Requires: libcontainers-common
Requires: libcontainers-image
Requires: libcontainers-storage