Hello community,
here is the log from the commit of package rabbitmq-server for openSUSE:Factory
checked in at 2020-05-02 22:17:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rabbitmq-server (Old)
and /work/SRC/openSUSE:Factory/.rabbitmq-server.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rabbitmq-server"
Sat May 2 22:17:33 2020 rev:58 rq:799506 version:3.8.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes
2020-03-16 10:19:44.711621618 +0100
+++
/work/SRC/openSUSE:Factory/.rabbitmq-server.new.2738/rabbitmq-server.changes
2020-05-02 22:17:37.928573094 +0200
@@ -1,0 +2,5 @@
+Fri Apr 24 12:01:33 UTC 2020 - Dirk Mueller <[email protected]>
+
+- use python 3.x for building, allows dropping python 2.x
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rabbitmq-server.spec ++++++
--- /var/tmp/diff_new_pack.vWBt1g/_old 2020-05-02 22:17:39.100575549 +0200
+++ /var/tmp/diff_new_pack.vWBt1g/_new 2020-05-02 22:17:39.108575566 +0200
@@ -59,9 +59,7 @@
BuildRequires: erlang-src
BuildRequires: fdupes
BuildRequires: libxslt
-# require python json module
-BuildRequires: python >= 2.6
-BuildRequires: python-xml
+BuildRequires: python3
BuildRequires: rsync
BuildRequires: unzip
BuildRequires: xmlto
@@ -121,11 +119,13 @@
%build
# Make elixir happy with Unicode
export LANG=en_US.UTF-8
+export PYTHON=%{_bindir}/python3
make all %{_make_args} %{?_smp_mflags}
%install
# Make elixir happy with Unicode
export LANG=en_US.UTF-8
+export PYTHON=%{_bindir}/python3
make install %{_make_args}
mkdir -p %{buildroot}%{_sbindir}