Remove sdk package from python-inventoryclient.spec
A previous update removed the "%files sdk" section from the python-inventoryclient.spec file, but missed removal of the "%package sdk" section. As a result, the build system looks for the python-inventoryclient-sdk package when checking if a rebuild is required. But because the "%files" was removed, the package is not built. This leads the build system to decide it needs to rebuild. Change-Id: I753212a17eca59699c2122c55eac313d1f9ed94f Partial-Bug: 1830284 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
30365dd34a
commit
061b0f2c3c
@ -32,12 +32,6 @@ A python client library for Inventory
|
|||||||
|
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
%package sdk
|
|
||||||
Summary: SDK files for %{name}
|
|
||||||
|
|
||||||
%description sdk
|
|
||||||
Contains SDK files for %{name} package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -S git
|
%autosetup -n %{name}-%{version} -S git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user