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>
|
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): %fillup_prereq
|
||||||
Requires(post): libxslt-tools
|
Requires(post): libxslt-tools
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
|
%systemd_ordering
|
||||||
Recommends: libtcnative-1-0 >= 1.1.24
|
Recommends: libtcnative-1-0 >= 1.1.24
|
||||||
Recommends: logrotate
|
Recommends: logrotate
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -200,6 +201,7 @@ Summary: Apache jsvc wrapper for Apache Tomcat as separate service
|
|||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: apache-commons-daemon-jsvc
|
Requires: apache-commons-daemon-jsvc
|
||||||
|
%systemd_ordering
|
||||||
|
|
||||||
%description jsvc
|
%description jsvc
|
||||||
Systemd service and wrapper scripts to start tomcat with jsvc,
|
Systemd service and wrapper scripts to start tomcat with jsvc,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user