# This line is mandatory to access the configuration functions
from Config import *

# rpmlint complains about our release tarballs in /
addFilter(".*-release-tarball.* suse-filelist-forbidden-fhs23 /release_obs_.*")

# the dump file contains traces of $RPM_BUILD_ROOT.
setBadness('file-contains-buildroot', 0)
