Hide Forgot
Description of problem: * dependencie missing: - telnet You need add a Require line in your spec file
The expect program itself doesn't require telnet. Telnet is used only in some example scripts. User who wants to utilize these examples should install telnet on his own. I found only two affected scripts - "weather" (uses telnet in all cases) and "passmass" (telnet is used only when forced with command argument). I believe adding telnet to the expect requires will introduce just another unnecessary dependency to the system. (The best solution of this problem is probably improving example scripts which are using telnet to check if telnet is installed and print some message if it is not.) Please let me know if you concluded that telnet dependency is missing from usage of the two scripts mentioned above, or there's something else that I am missing.
yes with weather telnet is needed
Both scripts updated to let user know that telnet is missing and should be installed in order to use these scripts.