update URL, cosmetic changes in changelog

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2019-06-02 20:07:03 +05:30
parent 5074351066
commit 698aeda798

View File

@ -13,8 +13,8 @@
%global project containers %global project containers
%global repo buildah %global repo buildah
# https://github.com/containers/buildah # https://github.com/containers/buildah
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix} %global git0 https://%{import_path}
%global commit0 7016ce64182820fd928b28660d44e5ee85df5611 %global commit0 7016ce64182820fd928b28660d44e5ee85df5611
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
@ -23,9 +23,8 @@ Version: 1.9.0
Release: 0.25.dev.git%{shortcommit0}%{?dist} Release: 0.25.dev.git%{shortcommit0}%{?dist}
Summary: A command line tool used for creating OCI Images Summary: A command line tool used for creating OCI Images
License: ASL 2.0 License: ASL 2.0
URL: https://%{provider_prefix} URL: https://%{name}.io
Source: https://%{provider_prefix}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
ExclusiveArch: x86_64 %{arm} aarch64 ppc64le s390x ExclusiveArch: x86_64 %{arm} aarch64 ppc64le s390x
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead. # If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}