import conmon-2.1.2-2.el9_0

This commit is contained in:
CentOS Sources 2022-08-09 05:43:14 -04:00 committed by root
parent 846e89b720
commit 95843ff3ce
3 changed files with 28 additions and 10 deletions

View File

@ -1 +1 @@
60c9b5c06138122e67fd6594166a20d9f5b17566 SOURCES/conmon-2.1.0-bdb4f6e.tar.gz
f74cb68c2aecd275fd7862dfc2d042ce1dbd69dc SOURCES/conmon-2.1.2-2bc95ee.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/conmon-2.1.0-bdb4f6e.tar.gz
SOURCES/conmon-2.1.2-2bc95ee.tar.gz

View File

@ -1,18 +1,15 @@
%global with_check 0
%global _find_debuginfo_dwz_opts %{nil}
%global _dwz_low_mem_die_limit 0
# https://github.com/containers/conmon
%global import_path github.com/containers/%{name}
%global git0 https://%{import_path}
%global commit0 bdb4f6e56cd193d40b75ffc9725d4b74a18cb33c
%global commit0 2bc95ee697e87d5f7b77063cf83fc32739addafe
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: conmon
Epoch: 2
Version: 2.1.0
Release: 1%{?dist}
Version: 2.1.2
Release: 2%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
URL: %{git0}
@ -30,8 +27,8 @@ BuildRequires: gcc
BuildRequires: git
BuildRequires: glib2-devel
BuildRequires: systemd-devel
BuildRequires: golang >= 1.12.12-4
BuildRequires: go-md2man
BuildRequires: golang >= 1.17.7
BuildRequires: /usr/bin/go-md2man
BuildRequires: libseccomp-devel
%description
@ -62,6 +59,27 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
%{_mandir}/man8/*
%changelog
* Wed Jul 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.2-2
- update to latest content of https://github.com/containers/conmon/releases/tag/2.1.2
(https://github.com/containers/conmon/commit/2bc95ee697e87d5f7b77063cf83fc32739addafe)
- Related: #2061390
* Tue Jun 14 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.2-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.2
- Related: #2061316
* Tue May 24 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.1-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.1
- Related: #2061316
* Fri May 13 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-3
- Re-enable debuginfo
- Related: #2061316
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-2
- BuildRequires: /usr/bin/go-md2man
- Related: #2061316
* Tue Jan 25 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.0
- Related: #2000051