conmon-2:2.0.28-0.1.dev.gitc42f0e7
- built c42f0e7 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
2af434a61f
commit
b79aaa127f
1
.gitignore
vendored
1
.gitignore
vendored
@ -92,3 +92,4 @@
|
||||
/conmon-c3f31c0.tar.gz
|
||||
/conmon-7310bf1.tar.gz
|
||||
/conmon-3ac015e.tar.gz
|
||||
/conmon-c42f0e7.tar.gz
|
||||
|
15
conmon.spec
15
conmon.spec
@ -14,18 +14,20 @@
|
||||
%global repo conmon
|
||||
# https://github.com/containers/conmon
|
||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global commit0 3ac015ee410f1b05c949b46224b42efbbffbce40
|
||||
%global commit0 c42f0e7c0a2c07f68bed9522537f5537fe151b5e
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global git0 https://%{import_path}
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%global built_tag v2.0.27
|
||||
# to decide whether to autobuild and set download_url (non-rawhide only)
|
||||
%define built_tag v2.0.27
|
||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%define download_url %{git0}/archive/%{built_tag}.tar.gz
|
||||
|
||||
Name: %{repo}
|
||||
Epoch: 2
|
||||
Version: 2.0.27
|
||||
Release: 0.3.dev.git%{shortcommit0}%{?dist}
|
||||
Version: 2.0.28
|
||||
Release: 0.1.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: OCI container runtime monitor
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -67,6 +69,9 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
|
||||
%{_mandir}/man8/%{name}.8.gz
|
||||
|
||||
%changelog
|
||||
* Mon Mar 08 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.28-0.1.dev.gitc42f0e7
|
||||
- built c42f0e7
|
||||
|
||||
* Mon Mar 01 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.27-0.3.dev.git3ac015e
|
||||
- built 3ac015e
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (conmon-3ac015e.tar.gz) = 0b3c06a69a6550dc6b61ae75ae6b931060abaeb2d028a6aa26d5314ef73aeb7ab1c83985f24cd69842f026299e0ef43654bbdea7040417fea522f4a9a8040e1d
|
||||
SHA512 (conmon-c42f0e7.tar.gz) = dd2b80e042fac1728ffd9fd27c05af376a21c239a51d681118b34c91ed077312bab99bacd60552fe2122f9b45b18910fa22b6b7840ab452db2e2932ca159e1c7
|
||||
|
Loading…
Reference in New Issue
Block a user