This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Releases: xenserver/planex
Releases · xenserver/planex
v4.1.0-beta2: Prepare to release 4.1.0beta2
Signed-off-by: Simon Rowe <[email protected]>
v4.1.0-beta1
Prepare to release 4.1.0beta1
Planex 4.0.0
- removal of pin v1 and introduction of versioned pin and link schema: v2 and v3 (v3 recommended) [breaking change]
- removal of planex-manifest [breaking change]
- reduction of the magic involved in planex-pin and planex-clone, with a updated and simplified CLI [breaking change]
- introduction of proper spec rewrite, including the injection of source and patch metadata in the generated rpms
- simplified and improved planex-fetch using python requests
- added a flag to planex-depend to dump the json dependency tree and to select the inclusion of requires and/or buildrequires in the graph [breaking change]
- improved README with design overview
- overall simplification and reorganization of planex internal libraries.
- introduced preliminary python3 support
Refactored planex-clone
No repatched components yet
v4.0.0-beta2: Prepare to release 4.0.0b2
Signed-off-by: Marcello Seri <[email protected]>
v4.0.0-beta1: Prepare to release 4.0.0beta1
Signed-off-by: Marcello Seri <[email protected]>
Planex 3.1.0
- planex-makesrpm: Search for source files in patch archives
Planex 3.0.0
- Makefile.rules: Do not make links to _build/RPMS and _build/MANIFESTS
- planex-fetch: Remove --mirror argument
- planex-fetch: Do not create path to downloaded file - Makefile.rules
now does this - planex-mock: Do not pass _topdir through to mock
- planex-mock: Use RPM library to find the correct repository path for
createrepo, instead of a hard-coded path - planex-make-srpm: Fix crash when reading a .gitarchive-info file
containing unexpanded Git format strings - planex-patchqueue: Apply patchqueues to specs with %autopatch directives
as well as %autosetup directives
Planex 2.2.0
- planex-makesrpm: Support multiple patchqueues
- planex-patchqueue: Insert new patches after existing patches
- planex-manifest: Only generate manifest if link URL is present
- planex-create-mock-config: add 'disablerepo' option
- planex-depend: Ensure that a package's runtime dependencies
are available before it is built, so that the resulting package
can be installed immediately - Docker: Use latest CentOS base image
Planex 2.1.2
- Makefile.rules: Work around a race in the
ln
command