summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorIsaac Freeman <ifreeman@cree.com>2018-04-16 17:12:54 -0400
committerBen Pfaff <blp@ovn.org>2018-04-19 09:23:44 -0700
commit108bcd6ad7783806b5a0432423a809c3caf58a70 (patch)
tree3367da549586049b65ab0ee69949c7b417e14edb /rhel
parent83c2757bd16e86f6a2d5a69e94f890087e8df294 (diff)
downloadopenvswitch-108bcd6ad7783806b5a0432423a809c3caf58a70.tar.gz
rpm: depend on /bin/sed instead of /usr/bin/sed for compatibility
The sed package in RHEL/CentOS 7 only provides /bin/sed and not /usr/bin/sed, but later versions (including Fedora) provide both. Signed-off-by: Isaac Freeman <memotype@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/openvswitch-fedora.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 658eb206c..d9b9f5874 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -94,7 +94,7 @@ Requires: openssl hostname iproute module-init-tools
Requires(post): /usr/bin/getent
Requires(post): /usr/sbin/useradd
-Requires(post): /usr/bin/sed
+Requires(post): /bin/sed
%if %{with dpdk}
Requires(post): /usr/sbin/usermod
Requires(post): /usr/sbin/groupadd