From 9ee0149bfe12676387879204b5c5e4eb3733a164 Mon Sep 17 00:00:00 2001 From: Kristine Bujold Date: Fri, 22 Mar 2019 16:58:59 -0400 Subject: [PATCH] Remove remote-clients SDK Module from StarlingX Spec files no longer requires specific remote-clients SDK actions. With the StarlingX move to supporting pure upstream OpenStack, the majority of the SDK Modules are related to functionality no longer supported. The remaining SDK Modules will be moved to StarlingX documentation. Story: 2005275 Task: 30154 Change-Id: I6ed8de0f8ba438088aff27b1d1947c428e79fb4b Signed-off-by: Kristine Bujold --- python-fmclient/centos/build_srpm.data | 2 +- python-fmclient/centos/python-fmclient.spec | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/python-fmclient/centos/build_srpm.data b/python-fmclient/centos/build_srpm.data index 5915d0b8..b6520361 100644 --- a/python-fmclient/centos/build_srpm.data +++ b/python-fmclient/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="fmclient" -TIS_PATCH_VER=3 +TIS_PATCH_VER=4 diff --git a/python-fmclient/centos/python-fmclient.spec b/python-fmclient/centos/python-fmclient.spec index 494ae871..f429fbf2 100644 --- a/python-fmclient/centos/python-fmclient.spec +++ b/python-fmclient/centos/python-fmclient.spec @@ -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