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

Commit

Permalink
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.15.0
* planex-patchqueue: If a pin specifies a remote URL, look for a local
clone of the repository
* planex-clone: Add utility to clone repositories listed in pin files

0.14.0
* planex-mock: enable concurrent package builds

8 changes: 7 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.14.0
Version: 0.15.0
Release: 1%{?dist}
URL: http://github.com/xenserver/planex
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -38,6 +38,7 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
%doc LICENSE
%doc CHANGES
%{_bindir}/planex-build-mock
%{_bindir}/planex-clone
%{_bindir}/planex-clone-sources
%{_bindir}/planex-depend
%{_bindir}/planex-extract
@@ -52,6 +53,11 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
%config%{_sysconfdir}/bash_completion.d/planex.bash

%changelog
* Thu Jan 12 2017 Euan Harris <euan.harris@citrix.com> - 0.15.0-1
- planex-patchqueue: If a pin specifies a remote URL, look for a local
clone of the repository
- planex-clone: Add utility to clone repositories listed in pin files

* Thu Jan 12 2017 Euan Harris <euan.harris@citrix.com> - 0.14.0-1
- planex-mock: enable concurrent package builds

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
from setuptools import setup

setup(name='planex',
version='0.14.0',
version='0.15.0',
packages=['planex', 'planex.cmd'],
include_package_data=True,
package_data={'planex': ['Makefile.rules']},

0 comments on commit 3200185

Please sign in to comment.