forked from pool/rabbitmq-server
Accepting request 102508 from Virtualization:Cloud:OpenStack:Diablo
- fix /var/run/rabbitmq ownership also includes some spec additions that need review OBS-URL: https://build.opensuse.org/request/show/102508 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=2
This commit is contained in:
parent
5cd2afec8c
commit
973cea5e89
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 15:25:23 UTC 2012 - bwiedemann@suse.com
|
||||
|
||||
- fix /var/run/rabbitmq ownership
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 10 12:01:48 UTC 2012 - prusnak@opensuse.org
|
||||
|
||||
|
@ -41,6 +41,7 @@ if [ -f "$DEFAULTS_FILE" ] ; then
|
||||
fi
|
||||
|
||||
mkdir -p /var/run/rabbitmq
|
||||
chown rabbitmq. /var/run/rabbitmq
|
||||
|
||||
RETVAL=0
|
||||
set -e
|
||||
|
@ -27,6 +27,19 @@ License: MPL-1.1
|
||||
Summary: The RabbitMQ Server
|
||||
Url: http://www.rabbitmq.com/
|
||||
Group: System/Daemons
|
||||
Provides: AMQP-server
|
||||
Requires: erlang, logrotate
|
||||
Requires(post): /sbin/chkconfig
|
||||
Requires(pre): pwdutils /sbin/service
|
||||
Requires(preun): /sbin/chkconfig /sbin/service
|
||||
Requires: %insserv_prereq %fillup_prereq
|
||||
BuildRequires: erlang, python, zip, unzip, libxslt, xmlto
|
||||
%if 0%{?suse_version} < 1110
|
||||
BuildRequires: python-simplejson
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
Source: http://www.rabbitmq.com/releases/rabbitmq-server/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: rabbitmq-server.init
|
||||
Source2: rabbitmq-script-wrapper
|
||||
|
Loading…
x
Reference in New Issue
Block a user