Accepting request 974679 from KDE:Qt6
- 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. (forwarded request 974678 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/974679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-base?expand=0&rev=19
This commit is contained in:
commit
29cecbc96f
@ -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>
|
Fri Apr 8 11:56:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -91,8 +91,8 @@ BuildRequires: pkgconfig(mtdev)
|
|||||||
BuildRequires: pkgconfig(odbc)
|
BuildRequires: pkgconfig(odbc)
|
||||||
BuildRequires: pkgconfig(opengl)
|
BuildRequires: pkgconfig(opengl)
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.1.1
|
BuildRequires: pkgconfig(openssl) >= 1.1.1
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(tslib)
|
BuildRequires: pkgconfig(tslib)
|
||||||
BuildRequires: pkgconfig(vulkan)
|
BuildRequires: pkgconfig(vulkan)
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
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
|
Summary: Non-ABI stable API for the Qt 6 Network library
|
||||||
Requires: qt6-core-private-devel = %{version}
|
Requires: qt6-core-private-devel = %{version}
|
||||||
Requires: cmake(Qt6Network) = %{real_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
|
%description -n qt6-network-private-devel
|
||||||
This package provides private headers of libQt6Network that do not have any
|
This package provides private headers of libQt6Network that do not have any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user