Can I have an "OR" operation in my package dependencies. I.e. can I say that package A requires capability b OR c? Or in my case, that it requires
/usr/lib/libb.so.1 OR /usr/lib/A-internal/libb.so.1,
or possibly something like
libb.so.1 OR libb.so.1(A-internal)
???
(Remember, package A's binaries have /usr/lib/A-internal (or similar) in their rpath, and I want to give the user the opportunity to provide each lib required by installing it on /usr/lib via normal package OR install package "A-extralibs" that puts repackaged versions of the libs on /usr/lib/A-internal.)
- Toralf
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list