conmon-2.2.0-2.el9

- update to https://github.com/containers/conmon/releases/tag/v2.2.0
- Resolves: RHEL-147114

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy
2026-02-05 15:00:47 +01:00
parent 1ac50b04ec
commit 272aa3e9f8
2 changed files with 48 additions and 33 deletions
+47 -32
View File
@@ -1,53 +1,62 @@
%global with_check 0 %global with_debug 1
# https://github.com/containers/conmon %if 0%{?with_debug}
%global import_path github.com/containers/%{name} %global _find_debuginfo_dwz_opts %{nil}
%global git0 https://%{import_path} %global _dwz_low_mem_die_limit 0
%global commit0 82de887596ed8ee6d9b2ee85e4f167f307bb569b %else
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global debug_package %{nil}
%endif
%if %{defined rhel}
%bcond_with docs
%else
%bcond_without docs
%endif
Name: conmon Name: conmon
Epoch: 3 Epoch: 3
Version: 2.1.13 Version: 2.2.0
Release: 1%{?dist} License: Apache-2.0
Release: 2%{?dist}
Summary: OCI container runtime monitor Summary: OCI container runtime monitor
License: ASL 2.0 URL: https://github.com/containers/%{name}
URL: %{git0} # Tarball fetched from upstream
%if 0%{?branch:1} Source0: %{url}/archive/v%{version}.tar.gz
Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz %if %{with docs}
%else BuildRequires: go-md2man
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
%endif %endif
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
#ExclusiveArch: %%{go_arches}
# still use arch exclude as the macro above still refers %%{ix86} in RHEL8.4:
# https://bugzilla.redhat.com/show_bug.cgi?id=1905383
ExcludeArch: %{ix86}
BuildRequires: gcc BuildRequires: gcc
BuildRequires: git BuildRequires: git-core
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: systemd-devel
BuildRequires: golang >= 1.12.12-4
BuildRequires: /usr/bin/go-md2man
BuildRequires: libseccomp-devel BuildRequires: libseccomp-devel
BuildRequires: pkgconfig
BuildRequires: systemd-devel
BuildRequires: systemd-libs
BuildRequires: make
Requires: glib2
Requires: systemd-libs
Requires: libseccomp
%description %description
%{summary}. %{summary}.
%prep %prep
%if 0%{?branch:1} %autosetup -Sgit %{name}-%{version}
%autosetup -Sgit -n containers-%{name}-%{shortcommit0} sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
%else
%autosetup -Sgit -n %{name}-%{commit0}
%endif
%build %build
export CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" %{__make} DEBUGFLAG="-g" bin/conmon
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
%{__make} all %if %{with docs}
%{__make} GOMD2MAN=go-md2man -C docs
%endif
%install %install
%{__make} PREFIX=%{buildroot}%{_prefix} install %{__make} PREFIX=%{buildroot}%{_prefix} install.bin
%if %{with docs}
%{__make} PREFIX=%{buildroot}%{_prefix} -C docs install
%endif
#define license tag if not already defined #define license tag if not already defined
%{!?_licensedir:%global license %doc} %{!?_licensedir:%global license %doc}
@@ -56,9 +65,15 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{_bindir}/%{name} %{_bindir}/%{name}
%if %{with docs}
%{_mandir}/man8/* %{_mandir}/man8/*
%endif
%changelog %changelog
* Thu Feb 05 2026 Jindrich Novy <jnovy@redhat.com> - 3:2.2.0-2
- update to https://github.com/containers/conmon/releases/tag/v2.2.0
- Resolves: RHEL-147114
* Wed Feb 26 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.1.13-1 * Wed Feb 26 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.1.13-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.13 - update to https://github.com/containers/conmon/releases/tag/v2.1.13
- Resolves: RHEL-80820 - Resolves: RHEL-80820
+1 -1
View File
@@ -1 +1 @@
SHA512 (conmon-2.1.13-82de887.tar.gz) = a946e64f9d628380c54a56098e0d907d14cc4890c209cd585ac47e14e1cf4d4bf2b1f63381ff069ed932f30c8edaff52a3d51012b04c358f59cb74b9307f91f0 SHA512 (v2.2.0.tar.gz) = 8a14d47be06f3b768118216afc7b9cf5da65c19d896f55febe92250cf9f7aa7c9b8c58736f0a52d44c2ff9f4a6bc99fa3f9ffe22a7905d332b2fd816b3a2e2c9