Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=879365

--- Comment #5 from Bill Nottingham <nott...@redhat.com> ---
%description
This is %{?with_gui:the GUI of }the network configuration tool,
supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.

%if %{with gui}
%package tui
Summary: Network Administration Tool TUI
Group: Applications/System
%endif
Requires: initscripts
Requires: usermode
Requires: rpm-python
Requires: newt-python
Requires: pciutils
Requires: usermode
Requires: dbus-python
Requires: python-ethtool
Requires: python-iwlib

This construct is causing the Requires: for the TUI to be added to the
description, not the package - the conditional requires need to be in the main
body of the spec.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=zxJD2nrkco&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to