Accepting request 241669 from home:posophe:branches:network:messaging:amqp

- The package doesn't provide any sysvinit script or sysconfig file;
  remove dependencies to fillup or insserv if the package build with
  systemd support

OBS-URL: https://build.opensuse.org/request/show/241669
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=47
This commit is contained in:
Dirk Mueller 2014-07-21 15:25:42 +00:00 committed by Git OBS Bridge
parent cafad1832b
commit 0a0a8f72cc
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jul 20 20:04:39 UTC 2014 - p.drouand@gmail.com
- The package doesn't provide any sysvinit script or sysconfig file;
remove dependencies to fillup or insserv if the package build with
systemd support
-------------------------------------------------------------------
Mon May 5 12:49:05 UTC 2014 - dmueller@suse.com

View File

@ -52,8 +52,6 @@ BuildRequires: python-xml
BuildRequires: unzip
BuildRequires: xmlto
BuildRequires: zip
Requires: %fillup_prereq
Requires: %insserv_prereq
Requires: erlang
Requires: logrotate
Provides: AMQP-server
@ -65,6 +63,9 @@ Requires(pre): %insserv_prereq
BuildRequires: systemd
%{?systemd_requires}
%define have_systemd 1
%else
Requires: %fillup_prereq
Requires: %insserv_prereq
%endif
# Do not use noarch since the Erlang packaging does not really allow that
#BuildArch: noarch