Changes in EPM 5.0.1
- Added support for
%literal(config)and%literal(templates)sections in Debian packages, generating theDEBIAN/configandDEBIAN/templatesfiles (debconf) (#16) - Debian maintainer scripts (preinst/postinst/prerm/postrm) and the new config script are now generated with
set -e, so they abort on the first failing command. NOTE: list files with maintainer-script commands that relied on a non-zero exit being ignored will now fail the install/removal (#16) - Fixed a
%archoff-by-two, an overlappingmemcpy, and a file-descriptor leak instrip_execs - FreeBSD: fixed a build regression — use
vernumberinstead of the non-existentrelnumber, and includeepm.hforAooModeinqprintf.c - Renamed the license file from
COPYINGtoLICENSEand corrected thedoc/Makefile.ininstalltarget to copyLICENSEandREADME.mdfrom the top source directory make testnow passes all tests; only the first%copyrightline in a list file is used (latest first), subsequent lines are ignored- Fixed
rpmbuild --targetfor RPM versions greater than 4, which incorrectly used the old--build-archargument - Updated bundled
config.guessandconfig.sub
Full Changelog: v5.0.0...v5.0.1