From c89542213af36563e4f5a75e131a054039fe02758c41fb056eaeb35e5f5d7d43 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 24 Jan 2023 16:46:29 +0000 Subject: [PATCH] Accepting request 1060661 from home:msmeissn:branches:Virtualization - unify buildrequires to libopenssl-devel to handle openssl 3 transition OBS-URL: https://build.opensuse.org/request/show/1060661 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=672 --- virtualbox.changes | 5 +++++ virtualbox.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/virtualbox.changes b/virtualbox.changes index dffa51f..432ebd3 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 24 14:34:08 UTC 2023 - Marcus Meissner + +- unify buildrequires to libopenssl-devel to handle openssl 3 transition + ------------------------------------------------------------------- Fri Dec 23 23:24:21 UTC 2022 - Larry Finger diff --git a/virtualbox.spec b/virtualbox.spec index 232c1ba..8040109 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package virtualbox # -# Copyright (c) 2022 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 @@ -55,8 +55,8 @@ Version: 7.0.4 Release: 0 Summary: %{package_summary} # FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" -License: GPL-2.0-or-later # FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" +License: GPL-2.0-or-later Group: %{package_group} URL: https://www.virtualbox.org/ # @@ -195,7 +195,7 @@ BuildRequires: gsoap-devel >= 2.8.50 BuildRequires: java-devel >= 1.6.0 BuildRequires: libelf-devel BuildRequires: libidl-devel -BuildRequires: libopenssl-1_1-devel +BuildRequires: libopenssl-devel BuildRequires: libopus-devel BuildRequires: libqt5-linguist BuildRequires: libqt5-linguist-devel