1 Commits

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

See merge request redhat/centos-stream/rpms/conmon!47
2025-01-15 07:14:04 +00:00
+4 -10
View File
@@ -7,21 +7,17 @@
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
%if %{defined rhel} %if 0%{?rhel}
%bcond_with docs %bcond_with docs
%else %else
%bcond_without docs %bcond_without docs
%endif %endif
Name: conmon Name: conmon
%if %{defined rhel}
Epoch: 3
%else
Epoch: 2 Epoch: 2
%endif
Version: 2.1.12 Version: 2.1.12
License: Apache-2.0 License: Apache-2.0
Release: 4%{?dist} Release: %autorelease
Summary: OCI container runtime monitor Summary: OCI container runtime monitor
URL: https://github.com/containers/%{name} URL: https://github.com/containers/%{name}
# Tarball fetched from upstream # Tarball fetched from upstream
@@ -45,7 +41,7 @@ Requires: libseccomp
%{summary}. %{summary}.
%prep %prep
%autosetup -Sgit %{name}-%{version} %autosetup -Sgit %{name}-%{built_tag_strip}
sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
%build %build
@@ -75,6 +71,4 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
%endif %endif
%changelog %changelog
* Fri Jan 17 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.1.12-4 %autochangelog
- Fix spec file, remove crio
- Related: RHEL-58990