Fix typo: strorage-drivers to storage-drivers

Closes-Bug: 1791106
Change-Id: Ie6be8ce67e30ed49c3007a819637ae2bd332046f
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little
2018-09-06 10:28:09 -04:00
parent c93b246e75
commit 3cd5c19b00
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
SRC_DIR=$CGCS_BASE/git/python-3parclient
TIS_BASE_SRCREV=d0e6de393cecc765eba70312c466e91405fb2a69
TIS_PATCH_VER=1

View File

@@ -0,0 +1,35 @@
%define name python-3parclient
%define version 4.2.3
Summary: HPE 3PAR HTTP REST Client
Name: %{name}
Version: %{version}
Release: 0%{?_tis_dist}.%{tis_patch_ver}
Source0: %{name}-%{version}.tar.gz
License: Apache License, Version 2.0
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix: %{_prefix}
BuildArch: noarch
Vendor: Walter A. Boring IV <walter.boring@hpe.com>
Url: http://packages.python.org/python-3parclient
BuildRequires: python2-devel
BuildRequires: python-setuptools
%description
HPE 3PAR HTTP REST Client
%prep
%setup -q
%build
%{__python2} setup.py build
%install
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --record=INSTALLED_FILES
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root)

View File

@@ -0,0 +1,3 @@
SRC_DIR=$CGCS_BASE/git/python-lefthandclient
TIS_BASE_SRCREV=db9773f0f97c5af04da89fcb7dca2a6ddf8d5e4a
TIS_PATCH_VER=1

View File

@@ -0,0 +1,37 @@
%define name python-lefthandclient
%define version 2.1.0
%define release 1
Summary: HPE LeftHand/StoreVirtual HTTP REST Client
Name: %{name}
Version: %{version}
Release: 0%{?_tis_dist}.%{tis_patch_ver}
Source0: %{name}-%{version}.tar.gz
License: Apache License, Version 2.0
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix: %{_prefix}
BuildArch: noarch
Vendor: Kurt Martin <kurt.f.martin@hpe.com>
Url: http://packages.python.org/python-lefthandclient
BuildRequires: python2-devel
BuildRequires: python-setuptools
%description
HPE LeftHand/StoreVirtual HTTP REST Client
%prep
%setup -q
%build
%{__python2} setup.py build
%install
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --record=INSTALLED_FILES
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root)