import conmon-2.0.32-1.el9
This commit is contained in:
parent
0db6bfd598
commit
9833de4719
@ -1 +1 @@
|
|||||||
87da4ea7c62950cda5a63bd9979b8d9e67107d49 SOURCES/conmon-2.0.30-2792c16.tar.gz
|
e81b0985ebbfd3f1d6ee8c43856a53ea2c7671ae SOURCES/conmon-2.0.32-436b460.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/conmon-2.0.30-2792c16.tar.gz
|
SOURCES/conmon-2.0.32-436b460.tar.gz
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
# https://github.com/containers/conmon
|
# https://github.com/containers/conmon
|
||||||
%global import_path github.com/containers/%{name}
|
%global import_path github.com/containers/%{name}
|
||||||
%global git0 https://%{import_path}
|
%global git0 https://%{import_path}
|
||||||
%global commit0 2792c16f4436f1887a7070d9ad99d9c29742f38a
|
%global commit0 436b460d1586c2e4ab4e845448449ddd9136767a
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: conmon
|
Name: conmon
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 2.0.30
|
Version: 2.0.32
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OCI container runtime monitor
|
Summary: OCI container runtime monitor
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -62,6 +62,14 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.0.32-1
|
||||||
|
- update to https://github.com/containers/conmon/releases/tag/v2.0.32
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Tue Dec 07 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.31-1
|
||||||
|
- update to https://github.com/containers/conmon/releases/tag/v2.0.31
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.30-3
|
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.30-3
|
||||||
- perform only sanity/installability tests for now
|
- perform only sanity/installability tests for now
|
||||||
- Related: #2000051
|
- Related: #2000051
|
||||||
|
Loading…
Reference in New Issue
Block a user