Accepting request 864424 from home:alois:branches:security:tls
- Fix build for Leap targets - Use upstream tarball name OBS-URL: https://build.opensuse.org/request/show/864424 OBS-URL: https://build.opensuse.org/package/show/security:tls/mbedtls?expand=0&rev=24
This commit is contained in:
parent
32885839d9
commit
4cc712ceaf
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 19 20:25:34 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Fix build for Leap targets
|
||||||
|
- Use upstream tarball name
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 22 10:11:45 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
Tue Dec 22 10:11:45 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mbedtls
|
# spec file for package mbedtls
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@ Summary: Libraries for crypto and SSL/TLS protocols
|
|||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://tls.mbed.org
|
URL: https://tls.mbed.org
|
||||||
Source: https://github.com/ARMmbed/mbedtls/archive/v%{version}.tar.gz
|
Source: https://github.com/ARMmbed/mbedtls/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
@ -113,7 +113,8 @@ sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' include/mbedtls/config.h
|
|||||||
# parallel execution fails
|
# parallel execution fails
|
||||||
# %%ctest
|
# %%ctest
|
||||||
pushd build
|
pushd build
|
||||||
%{_bindir}/ctest --output-on-failure --force-new-ctest-process -j1
|
LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
|
||||||
|
%{_bindir}/ctest --output-on-failure --force-new-ctest-process -j1
|
||||||
|
|
||||||
%post -n %{lib_tls} -p /sbin/ldconfig
|
%post -n %{lib_tls} -p /sbin/ldconfig
|
||||||
%post -n %{lib_crypto} -p /sbin/ldconfig
|
%post -n %{lib_crypto} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user