diff --git a/CHANGES b/CHANGES index 284be671..354e3b03 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +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 +* planex-create-mock-config: honour exclude and includepkgs +* planex-pin: Add an option to specify the location of the pin file + 2.1.0 * planex-pin: Reintroduce utility to override a package's sources with a local repo diff --git a/planex.spec b/planex.spec index 25d418af..75272a36 100644 --- a/planex.spec +++ b/planex.spec @@ -1,6 +1,6 @@ Summary: RPM build tool Name: planex -Version: 2.1.0 +Version: 2.1.1 Release: 1%{?dist} URL: http://github.com/xenserver/planex Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz @@ -54,6 +54,12 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py %config%{_sysconfdir}/bash_completion.d/planex.bash %changelog +* Thu Nov 30 2017 Euan Harris - 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 +- planex-create-mock-config: honour exclude and includepkgs +- planex-pin: Add an option to specify the location of the pin file + * Mon Sep 4 2017 Euan Harris - 2.1.0-1 - planex-pin: Reintroduce utility to override a package's sources with a local repo diff --git a/setup.py b/setup.py index 52a5cd86..0b80c0f5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup(name='planex', - version='2.1.0', + version='2.1.1', packages=['planex', 'planex.cmd'], package_data={'planex': ['Makefile.rules']}, entry_points={