From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021203 Description of problem: rebuild rpm from source block if using a languege such as french The spec file includes an expect test that is waiting forever Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.export LANG=fr 2. rpm --rebuild gnupg-1.0.7-7.2.1.src.rpm 3. Actual Results: process is blocked Expected Results: rpm should have been rebuilt Additional info: Using in bash export LANG=C before launching the RPM solves the pb. It should be put in the .spec file