mirror of
https://gitlab.com/redhat/centos-stream/rpms/conmon.git
synced 2026-07-04 04:11:16 +00:00
@@ -117,3 +117,4 @@
|
||||
/v2.1.6.tar.gz
|
||||
/v2.1.7.tar.gz
|
||||
/v2.1.8.tar.gz
|
||||
/v2.1.10.tar.gz
|
||||
|
||||
+3
-7
@@ -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.10
|
||||
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
|
||||
@@ -45,7 +41,7 @@ Requires: libseccomp
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -Sgit %{name}-%{built_tag_strip}
|
||||
%autosetup -Sgit %{name}-%{version}
|
||||
sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
|
||||
sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (v2.1.8.tar.gz) = a277de8f8adf001c3e3ef6ef19d4bade36d48c5395a624ee99cb22708ea26a9954df76362006a1331efc06265cb790883b43e84f0006f80c1725a7470ff244c3
|
||||
SHA512 (v2.1.10.tar.gz) = ecf1a961f431b005b54faa68b5c1bcf31d448f994ca66a56f13002216074dba79b53b52a377d4f8dab08141d6c6cf44467352fbff37175135d3da84081b27a18
|
||||
|
||||
Reference in New Issue
Block a user