Accepting request 176776 from network:messaging:amqp

- Fixing logrotate errors (bnc#775867)

OBS-URL: https://build.opensuse.org/request/show/176776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2013-06-05 11:09:46 +00:00 committed by Git OBS Bridge
commit 5a44fd9476
2 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,11 @@ Mon Dec 10 16:47:53 UTC 2012 - rhafer@suse.com
* 2.8.4: This is primarily a bugfix release, with several * 2.8.4: This is primarily a bugfix release, with several
improvements to HA queues. improvements to HA queues.
-------------------------------------------------------------------
Fri Aug 17 10:01:57 UTC 2012 - mbarringer@suse.com
- Fixing logrotate errors (bnc#775867)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 16 15:52:52 UTC 2012 - matwey.kornilov@gmail.com Mon Jul 16 15:52:52 UTC 2012 - matwey.kornilov@gmail.com

View File

@ -9,4 +9,5 @@
postrotate postrotate
/sbin/service rabbitmq-server rotate-logs > /dev/null /sbin/service rabbitmq-server rotate-logs > /dev/null
endscript endscript
su rabbitmq rabbitmq
} }