[dlm/f18] only fedora requires kernel-module-extra

David Teigland teigland at fedoraproject.org
Tue Aug 28 17:42:05 UTC 2012


commit fe46ba9ad0bd5d37942c5e5656142ea5a347d8f5
Author: David Teigland <teigland at redhat.com>
Date:   Tue Aug 28 12:41:23 2012 -0500

    only fedora requires kernel-module-extra

 dlm.spec |    7 +++++--
 1 files 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 <teigland at redhat.com> - 3.99.5-6
+- only fedora requires kernel-modules-extra
+
 * Thu Aug 16 2012 David Teigland <teigland at redhat.com> - 3.99.5-5
 - dlm_controld: remove fence_all from cli
 


More information about the scm-commits mailing list