Accepting request 974678 from KDE:Qt:6.3

- Require the SSL devel package it was built with, not just any
  pkgconfig(openssl). Otherwise it is satisfied with libressl-devel
  even if it was built with openssl-devel.

OBS-URL: https://build.opensuse.org/request/show/974678
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-base?expand=0&rev=26
This commit is contained in:
Christophe Marin 2022-05-03 15:41:16 +00:00 committed by Git OBS Bridge
parent 75d6460361
commit 412a67379d
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 3 11:25:01 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
- Require the SSL devel package it was built with, not just any
pkgconfig(openssl). Otherwise it is satisfied with libressl-devel
even if it was built with openssl-devel.
-------------------------------------------------------------------
Fri Apr 8 11:56:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -91,8 +91,8 @@ BuildRequires: pkgconfig(mtdev)
BuildRequires: pkgconfig(odbc)
BuildRequires: pkgconfig(opengl)
BuildRequires: pkgconfig(openssl) >= 1.1.1
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(tslib)
BuildRequires: pkgconfig(vulkan)
BuildRequires: pkgconfig(wayland-client)
@ -353,7 +353,7 @@ Development files for the Qt 6 Network library.
Summary: Non-ABI stable API for the Qt 6 Network library
Requires: qt6-core-private-devel = %{version}
Requires: cmake(Qt6Network) = %{real_version}
Requires: pkgconfig(openssl) >= 1.1.1
%requires_ge %(rpm -q --whatprovides "pkgconfig(openssl)" | grep -v noarch)
%description -n qt6-network-private-devel
This package provides private headers of libQt6Network that do not have any