Hide Forgot
On line 112 of the most recent zoneminder.spec: update Config set Value = '/var/log/zoneminder/zm_xml.log'; This should be changed to: update Config set Value = '/var/log/zoneminder/zm_xml.log' where Name = 'ZM_EYEZM_LOG_FILE'; Otherwise all of the Values in the Config table get set to /var/log/zoneminder/zm_xml.log, causing hilarity when trying to run ZoneMinder.
Well, crap, I do actually test this stuff. Not sure how that didn't cause me any problems, but I'm committing a fix now.
Fixed and built in rawhide. F17 and below do not have this issue.