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 <don.penney@windriver.com>
This commit is contained in:
Don Penney 2021-01-06 14:28:30 -05:00
parent 676df72f5b
commit a0736f3dc3
1 changed files with 0 additions and 7 deletions

View File

@ -22,13 +22,6 @@ Requires: systemd
%description %description
StarlingX Extensions to thirdparty pkgs 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_systemd %{_sysconfdir}/systemd/system/
%define local_etc_coredump %{_sysconfdir}/systemd/coredump.conf.d %define local_etc_coredump %{_sysconfdir}/systemd/coredump.conf.d
%define local_etc_initd %{_sysconfdir}/init.d %define local_etc_initd %{_sysconfdir}/init.d