Hello community, here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2017-11-03 16:27:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crmsh (Old) and /work/SRC/openSUSE:Factory/.crmsh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crmsh" Fri Nov 3 16:27:48 2017 rev:130 rq:538350 version:4.0.0+git.1509626995.fa880522 Changes: -------- --- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2017-09-15 22:32:12.627866153 +0200 +++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2017-11-03 16:29:04.286992413 +0100 @@ -1,0 +2,28 @@ +Thu Nov 02 12:50:30 UTC 2017 - [email protected] + +- Update to version 4.0.0+git.1509626995.fa880522: + * high: bootstrap: revert corosync ports for mcast configuration as well (bsc#1066196) + * high: bootstrap: Revert default corosync port to 5405/5404 (bsc#1066196) + * medium: NewCommit: ui_configure: complete for ra actions + * medium: ui_configure: Replace compl.null to compl.attr_id where an id is required + * medium: ui_context: Stop completing when an id is required + * low: ui_context: reset term when using help command+ctrlC + * low: utils: Stop using deprecated functionality + +------------------------------------------------------------------- +Tue Oct 31 12:11:54 UTC 2017 - [email protected] + +- Update to version 4.0.0+git.1509449399.1e22e954: + * Make sure scripts use python3 (fate#323526) + * medium: enable add the second heartbeat line for unicast + * medium: bootstrap: check init options before running + * low: ui_script: Sort keys when printing JSON + +------------------------------------------------------------------- +Mon Oct 30 07:53:38 UTC 2017 - [email protected] + +- Update to version 4.0.0+git.1509349758.2bd8a099: + * Port to Python 3 (fate#323526) + * hb_report: config file for hb_report (fate#321640) + +------------------------------------------------------------------- Old: ---- crmsh-3.0.1+git.1504985015.b695b452.tar.bz2 New: ---- crmsh-4.0.0+git.1509626995.fa880522.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crmsh.spec ++++++ --- /var/tmp/diff_new_pack.Bo6O1F/_old 2017-11-03 16:29:05.694941167 +0100 +++ /var/tmp/diff_new_pack.Bo6O1F/_new 2017-11-03 16:29:05.698941022 +0100 @@ -32,13 +32,11 @@ %define pkg_group Productivity/Clustering/HA %endif -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} - Name: crmsh Summary: High Availability cluster command-line interface License: GPL-2.0+ Group: %{pkg_group} -Version: 3.0.1+git.1504985015.b695b452 +Version: 4.0.0+git.1509626995.fa880522 Release: 0 Url: http://crmsh.github.io Source0: %{name}-%{version}.tar.bz2 @@ -51,16 +49,16 @@ %endif Requires: %{name}-scripts >= %{version}-%{release} Requires: /usr/bin/which -Requires: python >= 2.6 -Requires: python-lxml -Requires: python-python-dateutil +Requires: python3 >= 3.4 +Requires: python3-lxml +Requires: python3-python-dateutil %if 0%{?suse_version} > 1320 -Requires: python2-parallax +Requires: python3-parallax %else Requires: python-parallax %endif -BuildRequires: python-lxml -BuildRequires: python-setuptools +BuildRequires: python3-lxml +BuildRequires: python3-setuptools %if 0%{?suse_version} # only require csync2 on SUSE since bootstrap @@ -69,11 +67,11 @@ %endif %if 0%{?suse_version} -Requires: python-PyYAML +Requires: python3-PyYAML # Suse splits this off into a separate package -Requires: python-curses +Requires: python3-curses BuildRequires: fdupes -BuildRequires: python-curses +BuildRequires: python3-curses %endif %if 0%{?fedora_version} @@ -85,7 +83,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: pkgconfig -BuildRequires: python +BuildRequires: python3 %if 0%{?suse_version} > 1210 # xsltproc is necessary for manpage generation; this is split out into @@ -111,10 +109,10 @@ %if %{with regression_tests} Requires(post): mailx Requires(post): procps -Requires(post): python-python-dateutil -Requires(post): python-nose +Requires(post): python3-python-dateutil +Requires(post): python3-nose %if 0%{?suse_version} > 1320 -Requires(post): python2-parallax +Requires(post): python3-parallax %else Requires(post): python-parallax %endif @@ -130,7 +128,7 @@ %if 0%{?fedora_version} Requires(post): PyYAML %else -Requires(post): python-PyYAML +Requires(post): python3-PyYAML %endif %endif @@ -155,9 +153,9 @@ touch -r doc/crm.8.adoc{,.timestamp} # replace the shebang in all the scripts -# with ${_bindir}/python -find . -type f -exec perl -pi -e 'BEGIN{undef $/};s[^#\!/usr/bin/python][#\!%{_bindir}/python]' {} \; -find . -type f -exec perl -pi -e 'BEGIN{undef $/};s[^#\!/usr/bin/env python][#\!%{_bindir}/python]' {} \; +# with ${_bindir}/python3 +find . -type f -exec perl -pi -e 'BEGIN{undef $/};s[^#\!/usr/bin/python[3]?][#\!%{_bindir}/python3]' {} \; +find . -type f -exec perl -pi -e 'BEGIN{undef $/};s[^#\!/usr/bin/env python[3]?][#\!%{_bindir}/python3]' {} \; # Force the local time # @@ -227,7 +225,7 @@ %defattr(-,root,root) %{_sbindir}/crm -%{python_sitelib}/crmsh* +%{python3_sitelib}/crmsh* %{_datadir}/%{name} %exclude %{_datadir}/%{name}/tests ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Bo6O1F/_old 2017-11-03 16:29:05.726940003 +0100 +++ /var/tmp/diff_new_pack.Bo6O1F/_new 2017-11-03 16:29:05.730939857 +0100 @@ -3,7 +3,7 @@ <param name="url">git://github.com/ClusterLabs/crmsh.git</param> <param name="scm">git</param> <param name="filename">crmsh</param> - <param name="versionformat">3.0.1+git.%ct.%h</param> + <param name="versionformat">4.0.0+git.%ct.%h</param> <param name="revision">master</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Bo6O1F/_old 2017-11-03 16:29:05.750939129 +0100 +++ /var/tmp/diff_new_pack.Bo6O1F/_new 2017-11-03 16:29:05.750939129 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/ClusterLabs/crmsh.git</param> - <param name="changesrevision">b695b452ddaf39acd32311c0f64d8733b5a6348f</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">fa88052261c4fa3d34e1df358fbf9cfdabd33ed9</param></service></servicedata> \ No newline at end of file ++++++ crmsh-3.0.1+git.1504985015.b695b452.tar.bz2 -> crmsh-4.0.0+git.1509626995.fa880522.tar.bz2 ++++++ ++++ 13034 lines of diff (skipped)
