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 commit0 ec35bc428a4b19a4a6892845644aa48aa577739e
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%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 built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||||
%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.14.dev.git%{shortcommit0}%{?dist}
|
Release: 0.15.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
|
||||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||||
BuildRequires: device-mapper-devel
|
BuildRequires: device-mapper-devel
|
||||||
BuildRequires: golang
|
BuildRequires: golang >= 1.16.6
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: glibc-static
|
BuildRequires: glibc-static
|
||||||
@ -160,6 +159,9 @@ cp bin/copy %{buildroot}/%{_bindir}/%{name}-copy
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user