Per-Product Config file divergence

Kevin Kofler kevin.kofler at chello.at
Sun Mar 16 05:16:50 UTC 2014


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



More information about the devel mailing list