RPMs conflict with filesystem package in fedora
Provides functionality for gaming input devices
Brought to you by:
erazor_de
The built libgeaminggear RPM claims to own /usr/lib and /usr/lib64 because of line 71 in libgaminggear.spec:
%{prefix}/lib*
This should look something like:
%{_libdir}/libgaminggear*
You probably should also take a look at roccat-tools.spec and replace libdir with _libdir, as predefined _libdir should generally be preferred to any own definition.
It was a little bit of work but my new Ryos MK Pro runs now on FC21. Thanks a lot!
Added 2 commits to the development branch. Thanks for reporting.