forked from pool/python-configshell-fb
Accepting request 682854 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/682854 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-configshell-fb?expand=0&rev=10
This commit is contained in:
16
_service
16
_service
@@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/open-iscsi/configshell-fb.git</param>
|
||||
<param name="subdir"></param>
|
||||
<param name="filename">configshell-fb</param>
|
||||
<param name="versionformat">1.1.fb25</param>
|
||||
<param name="revision">v1.1.fb25</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*configshell-fb*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
@@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/open-iscsi/configshell-fb.git</param>
|
||||
<param name="changesrevision">166ba97e36d7b53e7fa53d7853a8b9f5a509503c</param></service></servicedata>
|
||||
3
configshell-fb-1.1.25.tar.gz
Normal file
3
configshell-fb-1.1.25.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5113ca30de7b3dfb9dd060b486d235d3f3a0bb160fdb28178d4300023158e62
|
||||
size 56900
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d47870911be52e2b9e01e675daaa62378cdbadf62cccabb7b68a485cfb4eafde
|
||||
size 29744
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 14:41:00 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user