2024-03-04 16:51:16 +00:00
committed by Git OBS Bridge
parent 0f2f73f709
commit f5307ca6b0
2 changed files with 9 additions and 0 deletions

View File

@@ -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>

View File

@@ -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,