Rebuilt for RHEL 9 BETA for openssl 3.0

Related: rhbz#1971065
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-06-22 18:36:26 +00:00
parent a9a288de26
commit f03d1598ce
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Name: conmon
Epoch: 2
Version: 2.0.29
Release: 2%{?dist}
Release: 3%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
URL: %{git0}
@ -62,6 +62,10 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
%{_mandir}/man8/*
%changelog
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 2:2.0.29-3
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.29-2
- update to https://github.com/containers/conmon/releases/tag/v2.0.29
- Related: #1970747