conmon-2.1.10-2.el9

- bump epoch to preserve upgrade path from rhel 8.10
- Related: RHEL-31950

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar 2024-04-08 16:07:22 +05:30
parent b6481a8da9
commit 10f726b173
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD
1 changed files with 6 additions and 2 deletions

View File

@ -7,9 +7,9 @@
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: conmon
Epoch: 2
Epoch: 3
Version: 2.1.10
Release: 1%{?dist}
Release: 2%{?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
* Mon Apr 08 2024 Lokesh Mandvekar <lsm5@redhat.com> - 3:2.1.10-2
- bump epoch to preserve upgrade path from rhel 8.10
- Related: RHEL-31950
* Tue Jan 02 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.1.10-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.10
- Related: RHEL-2112