From ded88dc22cb737cef71619e731be613d5d05ff63 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 28 Jul 2020 10:39:13 -0400 Subject: [PATCH] repo and import_path rename Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index b48b3da..575c360 100644 --- a/podman.spec +++ b/podman.spec @@ -25,7 +25,7 @@ %global provider github %global provider_tld com %global project containers -%global repo libpod +%global repo %{name} # https://github.com/containers/libpod %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} @@ -61,7 +61,7 @@ Release: 0.123.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ -Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz +Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release}