#40 Add rpminspect file
Merged 2 years ago by cstratak. Opened 2 years ago by cstratak.
rpms/ cstratak/python-sphinx rpminspect  into  rawhide

file added
+4
@@ -0,0 +1,4 @@ 

+ # exclude XML template (not always valid) from XML validity check:

+ xml:

+     ignore:

+         - /usr/lib/python*/site-packages/sphinx/themes/basic/opensearch.xml

The excluded file is a jinja2 template

Build succeeded.

While zuul's rpminspect run reports success both with or without this PR, you can verify the result by checking the run for #39 : https://fedora.softwarefactory-project.io/zuul/build/8668edec7d57425190e1b5e086decc03/console , click the "rpminspect: Run rpminspect" and you will see "Running xml inspection... FAIL" which is not the case when adding this rpminspect.yaml.

Build succeeded.

This looks good, the file is indeed a template, rpminspect stops failing on XML inspection. Thanks for the investigation. Ship it!

Pull-Request has been merged by cstratak

2 years ago
Metadata