RiotGamesMinions / riot-redline-plugin

An operating system agnostic Maven plugin for creating RPMs.
Apache License 2.0
6 stars 7 forks source link

Document and/or expose links, and dependencies #2

Open fredcooke opened 11 years ago

fredcooke commented 11 years ago

I'd like to do two things:

1) Declare that my RPM depends on the RPM equivalent of debian "java6-runtime" 2) Create a symlink on the target system

These seem to be available in redline, but it's not obvious how to use them and they don't appear to be documented. Excuse me if I'm suffering domestic blindness again.

maxlinc commented 8 years ago

I was looking for the same thing. In the code it looks like there is an rpmDependencies property, but I can't find any documentation or examples of how to use it. Could someone provide an example?