crun-0.20.1-0.11.gitffb75b2
- bump to 0.20.1 - autobuilt ffb75b2 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
a85d4bbb7f
commit
6b88df75b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ crun-0.1.1.tar.gz
|
||||
/crun-0.19.1.41-f9c4.tar.xz
|
||||
/crun-0.19.1.45-4cc7.tar.xz
|
||||
/crun-0.19.1.50-1942.tar.xz
|
||||
/crun-0.20.1-ffb7.tar.xz
|
||||
|
12
crun.spec
12
crun.spec
@ -1,18 +1,18 @@
|
||||
%global git0 https://github.com/containers/crun
|
||||
%global commit0 1942907e28e6bc04a97af452f3780c22157b2471
|
||||
%global commit0 ffb75b2c126ade53c180c0ef5602a2286190a32d
|
||||
%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.19.1
|
||||
%define built_tag 0.20
|
||||
%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.19.1.50
|
||||
Release: 0.10.git%{shortcommit0}%{?dist}
|
||||
Version: 0.20.1
|
||||
Release: 0.11.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
|
||||
* Wed Jun 02 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.20.1-0.11.gitffb75b2
|
||||
- bump to 0.20.1
|
||||
- autobuilt ffb75b2
|
||||
|
||||
* Tue May 25 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.19.1.50-0.10.git1942907
|
||||
- bump to 0.19.1.50
|
||||
- autobuilt 1942907
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (crun-0.19.1.50-1942.tar.xz) = f1baf3f732367a1c3e7df5d346a08c9e30c0b5146dd888bd8c5808861a5f1d3dea59243ec1100488ade7790ffeb1a56e8ae8e64ebd169dc569340ee48578e2f4
|
||||
SHA512 (crun-0.20.1-ffb7.tar.xz) = c5e4f1ee9a0a89db64c638015e87134de8114bd7300764f5550da726976c6e1042c274cc6569cf9bc20fdf4e3944a8d5df43fc019decf06649c0988caacc7ecb
|
||||
|
Loading…
Reference in New Issue
Block a user