version 2.0rc1.fb18-2

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2013-01-03 14:05:58 -08:00
parent 737d386dd0
commit d968e977f9

View File

@ -5,7 +5,7 @@ License: AGPLv3
Group: System Environment/Libraries
Summary: An administration shell for storage targets
Version: 2.0rc1.fb18
Release: 1%{?dist}
Release: 2%{?dist}
URL: https://github.com/agrover/targetcli-fb
# Acquire with
# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
@ -14,7 +14,7 @@ Source: https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.
Source1: targetcli.service
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel python-rtslib python-configshell epydoc
BuildRequires: python-devel python-rtslib python-configshell python-ethtool epydoc
BuildRequires: systemd-units
Requires: python-rtslib >= 2.1.fb26, python-configshell, python-ethtool
Requires(post): systemd
@ -67,7 +67,10 @@ rm -rf %{buildroot}
%{_mandir}/man8/targetcli.8.gz
%changelog
* Thu Dec 20 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 2.0rc1.fb18-1
* Thu Jan 3 2013 Andy Grover <agrover@redhat.com> - 2.0rc1.fb18-2
- Add python-ethtool BuildRequires
* Thu Dec 20 2012 Andy Grover <agrover@redhat.com> - 2.0rc1.fb18-1
- New upstream release
- Add python-ethtool requires
- Update Source0 to use Github tar-from-tag instead of Downloads