From 3549d5ead7f853ee8ef8851cb415694c97bdcd05 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 23 Feb 2021 15:19:52 +0100 Subject: [PATCH] fix source location --- rpmbuild/SPECS/gitea.spec | 2 +- rpmbuild/SPECS/prometheus.spec | 2 +- rpmbuild/SPECS/traefik.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rpmbuild/SPECS/gitea.spec b/rpmbuild/SPECS/gitea.spec index b5c576f..0dfca52 100644 --- a/rpmbuild/SPECS/gitea.spec +++ b/rpmbuild/SPECS/gitea.spec @@ -26,7 +26,7 @@ architectures. %prep %setup -q -c -T xz -dc %{S:0} > gitea -cp %{S:0} %{name}.service +cp %{S:1} %{name}.service %build diff --git a/rpmbuild/SPECS/prometheus.spec b/rpmbuild/SPECS/prometheus.spec index 92974bb..07bd934 100644 --- a/rpmbuild/SPECS/prometheus.spec +++ b/rpmbuild/SPECS/prometheus.spec @@ -23,7 +23,7 @@ trigger alerts when specified conditions are observed. %prep %setup -q -n %{name}-%{version}.linux-amd64 -cp %{S:0} %{name}.service +cp %{S:1} %{name}.service %build rm NOTICE diff --git a/rpmbuild/SPECS/traefik.spec b/rpmbuild/SPECS/traefik.spec index 762ddd2..40ba9c5 100644 --- a/rpmbuild/SPECS/traefik.spec +++ b/rpmbuild/SPECS/traefik.spec @@ -25,7 +25,7 @@ onfiguration step you need. %prep %setup -q -c -cp %{S:0} %{name}.service +cp %{S:1} %{name}.service %build