From a0736f3dc3f35c70e21eaf62fdb96675ac36ba5d Mon Sep 17 00:00:00 2001 From: Don Penney Date: Wed, 6 Jan 2021 14:28:30 -0500 Subject: [PATCH] Remove empty package from stx-extensions 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. Change-Id: I48e725bee837cd27352d38732d6f7155827cfe32 Partial-Bug: 1910439 Signed-off-by: Don Penney --- utilities/stx-extensions/centos/tis-extensions.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/utilities/stx-extensions/centos/tis-extensions.spec b/utilities/stx-extensions/centos/tis-extensions.spec index 40a98b46..cb86947f 100644 --- a/utilities/stx-extensions/centos/tis-extensions.spec +++ b/utilities/stx-extensions/centos/tis-extensions.spec @@ -22,13 +22,6 @@ Requires: systemd %description StarlingX Extensions to thirdparty pkgs -%package -n %{name}-controller -Summary: StarlingX Extensions to thirdparty pkg on controller -Group: base - -%description -n %{name}-controller -StarlingX Extensions to thirdparty pkgs on controller - %define local_etc_systemd %{_sysconfdir}/systemd/system/ %define local_etc_coredump %{_sysconfdir}/systemd/coredump.conf.d %define local_etc_initd %{_sysconfdir}/init.d