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



--- Comment #26 from Sergio Monteiro Basto <[email protected]> ---
(In reply to Sandro Mani from comment #21)
> SPEC: http://smani.fedorapeople.org/review/pbuilder.spec
> SRPM: http://smani.fedorapeople.org/review/pbuilder-0.215-4.fc21.src.rpm
> 
> * Thu Oct 10 2013 Sandro Mani <[email protected]> - 0.215-4
> - Improve README.fedora
> - Add some missing requires


fedora-review -b 969718 , works now ! 
we only have minor rpmlint errors and warnings but it can be fixed .

pbuilder.i686: W: non-conffile-in-etc /etc/bash_completion.d/pbuilder
replace with %{_sysconfdir}/bash_completion.d/pbuilder please 

pbuilder.src:97: E: hardcoded-library-path in %{_prefix}/lib/pbuilder/
pbuilder.src:112: E: hardcoded-library-path in
%{_prefix}/lib/pbuilder/pbuilder-uml-checkparams
pbuilder.src:113: E: hardcoded-library-path in
%{_prefix}/lib/pbuilder/pdebuild-uml-checkparams

we can't use %{_libdir}, mailman package use %global mmdir /usr/lib/%{name}

so we can use:  
%global pbdir /usr/lib/%{name} 
%{pbdir}/pbuilder-uml-checkparams 
%{pbdir}/pdebuild-uml-checkparams

-- 
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