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:
parent
cafad1832b
commit
0a0a8f72cc
@ -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