crun-1.3-1
autobuilt 1.3 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
e101b6216a
commit
4074979a66
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@ crun-0.1.1.tar.gz
|
|||||||
/crun-1.0.tar.xz
|
/crun-1.0.tar.xz
|
||||||
/crun-1.1.tar.xz
|
/crun-1.1.tar.xz
|
||||||
/crun-1.2.tar.xz
|
/crun-1.2.tar.xz
|
||||||
|
/crun-1.3.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.2
|
%global built_tag 1.3
|
||||||
%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.2
|
Version: 1.3
|
||||||
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 Nov 05 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.3-1
|
||||||
|
- autobuilt 1.3
|
||||||
|
|
||||||
* Fri Oct 08 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.2-1
|
* Fri Oct 08 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.2-1
|
||||||
- autobuilt 1.2
|
- autobuilt 1.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (crun-1.2.tar.xz) = 44585d9854ef773c7f50f464c4c0dfcd687c6a627559a58aead1f2acfa734904f3d92a6d4454681a7a7c0295e61234e7124aa7ca8163084fa864b354f39839ae
|
SHA512 (crun-1.3.tar.xz) = d22dfca5948bd2199d51e1baedad9c67d2a3420a476afa6f2fc2238a06773b1fb2e218dd012d2b676c8b4e556ce283d259332b78ee92560f83157a1fa243631e
|
||||||
|
Loading…
Reference in New Issue
Block a user