summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorFlavio Leitner <fbl@redhat.com>2015-03-26 21:12:17 -0300
committerBen Pfaff <blp@nicira.com>2015-03-27 09:06:23 -0700
commitc1ddf0915c4ebdf8626d9fbeb91fab8e7719cd9a (patch)
treece10a1938dca7f2f1706e7c15b7dd7daf96db53b /rhel
parent6b2771c347547b835cf425878d1d3e636631b1d5 (diff)
downloadopenvswitch-c1ddf0915c4ebdf8626d9fbeb91fab8e7719cd9a.tar.gz
openvswitch-fedora: remove requires to kernel
That RPM requires helped to work around a bug in the kernel that was triggered by userspace package. However, it doesn't force the kernel to be running, so it's a weak solution. Also, it makes difficult to re-use the same spec on other RPM distros. This patch comments out the requires. Signed-off-by: Flavio Leitner <fbl@redhat.com> Acked-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
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 4889321a4..f3dbebfcf 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -38,7 +38,7 @@ BuildRequires: groff graphviz
Requires: openssl iproute module-init-tools
#Upstream kernel commit 4f647e0a3c37b8d5086214128614a136064110c3
-Requires: kernel >= 3.15.0-0
+#Requires: kernel >= 3.15.0-0
Requires(post): systemd-units
Requires(preun): systemd-units