Description of problem: The mkinitrd package (3.4.34-1) in Rawhide requires the "diet" command, so this package should BuildPreReq on dietlibc. --- mkinitrd.spec.orig Mon Jan 13 19:04:21 2003 +++ mkinitrd.spec Mon Jan 13 19:04:43 2003 @@ -11,6 +11,7 @@ Prereq: dev Requires: e2fsprogs, /bin/sh, fileutils, grep, mount, gzip, tar, /sbin/insmod.static, /sbin/losetup, mktemp >= 1.5-5, findutils, lvm Requires: filesystem >= 2.1.0 +BuildPreReq: dietlibc BuildRoot: %{_tmppath}/%{name}-root %description How reproducible: Always Steps to Reproduce: 1. Build the mkinitrd SRPM on a machine that doesn't have the dietlibc package installed.
dietlibc is only used on i386, and RPM can't code platform specific build requires.