]> granicus.if.org Git - zfs/commit
Fix rpm dependencies
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 18 Jan 2012 00:20:43 +0000 (16:20 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 18 Jan 2012 20:19:52 +0000 (12:19 -0800)
commitb4b599d2508296a9dac0abe29532fc0884f299b7
tree9a7d8ae8899b18c334d6ffdcc622e7f5228e9fe5
parentb40a77aefca3d0832396edd35f597100d152f163
Fix rpm dependencies

This change updates the rpm spec files to have strictly correct
package dependencies.  That means a few things:

* The zfs-modules package is now tied to a specific build of
  the spl-modules packages based on the kernel version.  This
  ensures that the correct spl-modules packages will always get
  installed and not just the newest.

* The zfs package now requires both the zfs-modules and spl
  packages.  Thus a 'yum install zfs' will pull in the minimal
  set of packages required for a functional system.

* The zfs-devel packages now require the zfs package to be
  installed which is normal behavior for -devel packages.

* Remove the redundant distribution release extension.  This
  is already added once because it is part of the kernel package
  release name.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
zfs-modules.spec.in
zfs.spec.in