conmon-2.1.7-3.el9

- rebuild
- Resolves: #2174381

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-06-21 14:32:44 +02:00
parent ed7dd9d142
commit 20802a6977
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Name: conmon
Epoch: 2
Version: 2.1.7
Release: 2%{?dist}
Release: 3%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
URL: %{git0}
@ -59,6 +59,10 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
%{_mandir}/man8/*
%changelog
* Wed Jun 21 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.1.7-3
- rebuild
- Resolves: #2174381
* Tue Apr 18 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.1.7-2
- bump to preserve upgrade path from 9.2.0
- Related: #2176063