Accepting request 726413 from security
OBS-URL: https://build.opensuse.org/request/show/726413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibmtss?expand=0&rev=12
This commit is contained in:
commit
ab5a7b8832
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 24 04:36:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Disable static libs (standard openSUSE behavior)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 14 08:21:58 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
|
Wed Aug 14 08:21:58 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
|
||||||
|
|
||||||
@ -17,7 +22,7 @@ Mon Jul 8 09:59:35 UTC 2019 - Michal Suchanek <msuchanek@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 4 16:51:35 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
|
Thu Jul 4 16:51:35 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
|
||||||
|
|
||||||
- Update to v1047
|
- Update to v1047 (FATE#327307, jsc#SLE-6593, jsc#SLE-9179).
|
||||||
- now supports autotools
|
- now supports autotools
|
||||||
- supports library versioning
|
- supports library versioning
|
||||||
- installs tools with program prefx
|
- installs tools with program prefx
|
||||||
|
@ -75,7 +75,7 @@ Includes IBM's TPM 2.0 TSS C header files
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
%configure --enable-hwtpm --enable-debug
|
%configure --enable-hwtpm --enable-debug --disable-static
|
||||||
cd utils
|
cd utils
|
||||||
%{_libexecdir}/%{suite}/tpm_server & tpm_server="$!"
|
%{_libexecdir}/%{suite}/tpm_server & tpm_server="$!"
|
||||||
CCFLAGS="%{optflags}" make LNAFLAGS="-Wl,-rpath,%{_libdir}" %{?_smp_mflags}
|
CCFLAGS="%{optflags}" make LNAFLAGS="-Wl,-rpath,%{_libdir}" %{?_smp_mflags}
|
||||||
@ -118,7 +118,6 @@ done
|
|||||||
%files devel
|
%files devel
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_includedir}/%{suite}
|
%{_includedir}/%{suite}
|
||||||
%{_libdir}/%{libname}*.a
|
|
||||||
%{_libdir}/%{libname}*.so
|
%{_libdir}/%{libname}*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user