From d3b2614110b31f78d61635d7864e6a21db6c7acc Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 29 Sep 2019 22:54:50 -0400 Subject: 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 --- redhat/git-remote-gcrypt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 : -- cgit v1.2.3