conmon-2:2.0.30-0.1.dev.git75e067e

- bump to 2.0.30
- autobuilt 75e067e

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
RH Container Bot
2021-06-03 04:10:13 +00:00
parent 873b4f6d36
commit 0bd08b0fa3
3 changed files with 10 additions and 5 deletions
+8 -4
View File
@@ -14,20 +14,20 @@
%global repo conmon
# https://github.com/containers/conmon
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
%global commit0 b033cb5dfde6de05e63408fc839f1bb641cddd85
%global commit0 75e067ed42fe44e7db00ca732c08540058e5e5fc
%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 and set download_url (non-rawhide only)
%define built_tag v2.0.28
%define built_tag v2.0.29
%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.29
Release: 0.4.dev.git%{shortcommit0}%{?dist}
Version: 2.0.30
Release: 0.1.dev.git%{shortcommit0}%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
URL: %{git0}
@@ -70,6 +70,10 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
%{_mandir}/man8/%{name}.8.gz
%changelog
* Thu Jun 03 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.30-0.1.dev.git75e067e
- bump to 2.0.30
- autobuilt 75e067e
* Wed Jun 02 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.29-0.4.dev.gitb033cb5
- autobuilt b033cb5