From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030701 Description of problem: In openssh-3.5p1-6.src.rpm the spec file has the option to disable the building of openssh RPMs for XFree86 and/or Gnome. When these options are disabled *no* openssh RPM are generated. The build process errors-out with complaints about installed but unpackaged files. The files complained about are "gnome-ssh-askpass.sh" and "gnome-ssh-askpass.csh". Version-Release number of selected component (if applicable): From RPM openssh-3.5p1-6.src.rpm How reproducible: Always Steps to Reproduce: 1. Install the source RPM: rpm -ivh openssh-3.5p1-6.src.rpm 2. Edit the spec file to disable building the GUI packages, by changing the values of variables "no-x11-askpass and "no-gnome-askpass" to 1. 3. Build from source files: rpmbuild -bb --clean /usr/src/redhat/SPECS/openssh.spec Actual Results: Source files seemed to compile correctly, but package creation quit with the complaint about unpackaged files having been installed. Expected Results: The build of the non-GUI-related openssh binary RPMs should be successful. Additional info:
Fixed in the currently released packages.