Hello community, here is the log from the commit of package rabbitmq-server for openSUSE:Factory checked in at 2012-04-23 16:12:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rabbitmq-server (Old) and /work/SRC/openSUSE:Factory/.rabbitmq-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rabbitmq-server", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes 2012-02-20 16:17:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes 2012-04-23 16:12:58.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Apr 13 07:31:46 UTC 2012 - [email protected] + +- Require python >= 2.6 for json +- Add _initddir define for SLE11 build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rabbitmq-server.spec ++++++ --- /var/tmp/diff_new_pack.LhM4hO/_old 2012-04-23 16:13:00.000000000 +0200 +++ /var/tmp/diff_new_pack.LhM4hO/_new 2012-04-23 16:13:00.000000000 +0200 @@ -15,16 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define _rabbit_erllibdir %{_libdir}/rabbitmq/lib/rabbitmq_server-%{version} %define _rabbit_libdir %{_libdir}/rabbitmq +%if %{undefined _initddir} +%define _initddir %{_sysconfdir}/init.d +%endif + Name: rabbitmq-server Version: 2.7.1 Release: 0 -License: MPL-1.1 Summary: The RabbitMQ Server -Url: http://www.rabbitmq.com/ +License: MPL-1.1 Group: System/Daemons +Url: http://www.rabbitmq.com/ Source: http://www.rabbitmq.com/releases/rabbitmq-server/v%{version}/%{name}-%{version}.tar.gz Source1: rabbitmq-server.init Source2: rabbitmq-script-wrapper @@ -37,8 +42,8 @@ BuildRequires: erlang-src BuildRequires: fdupes BuildRequires: libxslt -BuildRequires: python -BuildRequires: python-simplejson +# require python json module +BuildRequires: python >= 2.6 BuildRequires: unzip BuildRequires: xmlto BuildRequires: zip @@ -60,7 +65,6 @@ scalable implementation of an AMQP broker. %package plugins -License: MPL-1.1 Summary: Plugins for the RabbitMQ server Group: System/Daemons Requires: rabbitmq-server = %{version} @@ -73,7 +77,6 @@ This package includes some plugins for the RabbitMQ server %package -n erlang-rabbitmq-client -License: MPL-1.1 Summary: RabbitMQ AMQP language bindings for Erlang Group: Development/Libraries/Other Requires: erlang -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
