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

Commit

Permalink
planex: Prepare for 3.0.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Euan Harris <euan.harris@citrix.com>
  • Loading branch information
euanh committed Mar 12, 2018
1 parent 0ebfe71 commit bf1e6b6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
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

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
are available before it is built, so that the resulting package
can be installed immediately
* Docker: Use latest CentOS base image

Expand Down
15 changes: 14 additions & 1 deletion planex.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: RPM build tool
Name: planex
Version: 2.2.0
Version: 3.0.0
Release: 1%{?dist}
URL: http://github.com/xenserver/planex
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -54,6 +54,19 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
%config%{_sysconfdir}/bash_completion.d/planex.bash

%changelog
* Mon Mar 12 2018 Euan Harris <euan.harris@citrix.com> - 3.0.0-1
- 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

* Mon Jan 8 2018 Euan Harris <euan.harris@citrix.com> - 2.2.0-1
- planex-makesrpm: Support multiple patchqueues
- planex-patchqueue: Insert new patches after existing patches
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

setup(name='planex',
version='2.2.0',
version='3.0.0',
packages=['planex', 'planex.cmd'],
package_data={'planex': ['Makefile.rules']},
entry_points={
Expand Down

0 comments on commit bf1e6b6

Please sign in to comment.