diff --git a/ibmtss.changes b/ibmtss.changes index 8566206..44bd2d2 100644 --- a/ibmtss.changes +++ b/ibmtss.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 24 04:36:04 UTC 2019 - Jan Engelhardt + +- Disable static libs (standard openSUSE behavior) + ------------------------------------------------------------------- Wed Aug 14 08:21:58 UTC 2019 - Michal Suchanek @@ -17,7 +22,7 @@ Mon Jul 8 09:59:35 UTC 2019 - Michal Suchanek ------------------------------------------------------------------- Thu Jul 4 16:51:35 UTC 2019 - Michal Suchanek -- Update to v1047 +- Update to v1047 (FATE#327307, jsc#SLE-6593, jsc#SLE-9179). - now supports autotools - supports library versioning - installs tools with program prefx diff --git a/ibmtss.spec b/ibmtss.spec index bf373e6..62b8313 100644 --- a/ibmtss.spec +++ b/ibmtss.spec @@ -75,7 +75,7 @@ Includes IBM's TPM 2.0 TSS C header files %build autoreconf -i -%configure --enable-hwtpm --enable-debug +%configure --enable-hwtpm --enable-debug --disable-static cd utils %{_libexecdir}/%{suite}/tpm_server & tpm_server="$!" CCFLAGS="%{optflags}" make LNAFLAGS="-Wl,-rpath,%{_libdir}" %{?_smp_mflags} @@ -118,7 +118,6 @@ done %files devel %license LICENSE %{_includedir}/%{suite} -%{_libdir}/%{libname}*.a %{_libdir}/%{libname}*.so %changelog