Accepting request 242760 from network:messaging:amqp
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/242760 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=21
This commit is contained in:
commit
6f241edd02
@ -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
|
Mon May 5 12:49:05 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -52,8 +52,6 @@ BuildRequires: python-xml
|
|||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
Requires: %fillup_prereq
|
|
||||||
Requires: %insserv_prereq
|
|
||||||
Requires: erlang
|
Requires: erlang
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Provides: AMQP-server
|
Provides: AMQP-server
|
||||||
@ -65,6 +63,9 @@ Requires(pre): %insserv_prereq
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%define have_systemd 1
|
%define have_systemd 1
|
||||||
|
%else
|
||||||
|
Requires: %fillup_prereq
|
||||||
|
Requires: %insserv_prereq
|
||||||
%endif
|
%endif
|
||||||
# Do not use noarch since the Erlang packaging does not really allow that
|
# Do not use noarch since the Erlang packaging does not really allow that
|
||||||
#BuildArch: noarch
|
#BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user