buildah-1.22.0-0.15.dev.gitec35bc4
- Resolves: #1983596, #1987738 - Security fix for CVE-2021-34558 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
e2ccd14fff
commit
536540cf2d
10
buildah.spec
10
buildah.spec
@ -27,19 +27,18 @@
|
||||
%global commit0 ec35bc428a4b19a4a6892845644aa48aa577739e
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%define built_tag v1.21.3
|
||||
%define built_tag v1.21.4
|
||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%define download_url https://%{import_path}/archive/%{built_tag}.tar.gz
|
||||
|
||||
Name: %{repo}
|
||||
Version: 1.22.0
|
||||
Release: 0.14.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.15.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
BuildRequires: device-mapper-devel
|
||||
BuildRequires: golang
|
||||
BuildRequires: golang >= 1.16.6
|
||||
BuildRequires: git
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: glibc-static
|
||||
@ -160,6 +159,9 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Aug 02 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.22.0-0.15.dev.gitec35bc4
|
||||
- Resolves: #1983596, #1987738 - Security fix for CVE-2021-34558
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-0.14.dev.gitec35bc4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user