Switch to using Requires on individual kernel modules
Resolves: bz#1056191
This commit is contained in:
parent
ee416b3fe3
commit
034b02d005
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user