%global with_debug 0 %global with_check 0 %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} %global _dwz_low_mem_die_limit 0 %else %global debug_package %{nil} %endif %global provider github %global provider_tld com %global project containers %global repo conmon # https://github.com/containers/conmon %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} Name: %{repo} Epoch: 2 Version: 2.0.17 Release: 1.rhaos4.5%{?dist} Summary: OCI container runtime monitor License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/v%{version}.tar.gz BuildRequires: gcc BuildRequires: git BuildRequires: glib2-devel BuildRequires: systemd-devel %description %{summary}. %prep %autosetup -Sgit %build %{__make} all %install %{__make} PREFIX=%{buildroot}%{_prefix} install install.crio #define license tag if not already defined %{!?_licensedir:%global license %doc} %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_libexecdir}/crio/%{name} %changelog * Fri Jun 05 2020 Jindrich Novy - 2:2.0.17-1.rhaos4.5 - update to https://github.com/containers/conmon/releases/tag/v2.0.17 - Related: #1814928 * Mon Apr 06 2020 Jindrich Novy - 2:2.0.15-1.rhaos4.5 - update to 2.0.15 - Resolves: #1801568 * Thu Apr 02 2020 Jindrich Novy - 2:2.0.12-1.rhaos4.5 - initial packaging for rhaos-4.5 - Resolves: #1820051