Compare commits
No commits in common. "a9e6f6b994476428592c86da11804ab62f2d4fc7" and "c8" have entirely different histories.
a9e6f6b994
...
c8
26
.gitignore
vendored
26
.gitignore
vendored
@ -1,25 +1 @@
|
|||||||
/configshell-1.99.1.git987b63b.tar.gz
|
SOURCES/configshell-fb-1.1.28.tar.gz
|
||||||
/1.1
|
|
||||||
/v1.1.fb1
|
|
||||||
/v1.1.fb2
|
|
||||||
/v1.1.fb3
|
|
||||||
/v1.1.fb4
|
|
||||||
/configshell-fb-1.1.fb5.tar.gz
|
|
||||||
/configshell-fb-1.1.fb6.tar.gz
|
|
||||||
/configshell-fb-1.1.fb7.tar.gz
|
|
||||||
/configshell-fb-1.1.fb8.tar.gz
|
|
||||||
/configshell-fb-1.1.fb9.tar.gz
|
|
||||||
/configshell-fb-1.1.fb10.tar.gz
|
|
||||||
/configshell-fb-1.1.fb11.tar.gz
|
|
||||||
/configshell-fb-1.1.fb12.tar.gz
|
|
||||||
/configshell-fb-1.1.fb13.tar.gz
|
|
||||||
/configshell-fb-1.1.fb14.tar.gz
|
|
||||||
/configshell-fb-1.1.fb16.tar.gz
|
|
||||||
/configshell-fb-1.1.fb17.tar.gz
|
|
||||||
/configshell-fb-1.1.fb18.tar.gz
|
|
||||||
/configshell-fb-1.1.fb19.tar.gz
|
|
||||||
/configshell-fb-1.1.fb20.tar.gz
|
|
||||||
/configshell-fb-1.1.fb23.tar.gz
|
|
||||||
/configshell-fb-1.1.fb24.tar.gz
|
|
||||||
/configshell-fb-1.1.fb25.tar.gz
|
|
||||||
/configshell-fb-1.1.28.tar.gz
|
|
||||||
|
@ -1 +1 @@
|
|||||||
c376cac2981a18581030a645d6bcf6ceeaed7523 configshell-fb-1.1.28.tar.gz
|
c376cac2981a18581030a645d6bcf6ceeaed7523 SOURCES/configshell-fb-1.1.28.tar.gz
|
||||||
|
@ -1,30 +1,32 @@
|
|||||||
# Copyright 2011, Red Hat
|
# Copyright 2011, Red Hat
|
||||||
|
|
||||||
%global oname configshell-fb
|
%global oname configshell-fb
|
||||||
|
|
||||||
Name: python-configshell
|
Name: python-configshell
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
Group: System Environment/Libraries
|
||||||
Summary: A framework to implement simple but nice CLIs
|
Summary: A framework to implement simple but nice CLIs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.1.28
|
Version: 1.1.28
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/open-iscsi/configshell-fb
|
URL: https://github.com/open-iscsi/%{oname}
|
||||||
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
|
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
|
|
||||||
%global _description\
|
%description
|
||||||
A framework to implement simple but nice configuration-oriented\
|
A framework to implement simple but nice configuration-oriented\
|
||||||
command-line interfaces.
|
command-line interfaces.
|
||||||
|
|
||||||
%description %_description
|
|
||||||
|
|
||||||
%package -n python3-configshell
|
%package -n python3-configshell
|
||||||
Summary: A framework to implement simple but nice CLIs
|
Summary: A framework to implement simple but nice CLIs
|
||||||
|
Group: System Environment/Libraries
|
||||||
Requires: python3-pyparsing python3-urwid
|
Requires: python3-pyparsing python3-urwid
|
||||||
%{?python_provide:%python_provide python3-configshell}
|
|
||||||
|
|
||||||
%description -n python3-configshell %_description
|
%description -n python3-configshell
|
||||||
|
A framework to implement simple but nice configuration-oriented
|
||||||
|
command-line interfaces.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{oname}-%{version}
|
%setup -q -n %{oname}-%{version}
|
||||||
@ -36,66 +38,21 @@ Requires: python3-pyparsing python3-urwid
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%files -n python3-configshell
|
%files -n python3-configshell
|
||||||
%{python3_sitelib}/configshell*
|
%{python3_sitelib}/*
|
||||||
%doc COPYING README.md
|
%doc COPYING README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.1.28-7
|
* Mon May 11 2020 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.28-1
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Update to a new upstream version
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Mon Jul 12 2021 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.28-6
|
* Mon Nov 18 2019 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.27-1
|
||||||
- Fix the gating tests
|
- Update to new upstream version
|
||||||
|
|
||||||
* Thu Jun 24 2021 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.28-5
|
* Thu Sep 06 2018 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.fb25-1
|
||||||
- Add the gating.yaml file
|
- Update to new upstream version
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.1.28-4
|
* Wed May 30 2018 Petr Viktorin <pviktori@redhat.com> - 1:1.1.fb24-4
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- Drop the Python2 subpackage
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.28-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.28-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 18 2020 Matt Coleman <matt@datto.com> - 1:1.1.28-1
|
|
||||||
- New upstream version
|
|
||||||
|
|
||||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:1.1.fb25-9
|
|
||||||
- Rebuilt for Python 3.9
|
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb25-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:1.1.fb25-7
|
|
||||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
||||||
|
|
||||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1:1.1.fb25-6
|
|
||||||
- Rebuilt for Python 3.8
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb25-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb25-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Oct 11 2018 Miro Hrončok <mhroncok@redhat.com> - 1:1.1.fb25-3
|
|
||||||
- Python2 binary package has been removed
|
|
||||||
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
||||||
|
|
||||||
* Wed Oct 10 2018 Andy Grover <agrover@redhat.com> - 1:1.1.fb25-2
|
|
||||||
- Fix URL to point to open-iscsi org
|
|
||||||
|
|
||||||
* Wed Oct 10 2018 Andy Grover <agrover@redhat.com> - 1:1.1.fb25-1
|
|
||||||
- New upstream release
|
|
||||||
- Update URL so spectool -g works
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb24-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1:1.1.fb24-4
|
|
||||||
- Rebuilt for Python 3.7
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb24-3
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb24-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
@ -1,7 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-9
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
||||||
|
|
1
sources
1
sources
@ -1 +0,0 @@
|
|||||||
SHA512 (configshell-fb-1.1.28.tar.gz) = 4cdc3ee72fc7c4bffcf2f508eef16cc8578d1358ceeb70050a619f5e93e0e189de7216ac0baa77af98fb1b7569940a22a0e3cd977cd460bb91252b4ab176d0f4
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
standard-inventory-qcow2:
|
|
||||||
qemu:
|
|
||||||
m: 2G
|
|
@ -1,27 +0,0 @@
|
|||||||
---
|
|
||||||
# Tests suitable to run in classic environment
|
|
||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
- role: standard-test-basic
|
|
||||||
# python-stqe cannot be installed on 'atomic', no need to run on 'container'
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
repositories:
|
|
||||||
- repo: "https://gitlab.com/rh-kernel-stqe/python-stqe.git"
|
|
||||||
dest: "python-stqe"
|
|
||||||
version: "1005e0098effe9d1d04636ebefc99045e17bffcf"
|
|
||||||
tests:
|
|
||||||
# Install python-stqe first
|
|
||||||
# make sure we use same version of libsan
|
|
||||||
- install_stqe:
|
|
||||||
dir: python-stqe
|
|
||||||
run: pip3 install libsan==0.3.2 && python3 setup.py install --prefix=
|
|
||||||
- iscsi-initiator-utils:
|
|
||||||
dir: ./
|
|
||||||
run: stqe-test run --fmf -f tags:targetcli_basic
|
|
||||||
required_packages:
|
|
||||||
# required for python-stqe
|
|
||||||
- python3-pyyaml
|
|
||||||
- python3-netifaces
|
|
||||||
- python3-augeas
|
|
||||||
- python3-pip
|
|
Loading…
Reference in New Issue
Block a user