crun-1.1-1
autobuilt 1.1 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
40780036ae
commit
8355bc9ad0
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@ crun-0.1.1.tar.gz
|
|||||||
/crun-0.21-dirty.tar.xz
|
/crun-0.21-dirty.tar.xz
|
||||||
/crun-0.21.tar.xz
|
/crun-0.21.tar.xz
|
||||||
/crun-1.0.tar.xz
|
/crun-1.0.tar.xz
|
||||||
|
/crun-1.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.0
|
%global built_tag 1.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.0
|
Version: 1.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
|
||||||
@ -57,6 +57,9 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 27 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1-1
|
||||||
|
- autobuilt 1.1
|
||||||
|
|
||||||
* Wed Aug 25 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0-1
|
* Wed Aug 25 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0-1
|
||||||
- autobuilt 1.0
|
- autobuilt 1.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (crun-1.0.tar.xz) = 91da1e50971417a9017f438e28a464dd9fd452bdca2c76e010500ea1f659863987b7a56a6b34e2c1777f74f6fd8db6899ed333118e928d281bb7b6ddfc35b9b7
|
SHA512 (crun-1.1.tar.xz) = afb4fd2bcd4bfb5cbfe33308499495fdb4b65f3cfce54a6055e0bc69f8f9b62d19ebc66eb306abe6ce0714741241ccad427b75ac81562dfc8254d83f9d2e19f1
|
||||||
|
Loading…
Reference in New Issue
Block a user