From c1ddf0915c4ebdf8626d9fbeb91fab8e7719cd9a Mon Sep 17 00:00:00 2001 From: Flavio Leitner Date: Thu, 26 Mar 2015 21:12:17 -0300 Subject: [PATCH] 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 Acked-by: Russell Bryant Signed-off-by: Ben Pfaff --- rhel/openvswitch-fedora.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1