Stephen Gallagher wrote:
> - From what I've seen of the planned "rich" dependencies, I don't think
> they would provide any mechanism better than this one anyway. Can you
> explain how you would see this working, with a specific example?

foo.spec:
Requires: foo-config-default or foo-config-server or foo-config-cloud
Requires: not fedora-release-server or foo-config-server
Requires: not fedora-release-cloud or foo-config-cloud

foo-config-default.spec:
Conflicts: foo-config-server
Conflicts: foo-config-cloud

foo-config-server.spec:
Conflicts: foo-config-default
Conflicts: foo-config-cloud

foo-config-cloud.spec:
Conflicts: foo-config-default
Conflicts: foo-config-server

        Kevin Kofler

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to