From db725539d89430e6ae9263478076aa591878ea36 Mon Sep 17 00:00:00 2001 From: haozi007 Date: Fri, 16 Oct 2020 10:19:34 +0800 Subject: [PATCH] fix wrong source url Signed-off-by: haozi007 --- skopeo.spec | 6 +++--- skopeo-63085f5.tar.gz => v1.1.0.tar.gz | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename skopeo-63085f5.tar.gz => v1.1.0.tar.gz (100%) diff --git a/skopeo.spec b/skopeo.spec index 2a835df..8256688 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -30,11 +30,11 @@ ExcludeArch: ppc64 Name: %{repo} Epoch: 1 Version: 1.1.0 -Release: 2.dev.git%{shortcommit0} +Release: 3.dev.git%{shortcommit0} Summary: Work with remote images registries - retrieving information, images, signing content License: ASL 2.0 -URL: %{git0} -Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz +URL: https://github.com/containers/skopeo +Source0: https://github.com/containers/skopeo/archive/v1.1.0.tar.gz BuildRequires: go-srpm-macros compiler(go-compiler) git pkgconfig(devmapper) make # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. diff --git a/skopeo-63085f5.tar.gz b/v1.1.0.tar.gz similarity index 100% rename from skopeo-63085f5.tar.gz rename to v1.1.0.tar.gz