Update changelogs and system package versions
Change-Id: If18e6decc4b21ddaa230c4be3819dfe1c24cf5f4
This commit is contained in:
parent
30a67fac85
commit
fbf53d25ad
1
AUTHORS
1
AUTHORS
@ -1,4 +1,5 @@
|
|||||||
Andreas Jaeger <aj@suse.com>
|
Andreas Jaeger <aj@suse.com>
|
||||||
|
Iswarya_Vakati <v.iswarya@nectechnologies.in>
|
||||||
Lisa Zangrando <lisa.zangrando@pd.infn.it>
|
Lisa Zangrando <lisa.zangrando@pd.infn.it>
|
||||||
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>
|
||||||
|
18
ChangeLog
18
ChangeLog
@ -1,7 +1,23 @@
|
|||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
* use pbr fully and use postversioning
|
* 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
|
||||||
|
|
||||||
|
1.2.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
* use pbr fully for easier package building
|
||||||
* RPM: don't output errors on uninstallation
|
* RPM: don't output errors on uninstallation
|
||||||
* Fix conf for AMQP virtual host
|
* Fix conf for AMQP virtual host
|
||||||
* Added unit tests
|
* Added unit tests
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
python-synergy-service (1.2.0-1ubuntu1) unstable; urgency=low
|
||||||
|
|
||||||
|
* use pbr fully for easier package building
|
||||||
|
* RPM: don't output errors on uninstallation
|
||||||
|
* Fix conf for AMQP virtual host
|
||||||
|
* Added unit tests
|
||||||
|
* Fixed destroy() method
|
||||||
|
* Fixed serializer
|
||||||
|
* Fixed logging for managers
|
||||||
|
* fix eventlet and dateutil required versions
|
||||||
|
* Fix requirement version pinning
|
||||||
|
|
||||||
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 09 Nov 2016 15:35:11 +0100
|
||||||
|
|
||||||
python-synergy-service (1.1.0) unstable; urgency=low
|
python-synergy-service (1.1.0) unstable; urgency=low
|
||||||
|
|
||||||
* Improve Synergy serialization capabilities
|
* Improve Synergy serialization capabilities
|
||||||
|
@ -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.1.0
|
Version: 1.2.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Synergy service
|
Summary: Synergy service
|
||||||
|
|
||||||
@ -92,6 +92,17 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 09 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 1.2.0-1
|
||||||
|
- use pbr fully for easier package building
|
||||||
|
- RPM: don't output errors on uninstallation
|
||||||
|
- Fix conf for AMQP virtual host
|
||||||
|
- Added unit tests
|
||||||
|
- Fixed destroy() method
|
||||||
|
- Fixed serializer
|
||||||
|
- Fixed logging for managers
|
||||||
|
- fix eventlet and dateutil required versions
|
||||||
|
- Fix requirement version pinning
|
||||||
|
|
||||||
* Wed Sep 21 2016 Ervin Konomi <ervin.konomi@pd.infn.it - 1.1.0-1
|
* Wed Sep 21 2016 Ervin Konomi <ervin.konomi@pd.infn.it - 1.1.0-1
|
||||||
- Improve Synergy serialization capabilities
|
- Improve Synergy serialization capabilities
|
||||||
- Streamline the packaging process
|
- Streamline the packaging process
|
||||||
|
Loading…
Reference in New Issue
Block a user