Fix provides: Provide "netcat" but of a lower version than the real netcat to allow other packages to depend from any variant of netcat (problems reported by djam@)

This commit is contained in:
Mikhail Novosyolov 2019-12-05 15:20:09 +03:00
parent cabcf41798
commit 5e101e509d

View file

@ -54,7 +54,7 @@
Summary: LibreSSL utils and libs coexisting with OpenSSL
Name: libressl
Version: 3.0.2
Release: 9
Release: 10
# The code is distributed under ISC license except of original OpenSSL code
License: ISC and BSD-like
Group: System/Base
@ -209,6 +209,9 @@ Conflicts: netcat-gnu
Provides: netcat-tls = %{EVRD}
Provides: netcat-libressl = %{EVRD}
Provides: nc = %{EVRD}
# Provide "netcat" but of a lower version than the real netcat
# to allow other packages to depend from any variant of netcat
Provides: netcat = 1.0
Autoreq: 1
%description -n netcat-openbsd