From d46534599476328c78eee852db8529efcd6b4b6d Mon Sep 17 00:00:00 2001 From: Adriano Marto Reis Date: Jan 12 2021 02:34:25 +0000 Subject: Including ovs-testcontroller in the package openvswitch-devel Signed-off-by: Adriano Marto Reis --- diff --git a/openvswitch.spec b/openvswitch.spec index 18cef86..f6af371 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.13.1 -Release: 2%{?commit0:.%{date}git%{shortcommit0}}%{?dist} +Release: 3%{?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 @@ -284,12 +284,7 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch/system-id.conf # remove unpackaged files rm -f $RPM_BUILD_ROOT/%{_bindir}/ovs-benchmark \ $RPM_BUILD_ROOT/%{_bindir}/ovs-docker \ - $RPM_BUILD_ROOT/%{_bindir}/ovs-parse-backtrace \ - $RPM_BUILD_ROOT/%{_bindir}/ovs-testcontroller \ - $RPM_BUILD_ROOT/%{_sbindir}/ovs-vlan-bug-workaround \ - $RPM_BUILD_ROOT/%{_mandir}/man1/ovs-benchmark.1* \ - $RPM_BUILD_ROOT/%{_mandir}/man8/ovs-testcontroller.* \ - $RPM_BUILD_ROOT/%{_mandir}/man8/ovs-vlan-bug-workaround.8* + $RPM_BUILD_ROOT/%{_bindir}/ovs-parse-backtrace # remove ovn unpackages files rm -f $RPM_BUILD_ROOT%{_bindir}/ovn* @@ -389,6 +384,7 @@ chown -R openvswitch:openvswitch /etc/openvswitch %{python3_sitelib}/ovstest %files devel +%{_bindir}/ovs-testcontroller %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/openvswitch/* @@ -460,6 +456,7 @@ chown -R openvswitch:openvswitch /etc/openvswitch %{_mandir}/man8/ovs-kmod-ctl.8.* %{_mandir}/man8/ovs-ofctl.8* %{_mandir}/man8/ovs-pki.8* +%{_mandir}/man8/ovs-testcontroller.8* %{_mandir}/man8/ovs-vsctl.8* %{_mandir}/man8/ovs-vswitchd.8* %{_mandir}/man8/ovs-parse-backtrace.8* @@ -480,6 +477,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch %endif %changelog +* Tue 12 Jan 2021 Adriano Marto Reis - 2.13.1-3 +- Including ovs-testcontroller in the package openvswitch-devel + * Thu Nov 19 2020 Timothy Redaelli - 2.13.1-2 - Backport patches for CVE-2015-8011 (#1899303)