Enable source_date_epoch_from_changelog

Related: rhbz#1972098

Signed-off-by: Kyle Walker <kwalker@redhat.com>
Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
This commit is contained in:
Kyle Walker 2023-04-06 13:27:11 -04:00 committed by Michal Schmidt
parent be819c5906
commit a569bf9a32

View File

@ -1,7 +1,9 @@
%global source_date_epoch_from_changelog 1
Summary: A high-performance implementation of MPI
Name: mpich
Version: 3.4.2
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
URL: https://www.mpich.org/
@ -239,6 +241,10 @@ make check VERBOSE=1 \
%{python3_sitearch}/%{name}.pth
%changelog
* Thu Apr 06 2023 Kyle Walker <kwalker@redhat.com> - 3.4.2-2
- Enable source_date_epoch_from_changelog
- Related: rhbz#1972098
* Thu Dec 09 2021 Honggang Li <honli@redhat.com> - 3.4.2-1
- Update to latest upstream release 3.4.2
- Resolves: rhbz#2008515