Accepting request 892002 from network

- add openssl(cli) dependency on pki (bsc#1185839)

OBS-URL: https://build.opensuse.org/request/show/892002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvswitch?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2021-05-10 13:39:20 +00:00 committed by Git OBS Bridge
commit e4014f841b
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 10 10:28:32 UTC 2021 - Dirk Müller <dmueller@suse.com>
- add openssl(cli) dependency on pki (bsc#1185839)
-------------------------------------------------------------------
Thu Apr 29 16:05:49 UTC 2021 - Jaime Caamaño Ruiz <jcaamano@suse.com>

View File

@ -114,9 +114,9 @@ BuildRequires: python3-rpm-macros
BuildRequires: python3-sphinx
BuildRequires: systemd-units
Requires(post): systemd-units
Requires(postun): systemd-units
Requires(postun):systemd-units
Requires(pre): shadow-utils
Requires(preun): systemd-units
Requires(preun):systemd-units
%endif
# Needed by the testsuite
%if %{with check}
@ -190,6 +190,7 @@ Summary: Open vSwitch public key infrastructure dependency package
License: Apache-2.0
Group: Productivity/Networking/System
Requires: %{name} = %{version}
Requires: openssl(cli)
Provides: %{name}-dpdk-pki = %{version}
Obsoletes: %{name}-dpdk-pki < 2.7.0
@ -259,6 +260,7 @@ This package contains utilities that are useful to diagnose
performance and connectivity issues in Open vSwitch setup.
# OVN preambles from now on, overwrites Version and URL
%package -n ovn
Version: %{ovn_version}
Release: 0
@ -636,7 +638,7 @@ cp -a %{buildroot}%{_datadir}/openvswitch/python/ovstest \
# Build on a temporary directory.
mkdir python3-ovs && pushd $_
# Some build files are in sources while others are generated directly on
# buildroot as part of make_install (dirs.py). Copy them first.
# buildroot as part of make_install (dirs.py). Copy them first.
cp -an ../buildroot/ovs%{_datadir}/openvswitch/python/* $(pwd)/
cp -an ../%{ovs_dir}/python/* $(pwd)/
rm -rf %{buildroot}%{_datadir}/openvswitch/python