#16 [F33] Move scripts that requires python in python3-openvswitch
Opened 3 years ago by vrutkovs. Modified 3 years ago
rpms/ vrutkovs/openvswitch f33-avoid-python  into  f33

file modified
+12 -9
@@ -45,7 +45,7 @@ 

  Summary: Open vSwitch daemon/database/utilities

  URL: http://www.openvswitch.org/

  Version: 2.15.0

- Release: 1%{?commit0:.%{date}git%{shortcommit0}}%{?dist}

+ Release: 2%{?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
@@ -362,6 +362,14 @@ 

  %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
@@ -414,10 +422,8 @@ 

  %{_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
@@ -460,18 +466,15 @@ 

  /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 Vadim Rutkovsky <vrutkovs@redhat.com> - 2.15.0-2

+ - Move scripts that requires python in python3-openvswitch (#1901144)

+ 

  * Wed Feb 17 2021 Timothy Redaelli <tredaelli@redhat.com> - 2.15.0-1

  - Updated to 2.15.0

  

Metadata