openvswitch-fedora: remove requires to kernel
authorFlavio Leitner <fbl@redhat.com>
Fri, 27 Mar 2015 00:12:17 +0000 (21:12 -0300)
committerBen Pfaff <blp@nicira.com>
Fri, 27 Mar 2015 16:06:23 +0000 (09:06 -0700)
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>
rhel/openvswitch-fedora.spec.in

index 4889321..f3dbebf 100644 (file)
@@ -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