From d2bcec649bfd330ab7e23a04df65857dbb25c7b4 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Tue, 28 Aug 2012 13:10:45 -0500 Subject: [PATCH] only fedora requires kernel-modules-extra --- dlm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dlm.spec b/dlm.spec index 8f8815a..140c11f 100644 --- a/dlm.spec +++ b/dlm.spec @@ -1,6 +1,6 @@ Name: dlm Version: 3.99.5 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ # For a breakdown of the licensing, see README.license Group: System Environment/Kernel @@ -23,7 +23,7 @@ ExclusiveArch: i686 x86_64 Requires: %{name}-lib = %{version}-%{release} Requires: corosync >= 1.99.9 -Requires: kernel-modules-extra +%{?fedora:Requires: kernel-modules-extra} Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -116,6 +116,9 @@ developing applications that use %{name}. %{_libdir}/pkgconfig/*.pc %changelog +* Tue Aug 28 2012 David Teigland - 3.99.5-6 +- only fedora requires kernel-modules-extra + * Thu Aug 16 2012 David Teigland - 3.99.5-5 - dlm_controld: remove fence_all from cli