crun-0.20.1.1-0.13.git7adf4d0
- bump to 0.20.1.1 - autobuilt 7adf4d0 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
0e87690fda
commit
386c704b50
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ crun-0.1.1.tar.gz
|
||||
/crun-0.19.1.50-1942.tar.xz
|
||||
/crun-0.20.1-ffb7.tar.xz
|
||||
/crun-0.20.3-8d6a.tar.xz
|
||||
/crun-0.20.1.1-7adf.tar.xz
|
||||
|
12
crun.spec
12
crun.spec
@ -1,18 +1,18 @@
|
||||
%global git0 https://github.com/containers/crun
|
||||
%global commit0 8d6a8b5ab80461cfed19f020a36584af13c32038
|
||||
%global commit0 7adf4d0c22d871a9aab71229c64a08e09bf9de0c
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global shortercommit0 %(c=%{commit0}; echo ${c:0:4})
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%define built_tag 0.20
|
||||
%define built_tag 0.20.1
|
||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%define download_url %{git0}/archive/%{built_tag}.tar.gz
|
||||
|
||||
Summary: OCI runtime written in C
|
||||
Name: crun
|
||||
Version: 0.20.3
|
||||
Release: 0.12.git%{shortcommit0}%{?dist}
|
||||
Version: 0.20.1.1
|
||||
Release: 0.13.git%{shortcommit0}%{?dist}
|
||||
URL: %{git0}
|
||||
# Source0 generated using `make dist` in upstream repo
|
||||
Source0: %{name}-%{version}-%{shortercommit0}.tar.xz
|
||||
@ -61,6 +61,10 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 10 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.20.1.1-0.13.git7adf4d0
|
||||
- bump to 0.20.1.1
|
||||
- autobuilt 7adf4d0
|
||||
|
||||
* Thu Jun 03 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.20.3-0.12.git8d6a8b5
|
||||
- bump to 0.20.3
|
||||
- autobuilt 8d6a8b5
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (crun-0.20.3-8d6a.tar.xz) = 98a2690c1f77e652a0601a53c12eb1cae82fcc4a01d530ce991963ccf0950ad7695793cfabb04f3ade865731b17643ae01d7a91a2ec156592f6571fd9b171f34
|
||||
SHA512 (crun-0.20.1.1-7adf.tar.xz) = 914f3ff2ced16e59b0b3589e21f84875e727a82fdcd0e5ca1dd7c0ea847dff8e3df68d3a6b6b7454c34fa8f5f93251775885ec29ae9366fe767416a2ea937f04
|
||||
|
Loading…
Reference in New Issue
Block a user