Merge "Remove remote-clients SDK Module from StarlingX"

This commit is contained in:
Zuul 2019-03-26 17:06:14 +00:00 committed by Gerrit Code Review
commit 0e3005f974
2 changed files with 1 additions and 12 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="fmclient"
TIS_PATCH_VER=3
TIS_PATCH_VER=4

View File

@ -33,12 +33,6 @@ A python client library for Fault Management
%define debug_package %{nil}
%package sdk
Summary: SDK files for %{name}
%description sdk
Contains SDK files for %{name} package
%prep
%autosetup -n %{name}-%{version} -S git
@ -66,9 +60,6 @@ install -m 644 dist/*.whl $RPM_BUILD_ROOT/wheels/
install -d -m 755 %{buildroot}%{local_etc_bash_completiond}
install -p -D -m 664 tools/fm.bash_completion %{buildroot}%{local_etc_bash_completiond}/fm.bash_completion
# prep SDK package
mkdir -p %{buildroot}/usr/share/remote-clients
tar zcf %{buildroot}/usr/share/remote-clients/%{name}-%{version}.tgz --exclude='.gitignore' --exclude='.gitreview' -C .. %{name}-%{version}
%clean
echo "CLEAN CALLED"
@ -82,8 +73,6 @@ rm -rf $RPM_BUILD_ROOT
%{pythonroot}/%{pypi_name}/*
%{pythonroot}/%{pypi_name}-%{version}*.egg-info
%files sdk
/usr/share/remote-clients/%{name}-%{version}.tgz
%package wheels
Summary: %{name} wheels