Add BuildRequires: groff and fix ovstest path

f38
Timothy Redaelli 5 years ago
parent d640840e21
commit d3c032b469

@ -76,6 +76,7 @@ BuildRequires: unbound-devel
# make check dependencies # make check dependencies
BuildRequires: procps-ng BuildRequires: procps-ng
%if 0%{?rhel} > 7 || 0%{?fedora} %if 0%{?rhel} > 7 || 0%{?fedora}
BuildRequires: groff
BuildRequires: python3-pyOpenSSL BuildRequires: python3-pyOpenSSL
%endif %endif
@ -378,7 +379,7 @@ chown -R openvswitch:openvswitch /etc/openvswitch
%{_mandir}/man8/ovs-test.8* %{_mandir}/man8/ovs-test.8*
%{_mandir}/man8/ovs-vlan-test.8* %{_mandir}/man8/ovs-vlan-test.8*
%{_mandir}/man8/ovs-l3ping.8* %{_mandir}/man8/ovs-l3ping.8*
%{python_sitelib}/ovstest %{python3_sitelib}/ovstest
%files devel %files devel
%{_libdir}/*.so %{_libdir}/*.so
@ -458,7 +459,7 @@ chown -R openvswitch:openvswitch /etc/openvswitch
%{_udevrulesdir}/91-vfio.rules %{_udevrulesdir}/91-vfio.rules
%doc LICENSE NOTICE README.rst NEWS rhel/README.RHEL.rst %doc LICENSE NOTICE README.rst NEWS rhel/README.RHEL.rst
/var/lib/openvswitch /var/lib/openvswitch
%attr(750,openvswitch,openvswitch) /var/log/openvswitch %attr(750,openvswitch,openvswitch) %verify(not owner group) /var/log/openvswitch
%ghost %attr(755,root,root) %verify(not owner group) %{_rundir}/openvswitch %ghost %attr(755,root,root) %verify(not owner group) %{_rundir}/openvswitch
%{_datadir}/openvswitch/bugtool-plugins/ %{_datadir}/openvswitch/bugtool-plugins/
%{_datadir}/openvswitch/scripts/ovs-bugtool-* %{_datadir}/openvswitch/scripts/ovs-bugtool-*

Loading…
Cancel
Save