Description of problem: When building a rpm package, the addChangelog.pl will ask user to input the cvs user name, but the cvs still uses the user name got from user's local evn. How reproducible: Steps to Reproduce: 1. switch to a different user from your normal user (for example, I switch user from tfu to "power-user") 2. run "make rpm" to build a hwcert rpm 3. Actual results: The build process will ask you the password of the power-user@cvsserver, even it has asked user to input the cvs user name earlier. here power-user is user's local user name rather than a real cvs user. Expected results: the build process should ask user the password of the cvs user name input by user before. Here, it should ask me the password of tfu@cvsserver Additional info:
verified.