conmon-2:2.0.3-0.1.dev.gitbc758d8

- built commit bc758d8

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2019-10-21 21:20:38 -04:00
parent 92baedb481
commit 3128119cf5
3 changed files with 12 additions and 4 deletions
+8 -4
View File
@@ -14,17 +14,17 @@
%global repo conmon
# https://github.com/containers/conmon
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
%global commit0 422ce21f1527f7624982748a36601401887aa181
%global commit0 bc758d8bd98a29ac3aa4f62a886575bfec0e39a1
%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
%global built_tag v2.0.2
Name: %{repo}
Epoch: 2
Version: 2.0.2
Version: 2.0.3
Release: 0.1.dev.git%{shortcommit0}%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
@@ -44,7 +44,7 @@ BuildRequires: glib2-devel
%{__make} all
%install
%{__make} PREFIX=%{buildroot}%{_prefix} install
%{__make} PREFIX=%{buildroot}%{_prefix} install install.crio
#define license tag if not already defined
%{!?_licensedir:%global license %doc}
@@ -53,8 +53,12 @@ BuildRequires: glib2-devel
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{_libexecdir}/crio/%{name}
%changelog
* 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