Remove forgotten suffixes
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
parent
984b53264c
commit
ab7047e583
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
Name: edge-image-builder-110
|
||||
Name: edge-image-builder
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Edge Image Builder
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user