mirror of
https://gitlab.com/redhat/centos-stream/rpms/conmon.git
synced 2026-05-05 07:52:23 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbc4754026 |
+9
-16
@@ -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.13
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Release: 1%{?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,8 +41,9 @@ 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
|
||||||
|
sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__make} DEBUGFLAG="-g" bin/conmon
|
%{__make} DEBUGFLAG="-g" bin/conmon
|
||||||
@@ -56,7 +53,7 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__make} PREFIX=%{buildroot}%{_prefix} install.bin
|
%{__make} PREFIX=%{buildroot}%{_prefix} install.bin install.crio
|
||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%{__make} PREFIX=%{buildroot}%{_prefix} -C docs install
|
%{__make} PREFIX=%{buildroot}%{_prefix} -C docs install
|
||||||
@@ -69,16 +66,12 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
%{_libexecdir}/crio/%{name}
|
||||||
|
%dir %{_libexecdir}/crio
|
||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%{_mandir}/man8/%{name}.8.gz
|
%{_mandir}/man8/%{name}.8.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 26 2025 Jindrich Novy <jnovy@redhat.com> - 2:2.1.13-1
|
%autochangelog
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.13
|
|
||||||
- Resolves: RHEL-80818
|
|
||||||
|
|
||||||
* Fri Jan 17 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.1.12-4
|
|
||||||
- Fix spec file, remove crio
|
|
||||||
- Related: RHEL-58990
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
SHA512 (v2.1.13.tar.gz) = cb98b26b3c5f5e5f0b09f5373bd58dc958b66ac4edcac2aa509f48be8b7e9a33001428016290944c4002ddbf63e11fb4657aaad879c89c5776f8c8031f4d1d08
|
SHA512 (v2.1.12.tar.gz) = 06668aa35f5752e3d383f0a2cdf88f7c5056bdef96756aa230279ae25ef1d6b6bfd14888d35907062404670ae85d71d2d7258577abff70b74fa49bff6c2d9d20
|
||||||
|
|||||||
Reference in New Issue
Block a user