conmon-2:2.0.29-0.1.dev.git2947bb2
- built 2947bb2 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
8bd4ae9d42
commit
80bd2dfa4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -97,3 +97,4 @@
|
|||||||
/conmon-3efab3e.tar.gz
|
/conmon-3efab3e.tar.gz
|
||||||
/conmon-372fa19.tar.gz
|
/conmon-372fa19.tar.gz
|
||||||
/conmon-dd63dcb.tar.gz
|
/conmon-dd63dcb.tar.gz
|
||||||
|
/conmon-2947bb2.tar.gz
|
||||||
|
13
conmon.spec
13
conmon.spec
@ -14,20 +14,20 @@
|
|||||||
%global repo conmon
|
%global repo conmon
|
||||||
# https://github.com/containers/conmon
|
# https://github.com/containers/conmon
|
||||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global commit0 dd63dcb5b68c108226647fd3126e87ba97ae65a7
|
%global commit0 2947bb2e8c3a1b1ed4dd61c66c4f6f814aff67e6
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
%global git0 https://%{import_path}
|
%global git0 https://%{import_path}
|
||||||
|
|
||||||
# Used for comparing with latest upstream tag
|
# Used for comparing with latest upstream tag
|
||||||
# to decide whether to autobuild and set download_url (non-rawhide only)
|
# to decide whether to autobuild and set download_url (non-rawhide only)
|
||||||
%define built_tag v2.0.27
|
%define built_tag v2.0.28
|
||||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||||
%define download_url %{git0}/archive/%{built_tag}.tar.gz
|
%define download_url %{git0}/archive/%{built_tag}.tar.gz
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 2.0.28
|
Version: 2.0.29
|
||||||
Release: 0.5.dev.git%{shortcommit0}%{?dist}
|
Release: 0.1.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: OCI container runtime monitor
|
Summary: OCI container runtime monitor
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -51,7 +51,7 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
|
|||||||
sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
|
sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__make} DEBUGTAG="enable_debug" bin/conmon
|
%{__make} DEBUGFLAG="-g" bin/conmon
|
||||||
%{__make} GOMD2MAN=go-md2man -C docs
|
%{__make} GOMD2MAN=go-md2man -C docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -69,6 +69,9 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
|
|||||||
%{_mandir}/man8/%{name}.8.gz
|
%{_mandir}/man8/%{name}.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 14 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.29-0.1.dev.git2947bb2
|
||||||
|
- built 2947bb2
|
||||||
|
|
||||||
* Thu May 06 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.28-0.5.dev.gitdd63dcb
|
* Thu May 06 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.28-0.5.dev.gitdd63dcb
|
||||||
- autobuilt dd63dcb
|
- autobuilt dd63dcb
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (conmon-dd63dcb.tar.gz) = 3ba246966bfb49cc70d0320be7584c06026217ecad8ee7b2b36fe321f6b2a0abf99674d7bc5f180654e9a8c39c38209d4019790d76fbcd79ff0ab1571641c865
|
SHA512 (conmon-2947bb2.tar.gz) = 27072cf06fbb0b3cdf11bc41451523396649b4c36b7e2d108d69934de63a189197f10b9659b9c057d3d9a4e4686aa8cf56ac49bb3f7e22186fc853152443586d
|
||||||
|
Loading…
Reference in New Issue
Block a user