SHA256
1
0
forked from pool/xca

Accepting request 1066756 from home:oertel:branches:security

- change buildrequires for openssl on factory to use openssl-1.1
  openSSL 3 is not supported in xca-2.4.0 yet

OBS-URL: https://build.opensuse.org/request/show/1066756
OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=23
This commit is contained in:
Ruediger Oertel
2023-02-20 10:10:29 +00:00
committed by Git OBS Bridge
parent 7823e118a4
commit 758797a3cf
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 20 11:07:45 CET 2023 - ro@suse.de
- change buildrequires for openssl on factory to use openssl-1.1
openSSL 3 is not supported in xca-2.4.0 yet
-------------------------------------------------------------------
Thu May 13 19:22:56 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xca
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,11 @@ BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Help)
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5Widgets)
%if 0%{suse_version} < 1550
BuildRequires: pkgconfig(openssl)
%else
BuildRequires: libopenssl-1_1-devel
%endif
#Requires: libQt5Sql5-sqlite
%description