diff --git a/openvswitch.changes b/openvswitch.changes index 3c17f8d..839bd0f 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 10 10:28:32 UTC 2021 - Dirk Müller + +- add openssl(cli) dependency on pki (bsc#1185839) + ------------------------------------------------------------------- Thu Apr 29 16:05:49 UTC 2021 - Jaime Caamaño Ruiz diff --git a/openvswitch.spec b/openvswitch.spec index ba7c826..731a5dd 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -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