import conmon-2.1.5-1.module+el8.8.0+17695+8a9c0c1b
This commit is contained in:
parent
d0eeec6236
commit
5148d34257
@ -1 +1 @@
|
||||
944c1fbe80c42ed07c56d38d54a58744fa5f8fe3 SOURCES/conmon-2.1.4-bd1459a.tar.gz
|
||||
0b1a98cb038f28976a8b24a2ad4deab591b1b421 SOURCES/conmon-2.1.5-c9f7f19.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/conmon-2.1.4-bd1459a.tar.gz
|
||||
SOURCES/conmon-2.1.5-c9f7f19.tar.gz
|
||||
|
@ -6,12 +6,12 @@
|
||||
# https://github.com/containers/conmon
|
||||
%global import_path github.com/containers/%{name}
|
||||
%global git0 https://%{import_path}
|
||||
%global commit0 bd1459a3ffbb13eb552cc9af213e1f56f31ba2ee
|
||||
%global commit0 c9f7f19eb82d5b8151fc3ba7fbbccf03fdcd0325
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: conmon
|
||||
Epoch: 3
|
||||
Version: 2.1.4
|
||||
Version: 2.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: OCI container runtime monitor
|
||||
License: ASL 2.0
|
||||
@ -62,6 +62,10 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 07 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.1.5-1
|
||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.5
|
||||
- Related: #2123641
|
||||
|
||||
* Tue Aug 30 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.1.4-1
|
||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.4
|
||||
- Related: #2061390
|
||||
|
Loading…
Reference in New Issue
Block a user