On 2017-11-08, Igor Gnatenko <ignatenkobrain@xxxxxxxxxxxxxxxxx> wrote: > On Tue, 2017-11-07 at 23:58 +0000, Sérgio Basto wrote: >> Script of startup of Azureus use mktemp >> >> cat /usr/bin/azureus | grep mktemp >> >> TMP_SCRIPT=$(mktemp) >> >> mktemp will be disappeared or will be replaced ? > It is only about removing Provides. Binary stays in coreutils. And you > sitll can R: %{_bindir}/mktemp, although I think it is not needed > because I can't imagine system without coreutils 😉 > > Just checked, RPM requires coreutils, so you don't need even that. > This advice is ill. If rpm stops requiring coreutils, azureus gets broken. The reason is that azureus uses mktemp from coreutils, thus it must require coreuitils. Just not declaring the dependency does not disappear the dependency. -- Petr _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx