File xpra-rpmlintrc of Package xpra
addFilter("potential-bashisms /usr/bin/xpra_Xdummy");
addFilter("potential-bashisms /usr/libexec/xpra/xpra_weston_xvfb")
addFilter('dbus-policy-allow-receive <allow receive_sender="org.xpra.Server"/> /etc/dbus-1/system.d/xpra.conf');
addFilter('python-missing-require PyGObject');
addFilter("python-leftover-require .*-cairo");
addFilter("python-leftover-require .*-dbus-python");
addFilter("python-leftover-require .*-gobject");
#addFilter("python-leftover-require .*-gobject-Gdk");
addFilter("python-leftover-require .*-gst");
addFilter("python-leftover-require .*-pycups");
addFilter("python-leftover-require .*-rencode");
### 20250710: This (the shebang and lack of executable bit) seems to be by design
### The xpra-audio-server rpm from https://xpra.org/beta/Fedora/ is this way
addFilter("non-executable-script /etc/xpra/pulse/xpra.pa");
#####
### 20250410: This is needed when building locally, but not in OBS
addFilter("python-bytecode-inconsistent-mtime *");
#####