I'm currently building packages as both .deb and .rpm variants. As Debian and RHEL based distros can't seem to agree on package/library naming standards, I believe the only option is to resort to two recipes per package, one for each package manager.
Is there currently a way, or would it be possible to define distro specific dependencies in a single recipe?
I'm currently building packages as both .deb and .rpm variants. As Debian and RHEL based distros can't seem to agree on package/library naming standards, I believe the only option is to resort to two recipes per package, one for each package manager.
Is there currently a way, or would it be possible to define distro specific dependencies in a single recipe?
E.g.
Thanks in advanced!