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 2.1.2 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 Dec 11, 2017
1 parent 01232ad commit ae6236a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.1.2
* Makefile.rules: Work around a race in the ln command

2.1.1
* planex-mock: Properly create the RPMS top-level symlink
* planex-make-srpm: Don't cause RPM to choke on a malformed gitsha
Expand Down
5 changes: 4 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.1.1
Version: 2.1.2
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,9 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
%config%{_sysconfdir}/bash_completion.d/planex.bash

%changelog
* Mon Dec 11 2017 Euan Harris <euan.harris@citrix.com> - 2.1.2-1
- Makefile.rules: Work around a race in the ln command

* Thu Nov 30 2017 Euan Harris <euan.harris@citrix.com> - 2.1.1-1
- planex-mock: Properly create the RPMS top-level symlink
- planex-make-srpm: Don't cause RPM to choke on a malformed gitsha
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.1.1',
version='2.1.2',
packages=['planex', 'planex.cmd'],
package_data={'planex': ['Makefile.rules']},
entry_points={
Expand Down

0 comments on commit ae6236a

Please sign in to comment.