File libayatana-common-rpmlintrc of Package libayatana-common
# The main package does not exist as a binary package, so ignore
# errors/warnings related to it.
addFilter("libayatana-common\..*: E: no-binary")
# Since the main package does not exist, it cannot embed the changelog, which
# means that it cannot propagate down to subpackages. That's arguably bad, but
# we still (at least try to) provide it for the common package
# ayatana-indicator-common. That might not work out too well, but there's
# probably nothing else we could do about it, other than make the main package
# not empty (which is not something I'd like to do for upstream name
# compatibility and distribution guidelines conformity).
addFilter("E: no-changelogname-tag")