diff --git a/_service b/_service
index 5dfad53..c2bed60 100644
--- a/_service
+++ b/_service
@@ -1,15 +1,15 @@
-
+
https://github.com/dschep/ntfy.git
git
v2.6.0
@PARENT_TAG@
v(.*)
-
-
+
+
*.tar
xz
-
+
diff --git a/ntfy-2.6.0.tar.xz b/ntfy-2.6.0.tar.xz
new file mode 100644
index 0000000..77e1786
--- /dev/null
+++ b/ntfy-2.6.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:967be44650b5ef2e8aa87f232595cc34363697c5ed5315b7f1dca5193982d461
+size 1748160
diff --git a/python-ntfy.changes b/python-ntfy.changes
index 81e631e..cd8e378 100644
--- a/python-ntfy.changes
+++ b/python-ntfy.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Sun Apr 15 11:08:58 UTC 2018 - marix@marix.org
+
+- Switch source service to run offline instead of on checkout.
+ This is required to be compatible with Factory policies.
+
-------------------------------------------------------------------
Wed Apr 4 18:34:22 UTC 2018 - marix@marix.org
diff --git a/python-ntfy.spec b/python-ntfy.spec
index 77cc77f..b373864 100644
--- a/python-ntfy.spec
+++ b/python-ntfy.spec
@@ -1,6 +1,7 @@
#
# spec file for package python-ntfy
#
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 Matthias Bach .
#
# All modifications and additions to the file contributed by third parties
@@ -13,6 +14,8 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
%define skip_python2 1
@@ -21,17 +24,17 @@
Name: python-ntfy
Version: 2.6.0
Release: 0
-License: GPL-3.0
Summary: A utility for sending push notifications
-Url: https://github.com/dschep/ntfy
+License: GPL-3.0
Group: Development/Languages/Python
+Url: https://github.com/dschep/ntfy
Source: ntfy-%{version}.tar.xz
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module appdirs}
+BuildRequires: %{python_module devel}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module ruamel.yaml}
+BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# test requirements
BuildRequires: %{python_module emoji}
BuildRequires: %{python_module mock}