https://bugzilla.redhat.com/show_bug.cgi?id=1478210
Mat Booth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Mat Booth <[email protected]> --- > For my purposes, I can comment out xmvn_subst and build on Fedora (so that > the jars are included in the server lib dir). Maybe there should be a build > option for that. To perform different actions on RHEL, you can make use of the conditional macro like this: %if 0%{?fedora} # Do Fedora only stuff %endif %if 0%{?rhel} # Do RHEL only stuff %endif This way you can have a single spec file that builds for all platforms without changes. It's pretty nasty to bundle bouncycastle though -- it's not unprecedented to have to fix security problems in that package and if you are bundling it, you will not receive any security patches that we might apply. > Will these eventually make it to EL7? Only if someone volunteers to maintain the el7 branch. :-) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
