On 11/03/2016 12:21 PM, James Pearson wrote: > Walter Dnes wrote: >> >> How about manually... >> >> sudo rm /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so >> >> You'll have to do it each time you update rhytmbox. > > ... or create a very simple RPM that just has a '%triggerpostun' script > that removes that file each time rhythmbox is updated > I'd just put an rm -f into cron.hourly if I wanted to have RPMs that don't verify. Rebuilding it with a newer version than what CentOS ships though would stop the update issue.