Remove empty package from python-k8sapp-oidc
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 <don.penney@windriver.com> Change-Id: I0ccf34d8718b0c7aa35a0c0029f7a503977f09e2
This commit is contained in:
parent
f7c1bf8827
commit
4803c93658
@ -20,15 +20,6 @@ BuildRequires: python2-wheel
|
||||
%description
|
||||
StarlingX sysinv extensions: OIDC authorization K8S app
|
||||
|
||||
%package -n python2-%{pypi_name}
|
||||
Summary: StarlingX sysinv extensions: OIDC authorization K8S app
|
||||
|
||||
Requires: python-pbr >= 2.0.0
|
||||
Requires: sysinv >= 1.0
|
||||
|
||||
%description -n python2-%{pypi_name}
|
||||
StarlingX sysinv extensions: OIDC authorization K8S app
|
||||
|
||||
%prep
|
||||
%setup
|
||||
# Remove bundled egg-info
|
||||
|
Loading…
Reference in New Issue
Block a user