conmon-2:2.0.29-0.1.dev.git2947bb2

- built 2947bb2

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2021-05-14 11:26:09 -04:00
parent 8bd4ae9d42
commit 80bd2dfa4b
3 changed files with 10 additions and 6 deletions
+8 -5
View File
@@ -14,20 +14,20 @@
%global repo conmon
# https://github.com/containers/conmon
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
%global commit0 dd63dcb5b68c108226647fd3126e87ba97ae65a7
%global commit0 2947bb2e8c3a1b1ed4dd61c66c4f6f814aff67e6
%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.27
%define built_tag v2.0.28
%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.28
Release: 0.5.dev.git%{shortcommit0}%{?dist}
Version: 2.0.29
Release: 0.1.dev.git%{shortcommit0}%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
URL: %{git0}
@@ -51,7 +51,7 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
%build
%{__make} DEBUGTAG="enable_debug" bin/conmon
%{__make} DEBUGFLAG="-g" bin/conmon
%{__make} GOMD2MAN=go-md2man -C docs
%install
@@ -69,6 +69,9 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
%{_mandir}/man8/%{name}.8.gz
%changelog
* Fri May 14 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.29-0.1.dev.git2947bb2
- built 2947bb2
* Thu May 06 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.28-0.5.dev.gitdd63dcb
- autobuilt dd63dcb