From 634cc198c7aa92bcde3fe3b9e3f9f0fa3bd7a8e1 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 21 2020 19:55:59 +0000 Subject: import conmon-2.0.6-1.module+el8.2.0+5182+3136e5d4 --- diff --git a/.conmon.metadata b/.conmon.metadata new file mode 100644 index 0000000..7b71dc1 --- /dev/null +++ b/.conmon.metadata @@ -0,0 +1 @@ +e533e70b592317ab18e0229f3361ddf297824d0b SOURCES/conmon-29c3367.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3396aa8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/conmon-29c3367.tar.gz diff --git a/SPECS/conmon.spec b/SPECS/conmon.spec new file mode 100644 index 0000000..9e0e097 --- /dev/null +++ b/SPECS/conmon.spec @@ -0,0 +1,89 @@ +%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 commit0 29c336700f2999acf9db07662b4a61355076e64a +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%global git0 https://%{import_path} + +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) +%global built_tag v2.0.1 + +Name: %{repo} +Epoch: 2 +Version: 2.0.6 +Release: 1%{?dist} +Summary: OCI container runtime monitor +License: ASL 2.0 +URL: %{git0} +Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz +BuildRequires: gcc +BuildRequires: git +BuildRequires: glib2-devel +BuildRequires: systemd-devel + +%description +%{summary}. + +%prep +%autosetup -Sgit -n %{name}-%{commit0} + +%build +%{__make} all + +%install +%{__make} PREFIX=%{buildroot}%{_prefix} install + +#define license tag if not already defined +%{!?_licensedir:%global license %doc} + +%files +%license LICENSE +%doc README.md +%{_bindir}/%{name} + +%changelog +* Wed Dec 11 2019 Jindrich Novy - 2:2.0.6-1 +- update to 2.0.6 +- Related: RHELPLAN-25139 + +* Tue Dec 10 2019 Jindrich Novy - 2:2.0.5-1 +- update to 2.0.5 +- Related: RHELPLAN-25139 + +* Mon Dec 09 2019 Jindrich Novy - 2:2.0.4-1 +- update to 2.0.4 bugfix release +- Related: RHELPLAN-25139 + +* Mon Nov 25 2019 Jindrich Novy - 2:2.0.3-2.giteb5fa88 +- BR: systemd-devel +- Related: RHELPLAN-25139 + +* Wed Nov 20 2019 Jindrich Novy - 2:2.0.3-1.giteb5fa88 +- update to 2.0.3 +- Related: RHELPLAN-25139 + +* Wed Sep 25 2019 Lokesh Mandvekar - 2:2.0.2-0.1.dev.git422ce21 +- build latest upstream master + +* Tue Sep 10 2019 Lokesh Mandvekar - 2:2.0.0-2 +- remove BR: go-md2man since no manpages yet + +* Tue Sep 10 2019 Lokesh Mandvekar - 2:2.0.0-1 +- bump to v2.0.0 + +* Fri May 31 2019 Lokesh Mandvekar - 2:0.2.0-1 +- initial package