Skip to content

v1.4.0

Compare
Choose a tag to compare
@ctron ctron released this 25 Nov 09:50
· 109 commits to master since this release

See also: https://ctron.github.io/rpm-builder

This is a feature release, backwards compatible with 1.3.x.

New features

  • #46: Allow configuring signature header content. Allows to create RPMs for older (really old) RPM versions, fixing the AIX issue eclipse/packager#7. Thanks to @rohit-lshift and @dwalluck for reporting, analyzing and testing this.

Changes

  • Bring back support for compiling the plugin itself on Java 8

Maven coordinates

<dependency>
    <groupId>de.dentrassi.maven</groupId>
    <artifactId>rpm</artifactId>
    <version>1.4.0</version>
</dependency>