buildah-1.22.0-0.3.dev.git9c7f50b
- autobuilt 9c7f50b Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
7d7781c54e
commit
100d75838a
1
.gitignore
vendored
1
.gitignore
vendored
@ -664,3 +664,4 @@
|
|||||||
/buildah-4fa566e.tar.gz
|
/buildah-4fa566e.tar.gz
|
||||||
/buildah-bbbe10a.tar.gz
|
/buildah-bbbe10a.tar.gz
|
||||||
/buildah-d08dbe7.tar.gz
|
/buildah-d08dbe7.tar.gz
|
||||||
|
/buildah-9c7f50b.tar.gz
|
||||||
|
@ -24,18 +24,18 @@
|
|||||||
# https://github.com/containers/buildah
|
# https://github.com/containers/buildah
|
||||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global git0 https://%{import_path}
|
%global git0 https://%{import_path}
|
||||||
%global commit0 d08dbe7ed650054fe3789cda862d0291f4115405
|
%global commit0 9c7f50b80b4599b7e3e090787dc5da9ece58875a
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# Used for comparing with latest upstream tag
|
# Used for comparing with latest upstream tag
|
||||||
# to decide whether to autobuild (non-rawhide only)
|
# to decide whether to autobuild (non-rawhide only)
|
||||||
%define built_tag v1.21.0
|
%define built_tag v1.21.1
|
||||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||||
%define download_url https://%{import_path}/archive/%{built_tag}.tar.gz
|
%define download_url https://%{import_path}/archive/%{built_tag}.tar.gz
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.22.0
|
Version: 1.22.0
|
||||||
Release: 0.2.dev.git%{shortcommit0}%{?dist}
|
Release: 0.3.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://%{name}.io
|
URL: https://%{name}.io
|
||||||
@ -160,6 +160,9 @@ cp bin/imgtype %{buildroot}/%{_bindir}/%{name}-imgtype
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 10 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.22.0-0.3.dev.git9c7f50b
|
||||||
|
- autobuilt 9c7f50b
|
||||||
|
|
||||||
* Mon Jun 07 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.22.0-0.2.dev.gitd08dbe7
|
* Mon Jun 07 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.22.0-0.2.dev.gitd08dbe7
|
||||||
- autobuilt d08dbe7
|
- autobuilt d08dbe7
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (buildah-d08dbe7.tar.gz) = 80eb71d5191e098654b644f29059319c371efd9fa506e1ff3d867a519882f8da95009fdad7465181bba922fec3a99387675735ac5f863af1748c05509a315e9b
|
SHA512 (buildah-9c7f50b.tar.gz) = d428882fe13c8a4a310dffa418befe2ad0e0888a5f009e96500b5bbc1597f148a8631ce281004c2b0a8df1388caa0d59506d710d0e5f16964e99e18404cd0865
|
||||||
|
Loading…
Reference in New Issue
Block a user