diff --git a/targetcli.spec b/targetcli.spec index 6740881..5eefb88 100644 --- a/targetcli.spec +++ b/targetcli.spec @@ -5,12 +5,12 @@ License: ASL 2.0 Group: System Environment/Libraries Summary: An administration shell for storage targets Version: 2.1.fb41 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://fedorahosted.org/targetcli-fb/ Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel, python3-setuptools -Requires: python3-rtslib, target-restore, python3-configshell, python-six +Requires: python3-rtslib, target-restore, python3-configshell, python3-six %description @@ -41,6 +41,9 @@ install -m 644 targetcli.8.gz %{buildroot}%{_mandir}/man8/ %{_mandir}/man8/targetcli.8.gz %changelog +* Mon Aug 31 2015 Andy Grover - 2.1.fb41-3 +- Fix Requires to python3-six from python-six + * Fri Aug 28 2015 Andy Grover - 2.1.fb41-2 - Add Requires on target-restore