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 0.20.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 27, 2017
1 parent 4088fa5 commit d3593ac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.20.0
* planex-build-mock: Add '--loopback-config-extra' option to pass extra
lines to the loopback repository configuration
* planex-depend: Add option to disable generation of buildrequires
dependencies
* planex-fetch: Fix a TOCTOU race when creating directories
* planex-container: Pass SSH agent socket through to container

0.19.0
* planex-build-mock: Pass --verbose to mock if --quiet is not supplied
so that logs are produced inside docker with concurrent builds which
Expand Down
10 changes: 9 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: 0.19.0
Version: 0.20.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 @@ -53,6 +53,14 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
%config%{_sysconfdir}/bash_completion.d/planex.bash

%changelog
* Mon Mar 27 2017 Euan Harris <euan.harris@citrix.com> - 0.20.0-1
- planex-build-mock: Add '--loopback-config-extra' option to pass extra
lines to the loopback repository configuration
- planex-depend: Add option to disable generation of buildrequires
dependencies
- planex-fetch: Fix a TOCTOU race when creating directories
- planex-container: Pass SSH agent socket through to container

* Fri Mar 10 2017 Euan Harris <euan.harris@citrix.com> - 0.19.0-1
- planex-build-mock: Pass --verbose to mock if --quiet is not supplied
so that logs are produced inside docker with concurrent builds which
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='0.19.0',
version='0.20.0',
packages=['planex', 'planex.cmd'],
include_package_data=True,
package_data={'planex': ['Makefile.rules']},
Expand Down

0 comments on commit d3593ac

Please sign in to comment.