From 40d4d43abc864949ff5bcffde1aff1e5a7950d8c5c54a910f9b7cc711e1857ce Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Tue, 27 Aug 2019 08:39:56 +0000 Subject: [PATCH] Accepting request 726243 from home:michals - Disable static libs (standard openSUSE behavior) - Update to v1047 (FATE#327307, jsc#SLE-6593, jsc#SLE-9179). OBS-URL: https://build.opensuse.org/request/show/726243 OBS-URL: https://build.opensuse.org/package/show/security/ibmtss?expand=0&rev=28 --- ibmtss.changes | 7 ++++++- ibmtss.spec | 3 +-- 2 files changed, 7 insertions(+), 3 deletions(-) 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