diff --git a/sources b/sources index dfa7355..c1da20e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-tss-2.4.0.tar.gz) = 763370381584f2124f751f0736e6a8b34428fd52134fd9966f3581e128f3b74b3f1261992f5d6162d7c866e47f7e5519ea80c1d1d39b80d5ed6e067eb2cd35a0 +SHA512 (tpm2-tss-2.4.1.tar.gz) = 51551d63fa404e23664aaad1b247bd4b1f93812ced1aed144c37f28cdb3adb4e696aa9e93a502c8fa0eb7e9b4376ac9377f0537eb4c717b68c0b014fee7a0643 diff --git a/tpm2-tss.spec b/tpm2-tss.spec index 582809b..7cb1f39 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,6 +1,6 @@ Name: tpm2-tss -Version: 2.4.0 -Release: 3%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: TPM2.0 Software Stack # The entire source code is under BSD except implementation.h and tpmb.h which @@ -33,7 +33,9 @@ APIs for applications to access TPM module through kernel TPM drivers. %build # Use built-in tpm-udev.rules, with specified installation path and prefix. -%configure --disable-static --disable-silent-rules --with-udevrulesdir=%{_udevrulesdir} --with-udevrulesprefix=%{udevrules_prefix} --with-runstatedir=%{_rundir} --with-tmpfilesdir=%{_tmpfilesdir} +%configure --disable-static --disable-silent-rules \ + --with-udevrulesdir=%{_udevrulesdir} --with-udevrulesprefix=%{udevrules_prefix} \ + --with-runstatedir=%{_rundir} --with-tmpfilesdir=%{_tmpfilesdir} # This is to fix Rpath errors. Taken from https://fedoraproject.org/wiki/Packaging:Guidelines#Removing_Rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool @@ -94,6 +96,9 @@ use tpm2-tss. %changelog +* Thu May 14 2020 Peter Robinson - 2.4.1-1 +- Update to 2.4.1 + * Fri May 08 2020 Paul Wouters - 2.4.0-3 - Use proper rundir and tmpfiles macros so proper directories are used