Release v1.3.0 with packaging files
Change-Id: I2bf3516b2c59b484bd738b0d1caf820084fc9f89
This commit is contained in:
parent
0b2d254ff5
commit
aebc4aef10
1
AUTHORS
1
AUTHORS
@ -1,5 +1,6 @@
|
|||||||
Andreas Jaeger <aj@suse.com>
|
Andreas Jaeger <aj@suse.com>
|
||||||
Iswarya_Vakati <v.iswarya@nectechnologies.in>
|
Iswarya_Vakati <v.iswarya@nectechnologies.in>
|
||||||
Lisa Zangrando <lisa.zangrando@pd.infn.it>
|
Lisa Zangrando <lisa.zangrando@pd.infn.it>
|
||||||
|
Luong Anh Tuan <tuanla@vn.fujitsu.com>
|
||||||
Vincent Llorens <vincent.llorens@cc.in2p3.fr>
|
Vincent Llorens <vincent.llorens@cc.in2p3.fr>
|
||||||
ervin <ervin.konomi@pd.infn.it>
|
ervin <ervin.konomi@pd.infn.it>
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
* Release v1.3.0 with packaging files
|
||||||
|
* Replaces uuid.uuid4 with uuidutils.generate_uuid(
|
||||||
|
* [packaging] make docker aware of PKG_VERSION
|
||||||
|
* Added support for OpenStack DOMAIN to shell.py
|
||||||
|
* Update changelogs and system package versions
|
||||||
* Clean up oslo imports
|
* Clean up oslo imports
|
||||||
* Update the Sphinx documentation
|
* Update the Sphinx documentation
|
||||||
* fix packaging with docker and its documentation
|
* fix packaging with docker and its documentation
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
python-synergy-service (1.3.0) unstable; urgency=low
|
||||||
|
|
||||||
|
* Replaces uuid.uuid4 with uuidutils.generate_uuid
|
||||||
|
* [packaging] make docker aware of PKG_VERSION
|
||||||
|
* Added support for OpenStack DOMAIN to shell.py
|
||||||
|
* Update changelogs and system package versions
|
||||||
|
* Clean up oslo imports
|
||||||
|
* Update the Sphinx documentation
|
||||||
|
* fix packaging with docker and its documentation
|
||||||
|
* Distribute tabulate as part of Synergy
|
||||||
|
* Remove versions for required packages
|
||||||
|
* fix missing "requests" from the requirements
|
||||||
|
* Updated coverage configuration file
|
||||||
|
* fix docker packaging for CentOS
|
||||||
|
* fix wrong version of eventlet
|
||||||
|
* fix docs for packaging with Ubuntu
|
||||||
|
* fix to get the synergy version when packaging
|
||||||
|
* fix required packages when packaging
|
||||||
|
|
||||||
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Tue, 06 Dec 2016 14:58:12 +0100
|
||||||
|
|
||||||
python-synergy-service (1.2.0-1ubuntu1) unstable; urgency=low
|
python-synergy-service (1.2.0-1ubuntu1) unstable; urgency=low
|
||||||
|
|
||||||
* use pbr fully for easier package building
|
* use pbr fully for easier package building
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
|
|
||||||
Name: python-synergy-service
|
Name: python-synergy-service
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Synergy service
|
Summary: Synergy service
|
||||||
|
|
||||||
@ -92,6 +92,24 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 06 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 1.3.0-1
|
||||||
|
- Replaces uuid.uuid4 with uuidutils.generate_uuid
|
||||||
|
- [packaging] make docker aware of PKG_VERSION
|
||||||
|
- Added support for OpenStack DOMAIN to shell.py
|
||||||
|
- Update changelogs and system package versions
|
||||||
|
- Clean up oslo imports
|
||||||
|
- Update the Sphinx documentation
|
||||||
|
- fix packaging with docker and its documentation
|
||||||
|
- Distribute tabulate as part of Synergy
|
||||||
|
- Remove versions for required packages
|
||||||
|
- fix missing "requests" from the requirements
|
||||||
|
- Updated coverage configuration file
|
||||||
|
- fix docker packaging for CentOS
|
||||||
|
- fix wrong version of eventlet
|
||||||
|
- fix docs for packaging with Ubuntu
|
||||||
|
- fix to get the synergy version when packaging
|
||||||
|
- fix required packages when packaging
|
||||||
|
|
||||||
* Wed Nov 09 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 1.2.0-1
|
* Wed Nov 09 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 1.2.0-1
|
||||||
- use pbr fully for easier package building
|
- use pbr fully for easier package building
|
||||||
- RPM: don't output errors on uninstallation
|
- RPM: don't output errors on uninstallation
|
||||||
|
Loading…
Reference in New Issue
Block a user