2 Commits

Author SHA1 Message Date
Manabu Ori 90709d2206 Merge branch 'c10s' into 'c10s'
Don't install CRI-O related files

See merge request redhat/centos-stream/rpms/conmon!47
2025-01-17 23:07:22 +00:00
Jindrich Novy 6e8b268157 conmon-2.1.12-4.el10
- Fix spec file, remove crio
- Related: RHEL-58990

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2025-01-17 14:36:12 +01:00
+10 -4
View File
@@ -7,17 +7,21 @@
%global debug_package %{nil}
%endif
%if 0%{?rhel}
%if %{defined rhel}
%bcond_with docs
%else
%bcond_without docs
%endif
Name: conmon
%if %{defined rhel}
Epoch: 3
%else
Epoch: 2
%endif
Version: 2.1.12
License: Apache-2.0
Release: %autorelease
Release: 4%{?dist}
Summary: OCI container runtime monitor
URL: https://github.com/containers/%{name}
# Tarball fetched from upstream
@@ -41,7 +45,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
%build
@@ -71,4 +75,6 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
%endif
%changelog
%autochangelog
* Fri Jan 17 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.1.12-4
- Fix spec file, remove crio
- Related: RHEL-58990