bump version & changelog for release v0.2

Change-Id: I2a4bcade9e33f51e9f8122400f2f3b1dfe760f22
This commit is contained in:
Vincent Llorens 2016-04-29 17:13:43 +02:00
parent 1989964add
commit ab0c9821f1
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,9 @@
python-synergy-service (0.2-1) unstable; urgency=low
* Working release with minimum set of functionalities
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Fri, 29 Apr 2016 16:43:50 +0200
python-synergy-service (0.1-1) unstable; urgency=low
* Initial release

View File

@ -1 +1 @@
PKG_VERSION=0.1
PKG_VERSION=0.2

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: python-synergy-service
Version: 0.1
Release: 1%{?dist}
Version: 0.2
Release: 2%{?dist}
Summary: Synergy service
License: ASL 2.0
@ -84,7 +84,7 @@ exit 0
%postun
%systemd_postun_with_restart synergy.service
%systemd_postun_with_restart synergy.service
if [ "$1" = 0 ]; then
userdel -r synergy
groupdel synergy
@ -92,5 +92,8 @@ if [ "$1" = 0 ]; then
fi
%changelog
* Fri Apr 29 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 0.2-2
- Working release with minimum set of functionalities
* Wed Jan 20 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr>
- WIP RPM release

View File

@ -1,6 +1,6 @@
[metadata]
name = synergy-service
version = 0.1.1
version = 0.2
summary = Synergy is as an extensible general purpose management OpenStack service.
description-file =
README.rst