Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #4 from Remi Collet <[email protected]> 2010-07-11 11:45:09 
EDT ---
> %{perl_vendorlib}/Test/Script/Run.pm

With this line, you only own then .pm file.
According to Guidelines "A package must own all directories that it creates"

So you must own test and script folder.

Simple way:
%{perl_vendorlib}/Test

Very descriptive way:
%dir %{perl_vendorlib}/Test
%dir %{perl_vendorlib}/Test/Script
%{perl_vendorlib}/Test/Script/Run.pm


Everything else seems ok.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to