conmon-2:2.0.2-0.1.dev.git422ce21

- build latest upstream master

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2019-09-25 08:55:42 -04:00
parent a81a293636
commit 03b03a85fc
3 changed files with 9 additions and 5 deletions
+7 -4
View File
@@ -14,18 +14,18 @@
%global repo conmon
# https://github.com/containers/conmon
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
%global commit0 e217fdff82e0b1a6184a28c43043a4065083407f
%global commit0 422ce21f1527f7624982748a36601401887aa181
%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.0
%global built_tag v2.0.1
Name: %{repo}
Epoch: 2
Version: 2.0.0
Release: 2.dev.git%{shortcommit0}%{?dist}
Version: 2.0.2
Release: 0.1.dev.git%{shortcommit0}%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
URL: %{git0}
@@ -55,6 +55,9 @@ BuildRequires: glib2-devel
%{_bindir}/%{name}
%changelog
* 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