From c437264b5fdb1f84ae8f18f8b3bc4032344d0d92 Mon Sep 17 00:00:00 2001 From: Sam Connolly Date: Tue, 29 Jan 2019 09:07:32 +0000 Subject: [PATCH] Prepare to release 4.1.2 --- CHANGES | 4 ++++ planex.spec | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 098514aa..888f6fe1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +4.1.2 +*Clone to paths based on repo name and not package +*Add all files from tarball to initial git repo + 4.1.1 * Correct error path on RequestException * make clean: cleanup RPM / MANIFESTS symbolic links and mock cfg diff --git a/planex.spec b/planex.spec index 6aa12185..167cf2b8 100644 --- a/planex.spec +++ b/planex.spec @@ -1,6 +1,6 @@ Summary: RPM build tool Name: planex -Version: 4.1.1 +Version: 4.1.2 Release: 1%{?dist} URL: http://github.com/xenserver/planex Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz diff --git a/setup.py b/setup.py index b34a85c5..d195fc09 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup(name='planex', - version='4.1.1', + version='4.1.2', packages=['planex', 'planex.cmd'], package_data={'planex': ['Makefile.rules']}, entry_points={