Dominique Leuenberger 2023-05-08 15:25:18 +00:00 committed by Git OBS Bridge
commit bc05f4686e
2 changed files with 16 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 8 11:30:20 UTC 2023 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Require the mbedtls-devel version to be lower than 3.0.0
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 16 16:05:33 UTC 2021 - Johannes Segitz <jsegitz@suse.com> Tue Nov 16 16:05:33 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package shadowsocks-libev # spec file for package shadowsocks-libev
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2023 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
@ -39,7 +39,7 @@ Source10: %{name}-tunnel@.service
Source11: %{name}-nat@.service Source11: %{name}-nat@.service
Source12: %{name}-redir@.service Source12: %{name}-redir@.service
BuildRequires: libtool BuildRequires: libtool
BuildRequires: mbedtls-devel BuildRequires: mbedtls-devel < 3
BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libcares)
BuildRequires: pkgconfig(libev) BuildRequires: pkgconfig(libev)
BuildRequires: pkgconfig(libpcre) BuildRequires: pkgconfig(libpcre)