mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 16:12:53 +00:00
Fix package Groups
This commit is contained in:
parent
12d44ee606
commit
cabcf41798
1 changed files with 8 additions and 2 deletions
|
@ -54,10 +54,10 @@
|
|||
Summary: LibreSSL utils and libs coexisting with OpenSSL
|
||||
Name: libressl
|
||||
Version: 3.0.2
|
||||
Release: 8
|
||||
Release: 9
|
||||
# The code is distributed under ISC license except of original OpenSSL code
|
||||
License: ISC and BSD-like
|
||||
Group: System/Libraries
|
||||
Group: System/Base
|
||||
Url: http://libressl.org
|
||||
Source0: http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-%{version}.tar.gz
|
||||
# TODO: add printing config location to `openssl version`
|
||||
|
@ -105,6 +105,7 @@ GOST is supported out of the box.
|
|||
|
||||
%package -n %{libcrypto_pkg}
|
||||
Summary: libcrypto library from LibreSSL
|
||||
Group: System/Libraries
|
||||
Autoreq: 1
|
||||
|
||||
%description -n %{libcrypto_pkg}
|
||||
|
@ -116,6 +117,7 @@ libcrypto library from LibreSSL
|
|||
|
||||
%package -n %{libssl_pkg}
|
||||
Summary: libssl library from LibreSSL
|
||||
Group: System/Libraries
|
||||
Autoreq: 1
|
||||
|
||||
%description -n %{libssl_pkg}
|
||||
|
@ -127,6 +129,7 @@ libssl library from LibreSSL
|
|||
|
||||
%package -n %{libtls_pkg}
|
||||
Summary: libtls library from LibreSSL
|
||||
Group: System/Libraries
|
||||
Autoreq: 1
|
||||
|
||||
%description -n %{libtls_pkg}
|
||||
|
@ -138,6 +141,7 @@ libtls library from LibreSSL
|
|||
|
||||
%package devel
|
||||
Summary: LibreSSL devel package
|
||||
Group: Development/C
|
||||
Requires: %{name} = %{EVRD}
|
||||
# symlinks /opt/libressl/lib/*.so.* -> /usr/lib(64)/*.so.*
|
||||
Requires: %{libcrypto_pkg} = %{EVRD}
|
||||
|
@ -181,6 +185,7 @@ pkg-config sets -I%{_libdir} in CFLAGS.
|
|||
|
||||
%package -n ocspcheck
|
||||
Summary: Utility to validate certificates
|
||||
Group: System/Base
|
||||
Autoreq: 1
|
||||
|
||||
%description -n ocspcheck
|
||||
|
@ -195,6 +200,7 @@ save the reply for stapling
|
|||
|
||||
%package -n netcat-openbsd
|
||||
Summary: Reads and writes data across network connections using TCP or UDP
|
||||
Group: System/Base
|
||||
Conflicts: netcat < 1.0
|
||||
Conflicts: netcat-traditional
|
||||
Conflicts: netcat-gnu
|
||||
|
|
Loading…
Add table
Reference in a new issue