diff options
author | Brian Behlendorf <[email protected]> | 2011-10-07 09:14:12 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-10-07 09:17:18 -0700 |
commit | 3646c3f2b5c2c54b3aef448aa136e04f85c6c656 (patch) | |
tree | 6bb42e095a7381a26a7ca9ff1b58ea1a77fee3ac /zfs-modules.spec.in | |
parent | 620c7598e4df6756238c56aec79601408822e44d (diff) |
Add provides lustre-backend-fs to rpm
The Lustre packages satify their backend fs requirement by
checking that lustre-backend-fs is provided. Update the zfs
packaging accordingly.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'zfs-modules.spec.in')
-rw-r--r-- | zfs-modules.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zfs-modules.spec.in b/zfs-modules.spec.in index 9255d4eb7..bf08688b7 100644 --- a/zfs-modules.spec.in +++ b/zfs-modules.spec.in @@ -224,6 +224,7 @@ BuildRequires: %{kdevpkg} %endif Requires: %{splrequires} BuildRequires: %{spldevpkg} +Provides: lustre-backend-fs %description The %{name} package contains kernel modules and support utilities for |