Using Fedora 24 - I went to install the tool over the weekend, and went for the RPMs, I eventually noticed the RPM was quite out of date and grabbed the static packages and I went to remove the RPM I installed, only to find that the RPM was poorly constructed. Uninstalling this rpm can destroy your system. It at minimum deleted my entire /lib directory! I'm pretty sure the issue is how you've defined items in the %files section in the spec file for your source rpm. In there you've defined control over /lib, and when you go to uninstall this package, it will delete the entire /lib directory, obviously extremely destructive. Please remove this RPM from your downloads as it is extremely harmful. Whomever made this RPM does not understand the consequences of how things are defined in there and should resolve this issue asap. In your %files section of the spec file, define specific files, and not complete directories. Seriously not happy that this RPM would force me to reinstall my entire system due to the damage it caused.