# from the https://docs.fedoraproject.org/en-US/packaging-guidelines/: # "If a package supersedes/replaces an existing package without being a # sufficiently compatible replacement as defined above, use only the # 'Obsoletes:' line." addFilter("W: obsolete-not-provided environment-modules-compat") # %ghost file mode false positive addFilter("W: non-executable-in-bin /usr/bin/modulecmd 644") # generic environment(modules) provides statement addFilter("W: unversioned-explicit-provides environment\(modules\)")