From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021020 Description of problem: python-tools should be added to the BuildRequires line in redhat-config-date.spec. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Remove python-tools if installed (rpm -e python-tools) 2. Install the redhat-config-date SRPM (1.5.2-10 or 1.5.4-1) 3. Try to build a binary RPM (rpmbuild -bb redhat-config-date.spec) Actual Results: pygettext.py --default-domain=redhat-config-date --verbose --output=redhat-config-date.po --keyword=_ --keyword=N_ ../src/Clock.py ../src/dateBackend.py ../src/date_gui.py ../src/helpBrowser.py ../src/mainWindow.py ../src/redhat-config-date.py ../src/timezoneBackend.py ../src/timezone_gui.py ../src/timezone_map_gui.py make[1]: pygettext.py: Command not found Expected Results: rpmbuild should complain about missing python-tools and not try to build the package. Additional info:
Committed in cvs. Thanks for your report.