1
0
forked from suse-edge/Factory

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 Version: 1.1.0
Release: 0 Release: 0
Summary: Edge Image Builder Summary: Edge Image Builder

View File

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