From: Dusty Mabe Date: Mon, 30 Sep 2019 02:54:50 +0000 (-0400) Subject: rpm: use full URL for source X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=d3b2614110b31f78d61635d7864e6a21db6c7acc;p=gamesguru%2Fgit-remote-gcrypt.git rpm: use full URL for source Also update the setup line to %{name}-%{version} to match the folder setup from the tar.gz file downloaded from https://git.spwhitton.name/%{name}/snapshot/%{name}-%{version}.tar.gz Signed-off-by: Dusty Mabe --- diff --git a/redhat/git-remote-gcrypt.spec b/redhat/git-remote-gcrypt.spec index a2d2788..7ea0388 100644 --- a/redhat/git-remote-gcrypt.spec +++ b/redhat/git-remote-gcrypt.spec @@ -8,7 +8,7 @@ Summary: GNU Privacy Guard-encrypted git remote Group: Development Tools License: GPLv3 URL: https://git.spwhitton.name/%{name} -Source0: %{name}-%{version}.tar.gz +Source0: https://git.spwhitton.name/%{name}/snapshot/%{name}-%{version}.tar.gz BuildRequires: python3-docutils Requires: gnupg2 git-core @@ -24,7 +24,7 @@ The aim is to provide confidential, authenticated git storage and collaboration using typical untrusted file hosts or services. %prep -%setup -q -n %{name} +%setup -q -n %{name}-%{version} %build :