mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
openssl11-devel does not exist on CentOS 7
This commit is contained in:
parent
d5ca4e5f52
commit
c6f567ae4a
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ Requires(pre): /usr/sbin/useradd, /usr/bin/getent
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{?dist}" == ".el7"
|
%if "%{?dist}" == ".el7"
|
||||||
BuildRequires: systemd openssl11-devel
|
BuildRequires: systemd openssl-devel
|
||||||
Requires: systemd openssl11
|
Requires: systemd openssl
|
||||||
Requires(pre): /usr/sbin/useradd, /usr/bin/getent
|
Requires(pre): /usr/sbin/useradd, /usr/bin/getent
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue