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:
parent
a81a293636
commit
03b03a85fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/conmon-e217fdf.tar.gz
|
||||
/conmon-422ce21.tar.gz
|
||||
|
11
conmon.spec
11
conmon.spec
@ -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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (conmon-e217fdf.tar.gz) = aa75e0808e8c6fc535c8b2d8ee106fb8fde6d9ca7f8beb0c51013e83ff161c8005d2427a0366fed89c0d390462852b5a0b12a4e7bf0a44cec654a91328e85c78
|
||||
SHA512 (conmon-422ce21.tar.gz) = fc806b13a29aa0efee975abad7e95c32a84dc85b7f1eecd265424090cdcb9e8d5f7eacaab1025b8a4922f1cc5819348cdcbd76789de494260baf1fc68618ad8c
|
||||
|
Loading…
Reference in New Issue
Block a user