Accepting request 1154893 from Java:packages
some systemd action OBS-URL: https://build.opensuse.org/request/show/1154893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=105
This commit is contained in:
commit
9dd84dd118
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 16:49:37 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add %%systemd_ordering to packages with systemd unit files, so
|
||||
that the order is the right one if those packages find themselves
|
||||
in the same transaction with systemd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 17 14:55:06 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -118,6 +118,7 @@ Requires: java >= 1.8
|
||||
Requires(post): %fillup_prereq
|
||||
Requires(post): libxslt-tools
|
||||
Requires(pre): shadow
|
||||
%systemd_ordering
|
||||
Recommends: libtcnative-1-0 >= 1.1.24
|
||||
Recommends: logrotate
|
||||
BuildArch: noarch
|
||||
@ -200,6 +201,7 @@ Summary: Apache jsvc wrapper for Apache Tomcat as separate service
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: apache-commons-daemon-jsvc
|
||||
%systemd_ordering
|
||||
|
||||
%description jsvc
|
||||
Systemd service and wrapper scripts to start tomcat with jsvc,
|
||||
|
Loading…
x
Reference in New Issue
Block a user