From 061b0f2c3cc34f083ac2e25dc9faba5fbb278a9f Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 23 May 2019 17:03:11 -0400 Subject: [PATCH] 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 --- python-inventoryclient/centos/python-inventoryclient.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-inventoryclient/centos/python-inventoryclient.spec b/python-inventoryclient/centos/python-inventoryclient.spec index 2488a3ca..2dad46a5 100644 --- a/python-inventoryclient/centos/python-inventoryclient.spec +++ b/python-inventoryclient/centos/python-inventoryclient.spec @@ -32,12 +32,6 @@ A python client library for Inventory %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