From 737d386dd02ed7fd1b95242f76f718b820a834f3 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Thu, 20 Dec 2012 15:05:24 -0800 Subject: [PATCH] update to 2.0rc1.fb18-1 Signed-off-by: Andy Grover --- .gitignore | 1 + sources | 2 +- targetcli.spec | 16 ++++++++++++---- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 21bf297..bd0825d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /targetcli-fb-2.0rc1.fb15.tar.gz /targetcli-fb-2.0rc1.fb16.tar.gz /targetcli-fb-2.0rc1.fb17.tar.gz +/targetcli-fb-2.0rc1.fb18.tar.gz diff --git a/sources b/sources index 6d2025a..2378ad3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5c4b4896916b072f962d0936f2f6406 targetcli-fb-2.0rc1.fb17.tar.gz +e953bee287af081bbbe932cf89b33c66 targetcli-fb-2.0rc1.fb18.tar.gz diff --git a/targetcli.spec b/targetcli.spec index ac81855..8f1856e 100644 --- a/targetcli.spec +++ b/targetcli.spec @@ -4,16 +4,19 @@ Name: targetcli License: AGPLv3 Group: System Environment/Libraries Summary: An administration shell for storage targets -Version: 2.0rc1.fb17 -Release: 2%{?dist} +Version: 2.0rc1.fb18 +Release: 1%{?dist} URL: https://github.com/agrover/targetcli-fb -Source: https://github.com/downloads/agrover/%{oname}/%{oname}-%{version}.tar.gz +# Acquire with +# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz +# and it will save with the name below. Not cool, github. +Source: https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz Source1: targetcli.service BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel python-rtslib python-configshell epydoc BuildRequires: systemd-units -Requires: python-rtslib >= 2.1.fb20, python-configshell +Requires: python-rtslib >= 2.1.fb26, python-configshell, python-ethtool Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -64,6 +67,11 @@ rm -rf %{buildroot} %{_mandir}/man8/targetcli.8.gz %changelog +* Thu Dec 20 2012 Lukáš Nykrýn - 2.0rc1.fb18-1 +- New upstream release +- Add python-ethtool requires +- Update Source0 to use Github tar-from-tag instead of Downloads + * Thu Dec 13 2012 Lukáš Nykrýn - 2.0rc1.fb17-2 - Scriptlets replaced with new systemd macros (#850335)