Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 20:13:20 +02:00 committed by Miro Hrončok
parent ef9f2999d7
commit d611829fb7

View File

@ -2,7 +2,7 @@ Name: nvmetcli
License: ASL 2.0 License: ASL 2.0
Summary: An adminstration shell for NVMe storage targets Summary: An adminstration shell for NVMe storage targets
Version: 0.7 Version: 0.7
Release: 2%{?dist} Release: 3%{?dist}
URL: ftp://ftp.infradead.org/pub/nvmetcli/ URL: ftp://ftp.infradead.org/pub/nvmetcli/
Source: ftp://ftp.infradead.org/pub/nvmetcli/%{name}-%{version}.tar.gz Source: ftp://ftp.infradead.org/pub/nvmetcli/%{name}-%{version}.tar.gz
Patch00: 0001-nvmetcli-don-t-remove-ANA-Group-1-on-clear.patch Patch00: 0001-nvmetcli-don-t-remove-ANA-Group-1-on-clear.patch
@ -66,6 +66,9 @@ install -m 644 Documentation/nvmetcli.8.gz %{buildroot}%{_mandir}/man8/
%{_mandir}/man8/nvmetcli.8.gz %{_mandir}/man8/nvmetcli.8.gz
%changelog %changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.7-3
- Rebuilt for Python 3.10
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.7-2 * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.7-2
- Rebuilt for updated systemd-rpm-macros - Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583. See https://pagure.io/fesco/issue/2583.