From 5b88626ad27ebee2e6f1f9e9114dee464ed90959 Mon Sep 17 00:00:00 2001 From: Flavio Leitner Date: Thu, 6 Nov 2014 16:45:39 -0200 Subject: [PATCH] fedora-spec: use macro for /usr/bin Signed-off-by: Flavio Leitner Signed-off-by: Ben Pfaff --- rhel/openvswitch-fedora.spec.in | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index f1f283ce2..6d0aca4cb 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -214,17 +214,17 @@ systemctl start openvswitch.service /usr/share/openvswitch/scripts/ovs-vtep %config /usr/share/openvswitch/vswitch.ovsschema %config /usr/share/openvswitch/vtep.ovsschema -/usr/bin/ovs-appctl -/usr/bin/ovs-docker -/usr/bin/ovs-dpctl -/usr/bin/ovs-dpctl-top -/usr/bin/ovs-ofctl -/usr/bin/ovs-vsctl -/usr/bin/ovsdb-client -/usr/bin/ovsdb-tool -/usr/bin/ovs-testcontroller -/usr/bin/ovs-pki -/usr/bin/vtep-ctl +%{_bindir}/ovs-appctl +%{_bindir}/ovs-docker +%{_bindir}/ovs-dpctl +%{_bindir}/ovs-dpctl-top +%{_bindir}/ovs-ofctl +%{_bindir}/ovs-vsctl +%{_bindir}/ovsdb-client +%{_bindir}/ovsdb-tool +%{_bindir}/ovs-testcontroller +%{_bindir}/ovs-pki +%{_bindir}/vtep-ctl %{_sbindir}/ovs-bugtool %{_sbindir}/ovs-vswitchd %{_sbindir}/ovsdb-server @@ -253,10 +253,10 @@ systemctl start openvswitch.service /var/lib/openvswitch /var/log/openvswitch /usr/share/openvswitch/scripts/ovs-ctl -%exclude /usr/bin/ovs-benchmark -%exclude /usr/bin/ovs-parse-backtrace -%exclude /usr/bin/ovs-pcap -%exclude /usr/bin/ovs-tcpundump +%exclude %{_bindir}/ovs-benchmark +%exclude %{_bindir}/ovs-parse-backtrace +%exclude %{_bindir}/ovs-pcap +%exclude %{_bindir}/ovs-tcpundump %exclude %{_sbindir}/ovs-vlan-bug-workaround %exclude /usr/share/man/man1/ovs-benchmark.1.gz %exclude /usr/share/man/man1/ovs-pcap.1.gz -- 2.20.1