From d79b6d37c5465f8b9b250d6682539ffd0e926a23 Mon Sep 17 00:00:00 2001 From: YoungJQ Date: Tue, 1 Sep 2020 19:09:29 +0800 Subject: [PATCH] skopeo : modify source0 address in spec file Signed-off-by: YoungJQ --- skopeo.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 2a835df..6aeae07 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -30,10 +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} +# https://github.com/containers/skopeo/archive/63085f5bef1131aa9ec0907a5c8d66b67de7c4b2/skopeo-63085f5.tar.gz Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz BuildRequires: go-srpm-macros compiler(go-compiler) git pkgconfig(devmapper) make -- Gitee