!5 将riscv64加入构建架构

From: @laokz 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2024-04-22 02:12:33 +00:00 committed by Gitee
commit 610a8f31c5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: prometheus-ha_cluster_exporter
# Version will be processed via set_version source service
Version: 1.3.3
Release: 2
Release: 3
Summary: Prometheus exporter for Pacemaker HA clusters metrics
License: Apache-2.0
URL: https://github.com/ClusterLabs/ha_cluster_exporter
@ -19,7 +19,7 @@ BuildRequires: systemd
Provides: ha_cluster_exporter = %{version}-%{release}
Provides: prometheus(ha_cluster_exporter) = %{version}-%{release}
ExclusiveArch: aarch64 x86_64 loongarch64
ExclusiveArch: aarch64 x86_64 loongarch64 riscv64
%description
Prometheus exporter for Pacemaker HA clusters metrics
@ -60,6 +60,9 @@ install -D -m 644 %{shortname}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig.%{
%{_sysconfdir}/sysconfig.%{name}
%changelog
* Mon Apr 22 2024 laokz <zhangkai@iscas.ac.cn> - -1.3.3-3
- add riscv64 to ExclusiveArch
* Thu Feb 29 2024 doupengda <doupengda@loongson.cn> - -1.3.3-2
- add loongarch64 to ExclusiveArch