From: Flavio Leitner Date: Thu, 6 Nov 2014 18:45:25 +0000 (-0200) Subject: fedora-spec: added more requires X-Git-Tag: v2.4.0~1039 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=ab725f426fff327975f094c22a3754bdafbf2e21 fedora-spec: added more requires The minimum recommended kernel for fedora is 3.15.0-0 due to be the first one including the upstream kernel commit below: commit 4f647e0a3c37b8d5086214128614a136064110c3 Author: Flavio Leitner Date: Thu Mar 27 11:05:34 2014 -0300 openvswitch: fix a possible deadlock and lockdep warning Signed-off-by: Flavio Leitner Signed-off-by: Ben Pfaff --- diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 0413cf132..26d4b37cb 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -33,6 +33,10 @@ BuildRequires: python python-twisted-core python-zope-interface PyQt4 BuildRequires: desktop-file-utils BuildRequires: groff graphviz +Requires: openssl iproute module-init-tools +#Upstream kernel commit 4f647e0a3c37b8d5086214128614a136064110c3 +Requires: kernel >= 3.15.0-0 + Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units