update to 2.1.fb58-2
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
814c9bc3a5
commit
5be92b369a
@ -9,10 +9,11 @@ License: ASL 2.0
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: API for Linux kernel LIO SCSI target
|
Summary: API for Linux kernel LIO SCSI target
|
||||||
Version: 2.1.fb58
|
Version: 2.1.fb58
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: https://fedorahosted.org/targetcli-fb/
|
URL: https://fedorahosted.org/targetcli-fb/
|
||||||
Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
|
Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz
|
||||||
Source1: target.service
|
Source1: target.service
|
||||||
|
Patch0: 0001-disable-xen_pvscsi.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel epydoc python-setuptools systemd-units
|
BuildRequires: python-devel epydoc python-setuptools systemd-units
|
||||||
Requires: python-kmod python-six
|
Requires: python-kmod python-six
|
||||||
@ -66,6 +67,7 @@ on system restart.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{oname}-%{version}
|
%setup -q -n %{oname}-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
@ -141,6 +143,9 @@ install -m 644 doc/saveconfig.json.5.gz %{buildroot}%{_mandir}/man5/
|
|||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 8 2015 Andy Grover <agrover@redhat.com> - 2.1.fb58-2
|
||||||
|
- Add patch 0001-disable-xen_pvscsi.patch
|
||||||
|
|
||||||
* Tue Dec 1 2015 Andy Grover <agrover@redhat.com> - 2.1.fb58-1
|
* Tue Dec 1 2015 Andy Grover <agrover@redhat.com> - 2.1.fb58-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user