mirror of
https://gitlab.com/redhat/centos-stream/rpms/conmon.git
synced 2026-05-04 23:42:20 +00:00
conmon-2:2.0.28-0.1.dev.gitc42f0e7
- built c42f0e7 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
+10
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user