From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 Red Hat/1.0.7-1.4.1 Firefox/1.0.7 Description of problem: quagga.spec defines with-vtysh 1 so vtysh should be an enabled feature in the build. However, further on in the spec file where the config for the build is defined: %if %with_vtysh --enable-vtysh \ %endif The syntax is incorrect, so the vtysh feature is not enabled in the build. It should be: %if %with_vtysh --enable-vtysh=yes \ %endif Version-Release number of selected component (if applicable): quagga-0.98.5-3 How reproducible: Always Steps to Reproduce: 1. Download the src.rpm for quagga from devel 2. Install it 3. do rpmbuild -ba quagga.spec 4. Test quagga and find that vtysh feature is missing Actual Results: quagga RPM is built without vtysh feature Expected Results: quagga RPM is built with vtysh feature Additional info:
This issue should be fixed in RAWHIDE (quagga-0.98.6-3.fc7)