Skip to content

Commit

Permalink
update spec file
Browse files Browse the repository at this point in the history
bump required go version and remove golang-packaging build dependency as
it is no longer needed
  • Loading branch information
stefanotorresi committed May 9, 2023
1 parent ea998a0 commit 1000ba6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ Group: System/Monitoring
URL: https://github.com/ClusterLabs/ha_cluster_exporter
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang(API) >= 1.17
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.20
Requires(post): %fillup_prereq
Provides: ha_cluster_exporter = %{version}-%{release}
Provides: prometheus(ha_cluster_exporter) = %{version}-%{release}
ExclusiveArch: aarch64 x86_64 ppc64le s390x
%{go_nostrip}

#Compat macro for new _fillupdir macro introduced in Nov 2017
%if ! %{defined _fillupdir}
%define _fillupdir /var/adm/fillup-templates
Expand Down

0 comments on commit 1000ba6

Please sign in to comment.