https://bugzilla.redhat.com/show_bug.cgi?id=981834

--- Comment #6 from Antonio Trande <[email protected]> ---
(In reply to Christopher Meng from comment #5)
> Well,
> 
> When you write something like this:
> 
> %dir %{python_sitelib}/patoolib/programs
> %{python_sitelib}/patoolib/
> 
> warning: File listed twice:
> /usr/lib/python2.7/site-packages/patoolib/programs
> 
> So I think that "%{python_sitelib}/patoolib/" has included "programs" subdir.

In this way

...
%dir %{python_sitelib}/patoolib
%{python_sitelib}/patoolib/*.py
%{python_sitelib}/patoolib/*.pyc
%{python_sitelib}/patoolib/*.pyo
%dir %{python_sitelib}/patoolib/programs
%{python_sitelib}/patoolib/programs/*.py
%{python_sitelib}/patoolib/programs/*.pyc
%{python_sitelib}/patoolib/programs/*.pyo

?

> 
> Test failed with "make test".
> 
> https://github.com/wummel/patool/issues/4

In their test suit, all tests seem be okay:
https://travis-ci.org/wummel/patool/jobs/8517831. Also, it considers various
installations of nonfree packages to performe all tests. 
This issue must be analyzed in my opinion.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=XZnrOrrmg6&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to