mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 16:12:53 +00:00
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:
parent
cabcf41798
commit
5e101e509d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue