Rebuild to pick up new build flags from redhat-rpm-config (#1984652)

Related: #1984652
This commit is contained in:
Florian Weimer 2021-08-06 17:44:04 +02:00
parent bea6f85dc8
commit 17c94335f1
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: A high-performance implementation of MPI
Name: mpich
Version: 3.4.1
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
URL: https://www.mpich.org/
@ -251,6 +251,9 @@ make check VERBOSE=1 \
%{python3_sitearch}/%{name}.pth
%changelog
* Fri Aug 6 2021 Florian Weimer <fweimer@redhat.com> - 3.4.1-3
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com>
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937