Skip to content

Commit 78703c2

Browse files
author
Stefano Torresi
authored
Merge pull request #77 from stefanotorresi/fix/specfile
fix the spec file
2 parents e623116 + 3c4eae2 commit 78703c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

prometheus-ha_cluster_exporter.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@
1717

1818

1919
Name: prometheus-ha_cluster_exporter
20-
Version: 0.0 # will be processed by the set_version source service
20+
# will be processed by the set_version source service
21+
Version: 0.0
2122
Release: 0
2223
License: Apache-2.0
2324
Summary: Prometheus exporter for ha_cluster server metrics
2425
Group: System/Monitoring
2526
Url: https://github.com/ClusterLabs/ha_cluster_exporter
2627
Source: %{name}-%{version}.tar.gz
27-
Source1: vendor.tar.gz # prepared by the go_modules source service
28+
# prepared by the go_modules source service
29+
Source1: vendor.tar.gz
2830
BuildRequires: git-core
2931
BuildRequires: fdupes
3032
BuildRequires: golang-packaging

0 commit comments

Comments
 (0)