Akira TAGOH wrote:
On Fri, 27 Feb 2009 23:03:06 +0900, "MT" == Mamoru Tasaka <mtasaka ioa s u-tokyo ac jp> wrote:MT> Overwriting config.{guess,sub} like: MT> -------------------------------------------------------- MT> %prep MT> %setup -q MT> %patch1 -p1 MT> %patch2 -p1 MT> %patch3 -p1 MT> %patch4 -p1 MT> cp -p /usr/lib/rpm/config.{guess,sub} .
<nitpicking>I wouldn't want to do this, but would add a patch containing appropriate upstream versions to your package, instead of making your package vulnerable to using a random (and not unlikely to become) outdated version from rpm, which is not unlikely to go away at any time.
</nitpicking> [Upstream for config.guess|config.sub is the "config"-project: cf. http://savannah.gnu.org] Ralf