diff --git a/conmon.spec b/conmon.spec index e9e537d..9748b23 100644 --- a/conmon.spec +++ b/conmon.spec @@ -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 - 2:2.1.7-3 +- rebuild +- Resolves: #2174381 + * Tue Apr 18 2023 Jindrich Novy - 2:2.1.7-2 - bump to preserve upgrade path from 9.2.0 - Related: #2176063