From f65964183d2a311bf32af64f7e80f6dfa4af8e83 Mon Sep 17 00:00:00 2001 From: JinWang An Date: Wed, 26 Jul 2023 10:45:09 +0900 Subject: [PATCH] Change dependency from openssl1.1 to openssl3 Change-Id: I917b7be4ddc53615f9020e640e527feff75e559f Signed-off-by: JinWang An --- needreboot | 3 +-- packaging/libzypp.spec | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/needreboot b/needreboot index 9c0d6d8..c232b8a 100644 --- a/needreboot +++ b/needreboot @@ -19,7 +19,6 @@ dbus-1 glibc gnutls kernel-firmware -libopenssl1_0_0 -libopenssl1_1 +libopenssl3 systemd udev diff --git a/packaging/libzypp.spec b/packaging/libzypp.spec index 5b37feb..2061fa4 100644 --- a/packaging/libzypp.spec +++ b/packaging/libzypp.spec @@ -25,7 +25,7 @@ BuildRequires: cmake BuildRequires: libgpgme-devel BuildRequires: libxslt-tools BuildRequires: asciidoc -BuildRequires: pkgconfig(openssl1.1) +BuildRequires: pkgconfig(openssl3) BuildRequires: libudev-devel BuildRequires: boost-devel BuildRequires: doxygen @@ -76,7 +76,7 @@ Summary: Package, Patch, Pattern, and Product Management - developers fil License: GPL-2.0+ Requires: libzypp = %{version} Requires: libxml2-devel -Requires: pkgconfig(openssl1.1) +Requires: pkgconfig(openssl3) Requires: rpm-devel Requires: glibc-devel Requires: zlib-devel -- 2.7.4