Switch to using Requires on individual kernel modules

Resolves: bz#1056191
This commit is contained in:
Josh Boyer 2014-05-14 14:24:08 -04:00
parent ee416b3fe3
commit 034b02d005
1 changed files with 6 additions and 2 deletions

View File

@ -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@fedoraproject.org> - 3.1.6-7
- Switch to using Requires on individual kernel modules
Resolves: bz#1056191
* Fri Mar 21 2014 Andrew Price <anprice@redhat.com> - 3.1.6-6
- gfs2_grow: Don't try to open an empty string
- libgfs2: Add lgfs2 open mnt functions