diff --git a/_service b/_service
index 738f9be..9a54c20 100644
--- a/_service
+++ b/_service
@@ -3,10 +3,9 @@
git
git://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools
- for-next
-
- a73679b22c333763597d39c72112ef5a53f55419
- 1.0.8+suse@TAG_OFFSET@
+ bcache-tools-1.1
+ bcache-tools-1.1
+ 1.1
*.tar
diff --git a/bcache-tools-1.0.8+suse5.tar.xz b/bcache-tools-1.0.8+suse5.tar.xz
deleted file mode 100644
index abf967b..0000000
--- a/bcache-tools-1.0.8+suse5.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:13ab1d69526d5cfa01001f939404cb4d46fd5220d821f59c0b2098a9b79d9f22
-size 28292
diff --git a/bcache-tools-1.1.tar.xz b/bcache-tools-1.1.tar.xz
new file mode 100644
index 0000000..727d1ef
--- /dev/null
+++ b/bcache-tools-1.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:22f105e8f87bd06783f03ffdf0d79b3c4d032facbf24def78aaf04c216644bc8
+size 29376
diff --git a/bcache-tools.changes b/bcache-tools.changes
index 0d92c29..c41b144 100644
--- a/bcache-tools.changes
+++ b/bcache-tools.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Tue Jan 14 19:27:52 UTC 2020 - Jan Engelhardt
+
+- Update to tag 1.1
+ * add blkdiscard for cache dev
+ * add 'label' field
+ * allow users to set label for device
+
-------------------------------------------------------------------
Thu Aug 22 20:00:37 UTC 2019 - Jan Engelhardt
diff --git a/bcache-tools.spec b/bcache-tools.spec
index b8e8554..0b724fa 100644
--- a/bcache-tools.spec
+++ b/bcache-tools.spec
@@ -1,7 +1,7 @@
#
# spec file for package bcache-tools
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,20 @@
Name: bcache-tools
+Version: 1.1
+Release: 0
Summary: Configuration utilities for bcache
License: GPL-2.0-only
Group: System/Base
-Version: 1.0.8+suse5
-Release: 0
-Url: http://bcache.evilpiepirate.org/
+URL: http://bcache.evilpiepirate.org/
-#Git-Clone: http://evilpiepirate.org/git/bcache-tools.git
Source: %name-%version.tar.xz
Patch1: 1001-udev-do-not-rely-on-DRIVER-variable.patch
-BuildRequires: libblkid-devel
-BuildRequires: libsmartcols-devel
-BuildRequires: libuuid-devel
BuildRequires: pkg-config
BuildRequires: xz
+BuildRequires: pkgconfig(blkid)
+BuildRequires: pkgconfig(smartcols)
+BuildRequires: pkgconfig(uuid)
%description
This package contains utilities for configuring the bcache Module.