Remove forgotten suffixes

Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
Nicolas Belouin 2024-10-22 11:56:05 +02:00
parent 984b53264c
commit ab7047e583
2 changed files with 7 additions and 9 deletions

View File

@ -16,7 +16,7 @@
#
Name: edge-image-builder-110
Name: edge-image-builder
Version: 1.1.0
Release: 0
Summary: Edge Image Builder

View File

@ -28,24 +28,22 @@ BuildRequires: golang(API) = 1.22
ExcludeArch: s390
ExcludeArch: %{ix86}
%define version_suffix 0148
%description
MetalLB is a load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.
%package controller-%{version_suffix}
%package controller
Summary: MetalLB controller binary
Group: System/Management
%description controller-%{version_suffix}
%description controller
MetalLB is a load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.
This package contains the controller binary.
%package speaker-%{version_suffix}
%package speaker
Summary: MetalLB speaker binary
Group: System/Management
%description speaker-%{version_suffix}
%description speaker
MetalLB is a load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.
This package contains the speaker binary.
@ -67,11 +65,11 @@ install -D -m 0755 $HOME/go/bin/speaker %{buildroot}/
install -D -m 0755 $HOME/go/bin/frr-metrics %{buildroot}/
install -D -m 0755 frr-reloader.sh %{buildroot}/
%files controller-%{version_suffix}
%files controller
%license LICENSE
/controller
%files speaker-%{version_suffix}
%files speaker
%license LICENSE
/speaker
/frr-metrics