From a7d93d89d36f2df2b50c5dd992c1b91ee2137f31 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Thu, 20 Dec 2012 14:48:05 -0800 Subject: [PATCH] Update to 2.1.fb26-1 Signed-off-by: Andy Grover --- .gitignore | 1 + python-rtslib.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 204e57c..bdce2fc 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /rtslib-fb-2.1.fb22.tar.gz /rtslib-fb-2.1.fb23.tar.gz /rtslib-fb-2.1.fb24.tar.gz +/rtslib-fb-2.1.fb26.tar.gz diff --git a/python-rtslib.spec b/python-rtslib.spec index 1dca20e..d967d81 100644 --- a/python-rtslib.spec +++ b/python-rtslib.spec @@ -4,16 +4,18 @@ Name: python-rtslib License: AGPLv3 Group: System Environment/Libraries Summary: API for RisingTide Systems generic SCSI target -Version: 2.1.fb24 +Version: 2.1.fb26 Release: 1%{?dist} URL: https://github.com/agrover/rtslib-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 Patch0: %{name}-no-usb.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-ipaddr python-ethtool python-devel epydoc -Requires: python-ipaddr python-ethtool python-kmod -Requires: kernel >= 3.6.0 +BuildRequires: python-devel epydoc +Requires: python-kmod %package doc Summary: Documentation for python-rtslib @@ -57,6 +59,11 @@ rm -rf %{buildroot} %doc doc/html %changelog +* Thu Dec 20 2012 Andy Grover - 2.1.fb26-1 +- New upstream release +- Remove kernel dependency +- Remove python-ethtool and python-ipaddr dependencies + * Tue Nov 13 2012 Andy Grover - 2.1.fb24-1 - New upstream release diff --git a/sources b/sources index d009f88..5671898 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4b9128a034c50d0f14aa758b505f372 rtslib-fb-2.1.fb24.tar.gz +b880c51cec48059cb57a68d0d58ca602 rtslib-fb-2.1.fb26.tar.gz