From f9b9e04ca2ef645a6dd072fa3b075d8759aecce1 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Wed, 6 Jan 2021 14:37:04 -0500 Subject: [PATCH] Remove empty package from python-k8sapp-portieris Packages defined in a spec with no files do not result in an RPM produced by the build. On a rebuild, the build tools scan the spec and sees the package defined but does not find a corresponding RPM, and so flags the package for a rebuild as a result. This commit removes the empty package definition from the spec. Partial-Bug: 1910439 Signed-off-by: Don Penney Change-Id: I04c6c687b41d8ced41410ccfb432249a0e9cea22 --- .../centos/python-k8sapp-portieris.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/python-k8sapp-portieris/centos/python-k8sapp-portieris.spec b/python-k8sapp-portieris/centos/python-k8sapp-portieris.spec index b0ab021..ab97147 100644 --- a/python-k8sapp-portieris/centos/python-k8sapp-portieris.spec +++ b/python-k8sapp-portieris/centos/python-k8sapp-portieris.spec @@ -20,15 +20,6 @@ BuildRequires: python2-wheel %description StarlingX sysinv extensions: Portieris K8S app -%package -n python2-%{pypi_name} -Summary: StarlingX sysinv extensions: Portieris K8S app - -Requires: python-pbr >= 2.0.0 -Requires: sysinv >= 1.0 - -%description -n python2-%{pypi_name} -StarlingX sysinv extensions: Portieris Manager K8S app - %prep %setup # Remove bundled egg-info