bb9e4825ae
- autobuilt c792503 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
96 lines
2.6 KiB
RPMSpec
96 lines
2.6 KiB
RPMSpec
%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 c7925031cf675d6cda2d0d5059fb35d6c269e0f0
|
|
%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.4
|
|
|
|
Name: %{repo}
|
|
Epoch: 2
|
|
Version: 2.0.5
|
|
Release: 0.2.dev.git%{shortcommit0}%{?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
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%autosetup -Sgit -n %{name}-%{commit0}
|
|
|
|
%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
|
|
* Tue Dec 10 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.5-0.2.dev.gitc792503
|
|
- autobuilt c792503
|
|
|
|
* Mon Dec 09 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.5-0.1.dev.gitfd5ac47
|
|
- bump to 2.0.5
|
|
- autobuilt fd5ac47
|
|
|
|
* Mon Dec 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.4-0.3.dev.gitdf8c6aa
|
|
- autobuilt df8c6aa
|
|
|
|
* Fri Nov 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.4-0.2.dev.git42bce45
|
|
- autobuilt 42bce45
|
|
|
|
* Mon Nov 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.4-0.1.dev.gitf6d23b5
|
|
- bump to 2.0.4
|
|
- autobuilt f6d23b5
|
|
|
|
* Mon Nov 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.3-0.3.dev.git098fcce
|
|
- autobuilt 098fcce
|
|
|
|
* Thu Nov 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.3-0.2.dev.git002da25
|
|
- autobuilt 002da25
|
|
|
|
* Mon Oct 21 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.3-0.1.dev.gitbc758d8
|
|
- built commit bc758d8
|
|
|
|
* Wed Sep 25 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.2-0.1.dev.git422ce21
|
|
- build latest upstream master
|
|
|
|
* Tue Sep 10 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.0-2
|
|
- remove BR: go-md2man since no manpages yet
|
|
|
|
* Tue Sep 10 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.0-1
|
|
- bump to v2.0.0
|
|
|
|
* Fri May 31 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:0.2.0-1
|
|
- initial package
|