diff options
author | Bill Nottingham <notting@redhat.com> | 2010-03-02 16:03:59 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-04-09 16:37:43 -0400 |
commit | 3ca21a9d5c8a48be0df032c0925453972e48c264 (patch) | |
tree | 73fda37c51944ae63f9e29d9e2956d1c1c47088a /initscripts.spec | |
parent | 8f2a8dcac8ff89bd838bdc0c4b4d6eb19bacb64b (diff) | |
download | initscripts-3ca21a9d5c8a48be0df032c0925453972e48c264.tar initscripts-3ca21a9d5c8a48be0df032c0925453972e48c264.tar.gz initscripts-3ca21a9d5c8a48be0df032c0925453972e48c264.tar.bz2 initscripts-3ca21a9d5c8a48be0df032c0925453972e48c264.tar.xz initscripts-3ca21a9d5c8a48be0df032c0925453972e48c264.zip |
Clean up some of the requirements.
- syslog (this isn't *required*, as the system boots without it)
- mount (as it's provided by util-linux-ng)
- popt (runtime library, should never have been listed)
- e2fsprogs (anaconda will install the proper FS utilities for the root filesystem)
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/initscripts.spec b/initscripts.spec index 9519c463..9768e823 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -10,12 +10,12 @@ Release: 1%{?dist} URL: http://fedorahosted.org/releases/i/n/initscripts/ Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 -Requires: /sbin/sysctl, syslog +Requires: mingetty, /bin/awk, /bin/sed, mktemp +Requires: /sbin/sysctl Requires: /sbin/fuser, /bin/grep Requires: /sbin/pidof, /sbin/blkid Requires: module-init-tools -Requires: util-linux-ng >= 2.16, mount >= 2.11l +Requires: util-linux-ng >= 2.16 Requires: bash >= 3.0 Requires: sysvinit-tools >= 2.87 %if with_upstart @@ -27,7 +27,6 @@ Requires: /sbin/ip, /sbin/arping, net-tools, /bin/find Requires: /etc/redhat-release, dev Requires: ethtool >= 1.8-2, /sbin/runuser Requires: udev >= 125-1 -Requires: popt >= 1.12-2 Requires: cpio Conflicts: mkinitrd < 4.0, kernel < 2.6.18, mdadm < 3.1.2-9 Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14 @@ -38,6 +37,7 @@ Conflicts: alsa-utils < 1.0.18 Conflicts: plymouth < 0.7.0-0.2009.02.26 Conflicts: s390utils < 2:1.8.2-11 Conflicts: dmraid < 1.0.0.rc16-7 +Conflicts: e2fsprogs < 1.15 # http://bugzilla.redhat.com/show_bug.cgi?id=252973 Conflicts: nut < 2.2.0 Conflicts: NetworkManager < 1:0.8.0 |