mirror of
https://gitlab.com/redhat/centos-stream/rpms/conmon.git
synced 2026-05-04 23:42:20 +00:00
conmon-2.1.11-1.el10
- update to https://github.com/containers/conmon/releases/tag/v2.1.11 - Related: RHEL-34195 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
+2
-6
@@ -13,19 +13,15 @@
|
||||
%bcond_without docs
|
||||
%endif
|
||||
|
||||
%global built_tag v2.1.8
|
||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
|
||||
|
||||
Name: conmon
|
||||
Epoch: 2
|
||||
Version: %{gen_version}
|
||||
Version: 2.1.11
|
||||
License: Apache-2.0
|
||||
Release: %autorelease
|
||||
Summary: OCI container runtime monitor
|
||||
URL: https://github.com/containers/%{name}
|
||||
# Tarball fetched from upstream
|
||||
Source0: %{url}/archive/%{built_tag}.tar.gz
|
||||
Source0: %{url}/archive/v%{version}.tar.gz
|
||||
%if %{with docs}
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
BuildRequires: go-md2man
|
||||
|
||||
Reference in New Issue
Block a user