From a569bf9a321a721d9d2aff22c5bab74fe386d43f Mon Sep 17 00:00:00 2001 From: Kyle Walker Date: Thu, 6 Apr 2023 13:27:11 -0400 Subject: [PATCH] Enable source_date_epoch_from_changelog Related: rhbz#1972098 Signed-off-by: Kyle Walker Signed-off-by: Michal Schmidt --- mpich.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mpich.spec b/mpich.spec index 0eed332..b028a74 100644 --- a/mpich.spec +++ b/mpich.spec @@ -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 - 3.4.2-2 +- Enable source_date_epoch_from_changelog +- Related: rhbz#1972098 + * Thu Dec 09 2021 Honggang Li - 3.4.2-1 - Update to latest upstream release 3.4.2 - Resolves: rhbz#2008515