From 89a11d396f7ba645967a8d255b6796a7e2b996e5 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Feb 24 2021 10:50:27 +0000 Subject: Move scripts that requires python in python3-openvswitch Resolves: #1901144 --- diff --git a/openvswitch.spec b/openvswitch.spec index 0a87314..ff0723e 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -45,7 +45,7 @@ Name: openvswitch Summary: Open vSwitch daemon/database/utilities URL: http://www.openvswitch.org/ Version: 2.15.0 -Release: 4%{?commit0:.%{date}git%{shortcommit0}}%{?dist} +Release: 5%{?commit0:.%{date}git%{shortcommit0}}%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -371,6 +371,14 @@ chown -R openvswitch:openvswitch /etc/openvswitch %files -n python3-openvswitch %{python3_sitearch}/ovs %{python3_sitearch}/ovs-*.egg-info +%{_datadir}/openvswitch/bugtool-plugins/ +%{_datadir}/openvswitch/scripts/ovs-bugtool-* +%{_datadir}/openvswitch/scripts/ovs-check-dead-ifs +%{_datadir}/openvswitch/scripts/ovs-vtep +%{_bindir}/ovs-dpctl-top +%{_sbindir}/ovs-bugtool +%{_mandir}/man8/ovs-dpctl-top.8* +%{_mandir}/man8/ovs-bugtool.8* %doc LICENSE %files test @@ -427,10 +435,8 @@ chown -R openvswitch:openvswitch /etc/openvswitch %{_unitdir}/ovs-vswitchd.service %{_unitdir}/ovs-delete-transient-ports.service %{_datadir}/openvswitch/scripts/openvswitch.init -%{_datadir}/openvswitch/scripts/ovs-check-dead-ifs %{_datadir}/openvswitch/scripts/ovs-lib %{_datadir}/openvswitch/scripts/ovs-save -%{_datadir}/openvswitch/scripts/ovs-vtep %{_datadir}/openvswitch/scripts/ovs-ctl %{_datadir}/openvswitch/scripts/ovs-kmod-ctl %{_datadir}/openvswitch/scripts/ovs-systemd-reload @@ -473,18 +479,15 @@ chown -R openvswitch:openvswitch /etc/openvswitch /var/lib/openvswitch %attr(750,openvswitch,openvswitch) %verify(not owner group) /var/log/openvswitch %ghost %attr(755,root,root) %verify(not owner group) %{_rundir}/openvswitch -%{_datadir}/openvswitch/bugtool-plugins/ -%{_datadir}/openvswitch/scripts/ovs-bugtool-* -%{_bindir}/ovs-dpctl-top -%{_sbindir}/ovs-bugtool -%{_mandir}/man8/ovs-dpctl-top.8* -%{_mandir}/man8/ovs-bugtool.8* %if (0%{?rhel} && 0%{?rhel} <= 7) || (0%{?fedora} && 0%{?fedora} < 29) %{_sysconfdir}/sysconfig/network-scripts/ifup-ovs %{_sysconfdir}/sysconfig/network-scripts/ifdown-ovs %endif %changelog +* Wed Feb 24 2021 Timothy Redaelli - 2.15.0-5 +- Move scripts that requires python in python3-openvswitch (#1901144) + * Tue Feb 23 2021 Timothy Redaelli - 2.15.0-4 - Add openvswitch-testcontroller subpackage since it's required by mininet (#1914605)