mirror of
https://gitlab.com/redhat/centos-stream/rpms/conmon.git
synced 2026-05-05 07:52:23 +00:00
Compare commits
2 Commits
47c442724a
...
90709d2206
| Author | SHA1 | Date | |
|---|---|---|---|
| 90709d2206 | |||
| 6e8b268157 |
+10
-4
@@ -7,17 +7,21 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if %{defined 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: %autorelease
|
Release: 4%{?dist}
|
||||||
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
|
||||||
@@ -41,7 +45,7 @@ Requires: libseccomp
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%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.bin: bin\/conmon/install.bin:/' Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -71,4 +75,6 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* Fri Jan 17 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.1.12-4
|
||||||
|
- Fix spec file, remove crio
|
||||||
|
- Related: RHEL-58990
|
||||||
|
|||||||
Reference in New Issue
Block a user