From: Flavio Leitner Date: Thu, 6 Nov 2014 18:45:38 +0000 (-0200) Subject: fedora-spec: use macro for /usr/sbin X-Git-Tag: v2.4.0~1026 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=f616ba3e93573a6c2f697a1f1e7b87973c963ff7 fedora-spec: use macro for /usr/sbin Signed-off-by: Flavio Leitner Signed-off-by: Ben Pfaff --- diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index c97d0ef82..f1f283ce2 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -214,9 +214,6 @@ systemctl start openvswitch.service /usr/share/openvswitch/scripts/ovs-vtep %config /usr/share/openvswitch/vswitch.ovsschema %config /usr/share/openvswitch/vtep.ovsschema -/usr/sbin/ovs-bugtool -/usr/sbin/ovs-vswitchd -/usr/sbin/ovsdb-server /usr/bin/ovs-appctl /usr/bin/ovs-docker /usr/bin/ovs-dpctl @@ -228,6 +225,9 @@ systemctl start openvswitch.service /usr/bin/ovs-testcontroller /usr/bin/ovs-pki /usr/bin/vtep-ctl +%{_sbindir}/ovs-bugtool +%{_sbindir}/ovs-vswitchd +%{_sbindir}/ovsdb-server %{_mandir}/man1/ovs-benchmark.1* %{_mandir}/man1/ovs-pcap.1* %{_mandir}/man1/ovs-tcpundump.1* @@ -257,7 +257,7 @@ systemctl start openvswitch.service %exclude /usr/bin/ovs-parse-backtrace %exclude /usr/bin/ovs-pcap %exclude /usr/bin/ovs-tcpundump -%exclude /usr/sbin/ovs-vlan-bug-workaround +%exclude %{_sbindir}/ovs-vlan-bug-workaround %exclude /usr/share/man/man1/ovs-benchmark.1.gz %exclude /usr/share/man/man1/ovs-pcap.1.gz %exclude /usr/share/man/man1/ovs-tcpundump.1.gz