Hello I've used rpmsign in script for long time. I worked fine. After upgrade to Fedora 22 (from Fedora 20) something changed This script: ------------- cut ------------------ export LANG=cs_CZ.UTF-8 if [ -n "$PASSPHRASE" ] ; then /usr/bin/expect -f - << EOF spawn rpmsign --addsign $RPMS_TO_SIGN match_max 100000 fork expect "Vložte heslovou frázi: " send -- "${PASSPHRASE}\r" expect eof EOF else echo "Set PASSPHRASE variable first" fi ------------- cut ------------------ is starting now pinentry-gtk-2 and forces me to put passphrase to modal window. Is any possibility how to disable this behaviour? Whatever I've found through google didn't work for me. Do you use rpmsign in script? Pavel -- Pavel Lisý <pavel.lisy@xxxxxxxxx> -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org