Olivier Blin <[EMAIL PROTECTED]> writes: > > BuildRequires: libsmokeqt-devel > > BuildRequires: kdelibs-devel > > BuildRequires: perl-devel > > +# not spoted by rpm: > > +Requires: libsmokeqt1 > > +%define _requires_exceptions QtShell > > Shouldn't libsmokeqt1 be auto-required since libsmokeqt-devel is > build-required ?
no. linked libraries are found through ldd. the bug being that some files are not checked for (here the .so) > And what does this _requires_exceptions mean ? there's a perl script defining a package and using it. rpm automagically find this package usage but not the package definition in the same script
