Accepting request 663792 from home:jengelh:branches:network:messaging:amqp
- Avoid name repetition in summary. Trim filler wording from descriptions. (remove invisible useless whitespace from changelog) OBS-URL: https://build.opensuse.org/request/show/663792 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=106
This commit is contained in:
parent
8b63587ac4
commit
d973a3fb83
@ -1,7 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 17:51:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Avoid name repetition in summary. Trim filler wording from
|
||||
descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 02 08:46:22 UTC 2019 - Gabriele Santomaggio <gsantomaggio@suse.com>
|
||||
|
||||
- add the 3.7.x command line tools
|
||||
- add the 3.7.x command line tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 17 08:07:22 UTC 2018 - Dirk Mueller <dmueller@suse.com>
|
||||
@ -141,12 +147,12 @@ Wed Dec 13 12:13:03 UTC 2017 - vuntz@suse.com
|
||||
Tue Dec 12 12:26:10 UTC 2017 - ilausuch@suse.com
|
||||
|
||||
- modified logrotate to use rabbitmqctl to force the creation of the
|
||||
log file after logrotation
|
||||
log file after logrotation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:53:44 UTC 2017 - rbrown@suse.com
|
||||
|
||||
- Replace references to /var/adm/fillup-templates with new
|
||||
- Replace references to /var/adm/fillup-templates with new
|
||||
%_fillupdir macro (boo#1069468)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -418,7 +424,7 @@ Wed Jan 21 16:12:13 UTC 2015 - dmueller@suse.com
|
||||
* prevent /api/* from returning text/html error messages which could
|
||||
act as an XSS vector (since 2.1.0)
|
||||
* fix response-splitting vulnerability in /api/downloads (since 2.1.0)
|
||||
* do not trust X-Forwarded-For header when enforcing 'loopback_users'
|
||||
* do not trust X-Forwarded-For header when enforcing 'loopback_users'
|
||||
(CVE-2014-9494)
|
||||
* disable SSLv3 by default to prevent the POODLE attack
|
||||
|
||||
@ -430,7 +436,7 @@ Wed Jan 21 16:12:13 UTC 2015 - dmueller@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 24 11:52:42 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- ignore stop errors in %preun
|
||||
- ignore stop errors in %preun
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 14 17:18:01 UTC 2014 - tbechtold@suse.com
|
||||
@ -460,7 +466,7 @@ Mon May 5 12:49:05 UTC 2014 - dmueller@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 30 00:08:33 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- do not install init script on systemd distros
|
||||
- do not install init script on systemd distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 10:25:08 UTC 2014 - matwey.kornilov@gmail.com
|
||||
@ -503,7 +509,7 @@ Fri Jan 24 09:17:00 UTC 2014 - dmueller@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 12:29:39 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- install a config file by default
|
||||
- install a config file by default
|
||||
add fix-syntax-error-in-example-conf.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -522,7 +528,7 @@ Tue Jan 7 09:43:57 UTC 2014 - matwey.kornilov@gmail.com
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 13:26:43 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- fix syntax error in wrapper script
|
||||
- fix syntax error in wrapper script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 19:22:37 UTC 2013 - dmueller@suse.com
|
||||
@ -726,4 +732,3 @@ Tue Jun 12 00:00:00 CEST 2007 - hubert@lshift.net
|
||||
Mon May 21 00:00:00 CEST 2007 - hubert@lshift.net
|
||||
|
||||
- Initial build of server library of RabbitMQ package
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
Name: rabbitmq-server
|
||||
Version: 3.7.9
|
||||
Release: 0
|
||||
Summary: The RabbitMQ Server
|
||||
Summary: A message broker supporting AMQP, STOMP and MQTT
|
||||
License: MPL-1.1
|
||||
Group: System/Daemons
|
||||
Url: http://www.rabbitmq.com/
|
||||
@ -87,9 +87,8 @@ Requires: %insserv_prereq
|
||||
#BuildArch: noarch
|
||||
|
||||
%description
|
||||
RabbitMQ is an implementation of AMQP, the emerging standard for high
|
||||
performance enterprise messaging. The RabbitMQ server is a robust and
|
||||
scalable implementation of an AMQP broker.
|
||||
RabbitMQ is an implementation of an AMQP broker. AMQP is an emerging
|
||||
standard for messaging.
|
||||
|
||||
%package plugins
|
||||
Summary: Plugins for the RabbitMQ server
|
||||
@ -97,11 +96,10 @@ Group: System/Daemons
|
||||
Requires: rabbitmq-server = %{version}
|
||||
|
||||
%description plugins
|
||||
RabbitMQ is an implementation of AMQP, the emerging standard for high
|
||||
performance enterprise messaging. The RabbitMQ server is a robust and
|
||||
scalable implementation of an AMQP broker.
|
||||
RabbitMQ is an implementation of an AMQP broker. AMQP is an emerging
|
||||
standard for messaging.
|
||||
|
||||
This package includes some plugins for the RabbitMQ server
|
||||
This package includes some plugins for the RabbitMQ server.
|
||||
|
||||
%package -n erlang-rabbitmq-client
|
||||
Summary: RabbitMQ AMQP language bindings for Erlang
|
||||
@ -110,9 +108,8 @@ Requires: erlang
|
||||
Provides: erlang-gen_server2 = %{version}
|
||||
|
||||
%description -n erlang-rabbitmq-client
|
||||
RabbitMQ is an implementation of AMQP, the emerging standard for high
|
||||
performance enterprise messaging. The RabbitMQ server is a robust and
|
||||
scalable implementation of an AMQP broker.
|
||||
RabbitMQ is an implementation of an AMQP broker. AMQP is an emerging
|
||||
standard for messaging.
|
||||
|
||||
This package includes the RabbitMQ AMQP language bindings for Erlang.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user