import conmon-2.0.15-1.module+el8.4.0+9935+d4945f3f
This commit is contained in:
parent
68319a1503
commit
45cd04d9d0
@ -1 +1 @@
|
|||||||
e533e70b592317ab18e0229f3361ddf297824d0b SOURCES/conmon-29c3367.tar.gz
|
30cdc2273b6edc5fa16cbf676bb53ae7d6e240f9 SOURCES/conmon-1bddbf7.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/conmon-29c3367.tar.gz
|
SOURCES/conmon-1bddbf7.tar.gz
|
||||||
|
@ -14,17 +14,13 @@
|
|||||||
%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 29c336700f2999acf9db07662b4a61355076e64a
|
%global commit0 1bddbf7051a973f4a4fecf06faa0c48e82f1e9e1
|
||||||
%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
|
|
||||||
# to decide whether to autobuild (non-rawhide only)
|
|
||||||
%global built_tag v2.0.1
|
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 2.0.6
|
Version: 2.0.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OCI container runtime monitor
|
Summary: OCI container runtime monitor
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -56,6 +52,10 @@ BuildRequires: systemd-devel
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 06 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.15-1
|
||||||
|
- update to 2.0.15
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
* Thu Dec 12 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.0.6-1
|
* Thu Dec 12 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.0.6-1
|
||||||
- update to 2.0.6
|
- update to 2.0.6
|
||||||
- Related: RHELPLAN-25139
|
- Related: RHELPLAN-25139
|
||||||
|
Loading…
Reference in New Issue
Block a user