"Alan Evans" alan.evans@secure-24.com writes:
I am trying to create a few packages that all provide a virtual capability but would like to allow only one of these packages to be installed at a time. ... Anyone know how to accomplish this or if this is the wrong list can you direct me to a better resource?
%package a Provides: foo(%name) = a Conflicts: foo(%name) < a Conflicts: foo(%name) > a
Enrico