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.13.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 Jan 4, 2017
1 parent 4140dde commit 2532214
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.13.0
* planex-mock: automatically generate loopback repository
configuration
* planex-cache has been removed

0.12.0
* Docker: allow passwordless sudo for the build user
* planex-patchqueue: Add a new utility to create a patchqueue based on
Expand Down
8 changes: 6 additions & 2 deletions planex.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: RPM build tool
Name: planex
Version: 0.12.0
Version: 0.13.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 @@ -52,7 +52,11 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
%config%{_sysconfdir}/bash_completion.d/planex.bash

%changelog
* Tue Dec 13 2016 Euan Harris <euan.harris@citrix.com> - 0.12.0-1
* Wed Jan 4 2017 Euan Harris <euan.harris@citrix.com> - 0.13.0-1
- planex-mock: automatically generate loopback repository configuration
- planex-cache has been removed

* Tue Jan 3 2017 Euan Harris <euan.harris@citrix.com> - 0.12.0-1
- Docker: allow passwordless sudo for the build user
- planex-patchqueue: Add a new utility to create a patchqueue based on
a spec file and a locally checked-out Git repository
Expand Down
6 changes: 3 additions & 3 deletions planex/Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ $(TOPDIR):
@echo -n Populating build directory: $(TOPDIR)...
@mkdir -p $(TOPDIR)
@mkdir -p SPECS SOURCES
@mkdir $(TOPDIR)/RPMS
@mkdir $(TOPDIR)/SPECS
@mkdir $(TOPDIR)/MANIFESTS
@mkdir -p $(TOPDIR)/RPMS
@mkdir -p $(TOPDIR)/SPECS
@mkdir -p $(TOPDIR)/MANIFESTS
@ln -s $(TOPDIR)/RPMS RPMS
@ln -s $(TOPDIR)/MANIFESTS MANIFESTS
$(AT)$(CREATEREPO) ${QUIET+--quiet} RPMS
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.12.0',
version='0.13.0',
packages=['planex', 'planex.cmd'],
include_package_data=True,
package_data={'planex': ['Makefile.rules']},
Expand Down

0 comments on commit 2532214

Please sign in to comment.