Releases: nebula-plugins/gradle-ospackage-plugin
Releases · nebula-plugins/gradle-ospackage-plugin
v4.7.0
Additional improvements to symlink preservation:
- Don't attempt to link non-relative symlinks outside of the package specification
- Preserve directory symlinks
- Where a parent directory is a symlink, only link the parent
v4.6.0
Merged in PRs from multiple people
v4.5.1
v4.5.0
v4.4.2
Don't let NoClassDefFoundException
bubble up due to use of Gradle 4.2 class.
v4.4.1
Fix deprecation warning on Gradle 4.2
v4.4.0
- #58 - Preserve symlinks when building deb packages
- #80 - Invalid install commandline in postinst
- #102 - File ownership issues
- #114 - Create .changes file in addition to .deb file
- #144 - Distribution tag not applied
- #177 - DebPluginTest.groovy tests do not clean up after themselves)
- #213 - contains illegal character ~
- #231 - directory construct does not honour supplied user and permissionGroup for deb packages (contributed by @tonyabbott)
- #235 - run postinst script template generate when dirs
- Upgraded to Gradle 3.4
v4.3.0
#203 - Do not create empty maintainer scripts for deb-package (contributed by @anlar)
#207 - extended RPM directory() with owner, group and addParents parameters (contributed by @sigmarw)
#218 - Mark MaintainerScripts with InputFile
#219 - Fixed issue with addParentDirs and createDirectoryEntry properties (contributed by @grkg8tr)
v4.2.0
- #175 - Remove duplication of prefixes in RPM (contributed by @zunkree)
- #204 - Close file when creating RPM (contributed by @sc1478)
- #205 - Add changelogFile to RPM and upgrade redline (contributed by @sc1478)
- #216 - Set directory permissions with
dirMode
instead offileMode
when creating RPM (contributed by @vitaliusvs) - Use Gradle 3.2