mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-25 18:59:33 +03:00
Fix rpm dependencies
This change updates the rpm spec files to have strictly correct package dependencies. That means a few things: * Add a dependency to the spl package for the spl-modules package. This ensures that when running 'yum install spl' that newest version of the spl-modules will be installed. * 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>
This commit is contained in:
parent
a2eda2ff48
commit
87d1123924
@ -178,7 +178,7 @@ Summary: Solaris Porting Layer Modules
|
||||
Group: Utilities/System
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
Release: %{release}
|
||||
License: @LICENSE@
|
||||
URL: git://github.com/zfsonlinux/spl.git
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
|
||||
|
@ -12,6 +12,7 @@ License: @LICENSE@
|
||||
URL: git://github.com/zfsonlinux/spl.git
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Requires: spl-modules
|
||||
|
||||
%description
|
||||
The %{name} package contains the support utilities for the spl.
|
||||
|
Loading…
Reference in New Issue
Block a user