> FileNotFoundError: [Errno 2] No such file or directory:
> '/tmp/rpmlint.systemd.uqz1l_h2/usr/lib/tmpfiles.d/README'
> → I'm not sure what's going on here. /usr/lib/tmpfiles.d/README exists.

I think the line 
https://github.com/rpm-software-management/rpmlint/blob/2402248b1a2f4c77048a61d991537c9c0980b3f0/rpmlint/pkg.py#L484
 ("dirname = dirname if dirname != '/' else None")
should be replaced with such a code:
           if dirname == '/':
                  return dirname
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to