Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Releases: xenserver/planex

v4.1.0-beta2: Prepare to release 4.1.0beta2

15 Oct 14:59
Compare
Choose a tag to compare
Signed-off-by: Simon Rowe <simon.rowe@eu.citrix.com>

v4.1.0-beta1

10 Oct 09:50
Compare
Choose a tag to compare
v4.1.0-beta1 Pre-release
Pre-release
Prepare to release 4.1.0beta1

Planex 4.0.0

07 Jun 10:06
Compare
Choose a tag to compare
  • 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

25 May 12:57
Compare
Choose a tag to compare

No repatched components yet

v4.0.0-beta2: Prepare to release 4.0.0b2

13 Apr 13:37
Compare
Choose a tag to compare
Signed-off-by: Marcello Seri <marcello.seri@citrix.com>

v4.0.0-beta1: Prepare to release 4.0.0beta1

13 Apr 13:37
Compare
Choose a tag to compare
Signed-off-by: Marcello Seri <marcello.seri@citrix.com>

Planex 3.1.0

20 Mar 11:33
Compare
Choose a tag to compare
  • planex-makesrpm: Search for source files in patch archives

Planex 3.0.0

12 Mar 10:26
Compare
Choose a tag to compare
  • 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

08 Jan 16:02
Compare
Choose a tag to compare
  • 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

11 Dec 10:38
Compare
Choose a tag to compare
  • Makefile.rules: Work around a race in the ln command