diff options
author | Bill Nottingham <notting@redhat.com> | 2010-03-02 16:51:41 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-03-02 16:51:41 -0500 |
commit | 991ddaa638165b213fe724a9b659cb676d52453e (patch) | |
tree | 6766311ab02d97a8ed24feb44aa750e94980dd3e | |
parent | f58d98f8264b184c51b50b03b00bc8ae77e42de6 (diff) | |
download | initscripts-991ddaa638165b213fe724a9b659cb676d52453e.tar initscripts-991ddaa638165b213fe724a9b659cb676d52453e.tar.gz initscripts-991ddaa638165b213fe724a9b659cb676d52453e.tar.bz2 initscripts-991ddaa638165b213fe724a9b659cb676d52453e.tar.xz initscripts-991ddaa638165b213fe724a9b659cb676d52453e.zip |
Clean up more requirements.
If we require udev, we don't need to require dev.
We no longer use ethtool for link negotiation; those that need ethtool_opts
should be able to install it.
-rw-r--r-- | initscripts.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec index 0d42ac2b..1d7b5ed3 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -24,8 +24,8 @@ Requires: upstart >= 0.6.0 Requires: SysVinit >= 2.85-38 %endif Requires: /sbin/ip, /sbin/arping, net-tools, /bin/find -Requires: /etc/redhat-release, dev -Requires: ethtool >= 1.8-2, /sbin/runuser +Requires: /etc/redhat-release +Requires: /sbin/runuser Requires: udev >= 125-1 Requires: cpio Conflicts: mkinitrd < 4.0, kernel < 2.6.18, mdadm < 2.6.4-3 |