From 9b9999808708d685b3c5cd60ec19b8e20665f2c9 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Mon, 31 Aug 2015 12:19:37 -0700 Subject: [PATCH] update to 2.1.fb41-3 Signed-off-by: Andy Grover --- targetcli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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