diff --git a/_service b/_service
deleted file mode 100644
index 1cb6684..0000000
--- a/_service
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- git
- https://github.com/open-iscsi/configshell-fb.git
-
- configshell-fb
- 1.1.fb25
- v1.1.fb25
- enable
-
-
- *configshell-fb*.tar
- xz
-
-
-
diff --git a/_servicedata b/_servicedata
deleted file mode 100644
index c0ad706..0000000
--- a/_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://github.com/open-iscsi/configshell-fb.git
- 166ba97e36d7b53e7fa53d7853a8b9f5a509503c
\ No newline at end of file
diff --git a/configshell-fb-1.1.25.tar.gz b/configshell-fb-1.1.25.tar.gz
new file mode 100644
index 0000000..477d884
--- /dev/null
+++ b/configshell-fb-1.1.25.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a5113ca30de7b3dfb9dd060b486d235d3f3a0bb160fdb28178d4300023158e62
+size 56900
diff --git a/configshell-fb-1.1.fb25.tar.xz b/configshell-fb-1.1.fb25.tar.xz
deleted file mode 100644
index ec6212a..0000000
--- a/configshell-fb-1.1.fb25.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d47870911be52e2b9e01e675daaa62378cdbadf62cccabb7b68a485cfb4eafde
-size 29744
diff --git a/python-configshell-fb.changes b/python-configshell-fb.changes
index 82e96c2..6b38103 100644
--- a/python-configshell-fb.changes
+++ b/python-configshell-fb.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Fri Mar 8 14:41:00 CET 2019 - Matej Cepl
+
+- Using now new proper upstream release 1.1.25:
+ - Fix failing to parse param like pool/rbd;id=user
+ - Acquire a lock to a preference file before working with it
+ - Fix failing to pasre param like "cfgstr,par=val"
+ - Remove explicit dependency on /usr/bin/python
+ - make run_cmdline() log "Running command line" msg to new loglevel
+ - tweak ConfigShell.run_stdin() to strip whitespace/newline from cmds
+ - Fix failing to pasre par=val parameters
+ - Add missing dependency on pyparsing and six
+ - Fix path regex for [ and ]
+ - Handle if TERM is not set
+
-------------------------------------------------------------------
Tue Dec 4 12:46:52 UTC 2018 - Matej Cepl
diff --git a/python-configshell-fb.spec b/python-configshell-fb.spec
index 790e1f9..23bf73b 100644
--- a/python-configshell-fb.spec
+++ b/python-configshell-fb.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-configshell-fb
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,16 @@
#
-%define oname configshell-fb
-%define realver 1.1.fb25
+%define modname configshell-fb
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name: python-%{oname}
-Version: 1.1.fb25
+Name: python-%{modname}
+Version: 1.1.25
Release: 0%{?dist}
Summary: A Python library for building configuration shells
License: Apache-2.0
Group: Development/Libraries/Python
Url: http://github.com/open-iscsi/configshell-fb
-Source: %{oname}-%{realver}.tar.xz
+Source: https://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module pyparsing}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
@@ -37,7 +36,7 @@ Requires: python-pyparsing
Requires: python-six
Requires: python-urwid
Provides: python-configshell = %{version}-%{release}
-Obsoletes: python-configshell
+Obsoletes: python-configshell < %{version}
BuildArch: noarch
%python_subpackages
@@ -66,7 +65,7 @@ rtslib, and configshell, or stick with all non-fb versions, since they are
no longer strictly compatible.
%prep
-%setup -q -n %{oname}-%{realver}
+%setup -q -n %{modname}-%{version}
%build
%python_build
@@ -77,6 +76,6 @@ no longer strictly compatible.
%files %{python_files}
%{python_sitelib}/*
-%doc examples COPYING README.md
+%doc README.md
%changelog