From 219878738aa95c81a45f29d2f1d3a3b93dc9bb3b Mon Sep 17 00:00:00 2001 From: guoqinglan Date: Mon, 30 Dec 2024 20:10:18 +0800 Subject: [PATCH] resolve the issue with ovs-vswitchd.dpdk caused by the removal of rpath --- openvswitch.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/openvswitch.spec b/openvswitch.spec index 61ccd27..851bc67 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -13,7 +13,7 @@ Name: openvswitch Summary: Open vSwitch daemon/database/utilities URL: https://www.openvswitch.org/ Version: 3.2.1 -Release: 4 +Release: 5 License: ASL 2.0 and LGPLv2+ and SISSL Source0: https://www.openvswitch.org/releases/%{name}-%{version}.tar.gz @@ -36,7 +36,6 @@ BuildRequires: unbound-devel groff # make check dependencies BuildRequires: procps-ng BuildRequires: checkpolicy selinux-policy-devel -BuildRequires: chrpath %if %{with check_datapath_kernel} BuildRequires: nmap-ncat @@ -254,9 +253,6 @@ install -p -D -m 0755 \ rhel/usr_share_openvswitch_scripts_ovs-systemd-reload \ $RPM_BUILD_ROOT%{_datadir}/openvswitch/scripts/ovs-systemd-reload -chrpath -d $RPM_BUILD_ROOT%{_sbindir}/ovs-vswitchd.dpdk -chrpath -d $RPM_BUILD_ROOT%{_libdir}/openvswitch-dpdk/libofproto*.so.* - touch $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch/conf.db touch $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch/system-id.conf @@ -452,6 +448,9 @@ fi %{_sysconfdir}/sysconfig/network-scripts/ifdown-ovs %changelog +* Mon Dec 30 2024 guoqinglan - 2.2.1-5 +- resolve the issue with ovs-vswitchd.dpdk caused by the removal of rpath + * Mon Apr 08 2024 zhangxianting - 3.2.1-4 - remove rpath -- Gitee