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:
committed by
Git OBS Bridge
parent
7823e118a4
commit
758797a3cf
@@ -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>
|
||||
|
||||
|
6
xca.spec
6
xca.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user