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=483301 --- Comment #11 from Kevin Kofler <kevin@xxxxxxxxxxxxxxxx> 2009-02-09 10:37:20 EDT --- FYI, a good solution to get rid of unwanted Provides for plugins and only those is the one we're using in XChat: # do not Provide plugins .so %define _use_internal_dependency_generator 0 %{__cat} << \EOF > %{name}.prov #!%{_buildshell} %{__grep} -v %{_docdir} - | %{__find_provides} $* \ | %{__sed} '/\.so$/d' EOF %define __find_provides %{_builddir}/%{name}-%{version}/%{name}.prov %{__chmod} +x %{__find_provides} -- 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review