Update the epoch to preserve sort order with RHEL 9

Resolves: RHEL-50628

Signed-off-by: Brian Stinson <bstinson@redhat.com>
This commit is contained in:
Brian Stinson 2024-07-25 15:47:59 -05:00
parent 2190085ba5
commit a5d24b273d

View File

@ -57,8 +57,9 @@
%bcond_with autogen %bcond_with autogen
Name: openmpi%{?_cc_name_suffix} Name: openmpi%{?_cc_name_suffix}
Epoch: 2
Version: 5.0.2 Version: 5.0.2
Release: 3%{?dist} Release: 4%{?dist}
Summary: Open Message Passing Interface Summary: Open Message Passing Interface
License: BSD and MIT and Romio License: BSD and MIT and Romio
URL: http://www.open-mpi.org/ URL: http://www.open-mpi.org/
@ -444,6 +445,9 @@ make check || ( cat test/*/test-suite.log && exit $fail )
%changelog %changelog
* Thu Jul 25 2024 Brian Stinson <bstinson@redhat.com> - 2:5.0.2-4
- Bump the epoch to support upgrade path from previous versions of RHEL
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.0.2-3 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.0.2-3
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild