crun-1.4.1-1
autobuilt 1.4.1 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
e4b2afec98
commit
c5881e1cd0
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@ crun-0.1.1.tar.gz
|
|||||||
/crun-1.2.tar.xz
|
/crun-1.2.tar.xz
|
||||||
/crun-1.3.tar.xz
|
/crun-1.3.tar.xz
|
||||||
/crun-1.4.tar.xz
|
/crun-1.4.tar.xz
|
||||||
|
/crun-1.4.1.tar.xz
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
# 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)
|
||||||
%global built_tag 1.4
|
%global built_tag 1.4.1
|
||||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||||
|
|
||||||
Summary: OCI runtime written in C
|
Summary: OCI runtime written in C
|
||||||
Name: crun
|
Name: crun
|
||||||
Version: 1.4
|
Version: 1.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
# Source0 generated using `make dist` in upstream repo
|
# Source0 generated using `make dist` in upstream repo
|
||||||
@ -58,6 +58,9 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 14 2022 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.4.1-1
|
||||||
|
- autobuilt 1.4.1
|
||||||
|
|
||||||
* Wed Dec 22 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.4-1
|
* Wed Dec 22 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.4-1
|
||||||
- autobuilt 1.4
|
- autobuilt 1.4
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (crun-1.4.tar.xz) = c269d5b74471b4d0fdbf7ad0abe1ff53144bad5cfe530aed5e643fab4eafd3103fb3e28532cf1d51405d2b7dcc187a4d021e792360685ffede1a9b960b28ba20
|
SHA512 (crun-1.4.1.tar.xz) = 49b73e47863601fdbc20b0b88b6b4b8da969660a4a8edc5646b2aa5c0b5ebe9e9f48e5a542b11c7d767c965250721a13afc5e537c3922226fc9e252b05d8e7cd
|
||||||
|
Loading…
Reference in New Issue
Block a user