summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Mills <1290234+prologic@users.noreply.github.com>2020-01-29 09:21:23 +1000
committerGitHub <noreply@github.com>2020-01-29 09:21:23 +1000
commit1477784048319e84127e466add6eb4a092c235e1 (patch)
treea8c522a7359e871508442b8dbd25b9da9abcfc2c
parent2225456fd589ef82d202b180cff4fc4ae55cd338 (diff)
Fixed Source0 URL in RPM spec (#7794)
-rw-r--r--netdata.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 0f95616fe9..5cfe42b192 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -87,7 +87,7 @@ Version: %{version}
Release: 1%{?dist}
License: GPLv3+
Group: Applications/System
-Source0: https://github.com/netdata/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source0: https://github.com/netdata/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz
URL: http://my-netdata.io
# #####################################################################