Description of problem: xmms-flac doesn't depend on xmms Version-Release number of selected component (if applicable): 1.1.4 How reproducible: always Steps to Reproduce: 1. rpm -qR xmms-flac | grep xmms Actual results: libxmms.so.1()(64bit) Expected results: libxmms.so.1()(64bit) xmms Additional info:
Why do you expect xmms-flac to require xmms? Some programs can use libxmms directly, and not requiring the entire xmms GUI is a "feature" for these programs to be able to have more libxmms features without having to install xmms. Basically : - For xmms plugins which are plugins to libxmms (mostly codecs), it's best to not require xmms explicitly, only require xmms-libs. - For xmms plugins which are plugins to the GUI, it's best to require xmms explicitly, which in turn already requires xmms-libs.