import UBI python-configshell-1.1.30-1.el9

This commit is contained in:
eabdullin 2024-04-30 15:44:49 +00:00
parent 9160d0ba33
commit 56fe00dadb
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/configshell-fb-1.1.28.tar.gz
SOURCES/configshell-fb-1.1.30.tar.gz

View File

@ -1 +1 @@
c376cac2981a18581030a645d6bcf6ceeaed7523 SOURCES/configshell-fb-1.1.28.tar.gz
2ef2fdea8a4f825ddbc4d8a4e7f17d00bbe41d6b SOURCES/configshell-fb-1.1.30.tar.gz

View File

@ -5,8 +5,8 @@ Name: python-configshell
License: ASL 2.0
Summary: A framework to implement simple but nice CLIs
Epoch: 1
Version: 1.1.28
Release: 7%{?dist}
Version: 1.1.30
Release: 1%{?dist}
URL: https://github.com/open-iscsi/configshell-fb
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
BuildArch: noarch
@ -40,6 +40,9 @@ Requires: python3-pyparsing python3-urwid
%doc COPYING README.md
%changelog
* Fri Oct 27 2023 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.30-1
- Update to the latest upstream version
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.1.28-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688