Dominique Leuenberger 2022-09-21 12:43:04 +00:00 committed by Git OBS Bridge
commit b3cf85339e
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 21 01:09:47 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Remove timestamp/buildhost/kernel version from libhdf5.settings
-------------------------------------------------------------------
Wed Jul 27 23:42:38 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -775,6 +775,14 @@ export MPICXX=mpicxx
--with-pthread \
%{nil}
# Remove timestamp/buildhost/kernel version
export SDE_DATE=$(date -d @${SOURCE_DATE_EPOCH} -u)
export UNAME_M_O=$(uname -m -o)
sed -i -e "s/\(Configured on: \).*/\1 $SDE_DATE/" \
-e "s#\(Uname information: \).*#\1 $UNAME_M_O#" \
-e "s/\(Configured by: \).*/\1 abuild@OBS/" \
src/libhdf5.settings
make V=1 %{?_smp_mflags}
%install