[gfs2-utils] Switch to using Requires on individual kernel modules

Josh Boyer jwboyer at fedoraproject.org
Thu May 15 12:55:01 UTC 2014


commit 034b02d0055bdfc25eb7340a3107a4ee17850f93
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Wed May 14 14:24:08 2014 -0400

    Switch to using Requires on individual kernel modules
    
      Resolves: bz#1056191

 gfs2-utils.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gfs2-utils.spec b/gfs2-utils.spec
index 11c3d56..9631e4c 100644
--- a/gfs2-utils.spec
+++ b/gfs2-utils.spec
@@ -12,12 +12,12 @@
 
 Name: gfs2-utils
 Version: 3.1.6
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Kernel
 Summary: Utilities for managing the global file system (GFS2)
 %ifnarch %{arm}
-%{?fedora:Requires: kernel-modules-extra}
+%{?fedora:Requires: kmod(gfs2.ko) kmod(dlm.ko)}
 %endif
 Obsoletes: gfs2-cluster < %{version}
 BuildRequires: ncurses-devel
@@ -99,6 +99,10 @@ file systems.
 %{_mandir}/man5/*
 
 %changelog
+* Thu May 15 2014 Josh Boyer <jwboyer at fedoraproject.org> - 3.1.6-7
+- Switch to using Requires on individual kernel modules
+  Resolves: bz#1056191
+
 * Fri Mar 21 2014 Andrew Price <anprice at redhat.com> - 3.1.6-6
 - gfs2_grow: Don't try to open an empty string
 - libgfs2: Add lgfs2 open mnt functions


More information about the scm-commits mailing list