Commit 6e99ee0 1 parent 7525d51 commit 6e99ee0 Copy full SHA for 6e99ee0
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- %global requires pcre openssl mbedtls libsodium >= 1.0.4 libev udns
1
+ %global requires pcre openssl mbedtls libsodium >= 1.0.4 libev c-ares
2
2
%global conflicts python-shadowsocks python3-shadowsocks
3
3
%if 0%{?fedora} || 0%{?rhel}
4
4
%global requires %{?requires} libcap
@@ -24,7 +24,7 @@ License: GPLv3+
24
24
URL: https://github.com/shadowsocks/%{name}
25
25
Source0: %{url}/archive/v%{version}.tar.gz
26
26
27
- BuildRequires: make gcc pcre-devel asciidoc xmlto automake libtool mbedtls-devel libsodium-devel >= 1.0.4 libev-devel udns -devel
27
+ BuildRequires: make gcc pcre-devel asciidoc xmlto automake libtool mbedtls-devel libsodium-devel >= 1.0.4 libev-devel c-ares -devel
28
28
%if 0%{?suse_version}
29
29
BuildRequires: libopenssl-devel
30
30
%else
161
161
%package -n libshadowsocks-libev
162
162
Summary: %{?summary} (shared library)
163
163
AutoReq: no
164
- Requires: pcre openssl mbedtls libsodium >= 1.0.4 libev udns
164
+ Requires: pcre openssl mbedtls libsodium >= 1.0.4 libev c-ares
165
165
166
166
%description -n libshadowsocks-libev
167
167
Shared library powered by shadowsocks-libev.
You can’t perform that action at this time.
0 commit comments