diff --git a/skopeo.spec b/skopeo.spec index fddbbee..5ae2980 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -45,6 +45,7 @@ # to decide whether to autobuild (non-rawhide only) %define built_tag v0.2.0 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%define download_url %{git0}/archive/%{built_tag}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required # manually listed arches due https://bugzilla.redhat.com/show_bug.cgi?id=1391932 (removed ppc64) @@ -53,11 +54,11 @@ ExcludeArch: ppc64 Name: %{repo} Epoch: %{conditional_epoch} Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 -URL: https://github.com/containers/%{name} -Source0: %{url}/archive/%{built_tag}.tar.gz +URL: %{git0} +Source0: %{download_url} # Use below line to build a random commit #Source0: %%{git0}/archive/%%{commit0}/%%{name}-%%{shortcommit0}.tar.gz Source1: storage.conf @@ -419,6 +420,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Apr 21 2020 Lokesh Mandvekar - 1:0.2.0-2 +- update spec for autobuilder + * Thu Apr 09 2020 RH Container Bot - 1:0.2.0-1 - autobuilt v0.2.0