Mageia Bugzilla – Attachment 11309 Details for
Bug 25547
rabbitmq-server does not work in mga7 and needs to be updated with attached fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
diff file from current mga7 rabbitmq server spec file to working one
rabbitmq-server_v3718_mga7_specs.diff (text/plain), 1.49 KB, created by
Mika Laitio
on 2019-10-11 03:08:43 CEST
(
hide
)
Description:
diff file from current mga7 rabbitmq server spec file to working one
Filename:
MIME Type:
Creator:
Mika Laitio
Created:
2019-10-11 03:08:43 CEST
Size:
1.49 KB
patch
obsolete
>--- rabbitmq-server.spec 2019-10-08 15:38:33.906372771 -0700 >+++ ../rpmbuild/SPECS/rabbitmq-server.spec 2019-10-09 13:29:04.948200282 -0700 >@@ -1,10 +1,10 @@ >-%global erlang_minver R12B-3 >+%global erlang_minver 21 > # We want to install into /usr/lib, even on 64-bit platforms > %global _rabbit_libdir %{_exec_prefix}/lib/rabbitmq > > > Name: rabbitmq-server >-Version: 3.6.15 >+Version: 3.7.18 > Release: %mkrel 2 > License: MPLv1.1 > Group: Development/Other >@@ -19,9 +19,12 @@ > > URL: http://www.rabbitmq.com/ > BuildArch: noarch >-BuildRequires: erlang >= %{erlang_minver}, python-simplejson, xmlto, libxslt-proc, python, zip >+#BuildRequires: erlang >= %{erlang_minver} >+BuildRequires: python-simplejson, xmlto, libxslt-proc, python, zip > BuildRequires: rsync > BuildRequires: systemd >+BuildRequires: elixir >+BuildRequires: erlang-eunit > Requires: logrotate > Requires: erlang-erts >= %{erlang_minver} > Requires: erlang-kernel >= %{erlang_minver} >@@ -157,10 +160,15 @@ > %dir %attr(0750, rabbitmq, rabbitmq) %{_localstatedir}/lib/rabbitmq > %dir %attr(0750, rabbitmq, rabbitmq) %{_localstatedir}/log/rabbitmq > %doc LICENSE LICENSE-* >-%{_mandir}/man1/rabbitmq-plugins.1* >-%{_mandir}/man1/rabbitmq-server.1* >-%{_mandir}/man1/rabbitmqctl.1* > %{_mandir}/man5/rabbitmq-env.conf.5* >+%{_mandir}/man8/rabbitmqctl.8* >+%{_mandir}/man8/rabbitmq-diagnostics.8* >+%{_mandir}/man8/rabbitmq-echopid.8.* >+%{_mandir}/man8/rabbitmqctl.8* >+%{_mandir}/man8/rabbitmq-plugins.8* >+%{_mandir}/man8/rabbitmq-server.8* >+%{_mandir}/man8/rabbitmq-service.8* >+ > > >
--- rabbitmq-server.spec 2019-10-08 15:38:33.906372771 -0700 +++ ../rpmbuild/SPECS/rabbitmq-server.spec 2019-10-09 13:29:04.948200282 -0700 @@ -1,10 +1,10 @@ -%global erlang_minver R12B-3 +%global erlang_minver 21 # We want to install into /usr/lib, even on 64-bit platforms %global _rabbit_libdir %{_exec_prefix}/lib/rabbitmq Name: rabbitmq-server -Version: 3.6.15 +Version: 3.7.18 Release: %mkrel 2 License: MPLv1.1 Group: Development/Other @@ -19,9 +19,12 @@ URL: http://www.rabbitmq.com/ BuildArch: noarch -BuildRequires: erlang >= %{erlang_minver}, python-simplejson, xmlto, libxslt-proc, python, zip +#BuildRequires: erlang >= %{erlang_minver} +BuildRequires: python-simplejson, xmlto, libxslt-proc, python, zip BuildRequires: rsync BuildRequires: systemd +BuildRequires: elixir +BuildRequires: erlang-eunit Requires: logrotate Requires: erlang-erts >= %{erlang_minver} Requires: erlang-kernel >= %{erlang_minver} @@ -157,10 +160,15 @@ %dir %attr(0750, rabbitmq, rabbitmq) %{_localstatedir}/lib/rabbitmq %dir %attr(0750, rabbitmq, rabbitmq) %{_localstatedir}/log/rabbitmq %doc LICENSE LICENSE-* -%{_mandir}/man1/rabbitmq-plugins.1* -%{_mandir}/man1/rabbitmq-server.1* -%{_mandir}/man1/rabbitmqctl.1* %{_mandir}/man5/rabbitmq-env.conf.5* +%{_mandir}/man8/rabbitmqctl.8* +%{_mandir}/man8/rabbitmq-diagnostics.8* +%{_mandir}/man8/rabbitmq-echopid.8.* +%{_mandir}/man8/rabbitmqctl.8* +%{_mandir}/man8/rabbitmq-plugins.8* +%{_mandir}/man8/rabbitmq-server.8* +%{_mandir}/man8/rabbitmq-service.8* +
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25547
: 11309 |
11310