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 <kristine.bujold@windriver.com>
This commit is contained in:
parent
bbc7136c23
commit
9ee0149bfe
@ -1,2 +1,2 @@
|
||||
SRC_DIR="fmclient"
|
||||
TIS_PATCH_VER=3
|
||||
TIS_PATCH_VER=4
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user