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