diff --git a/tomcat.changes b/tomcat.changes index e1f9373..4003508 100644 --- a/tomcat.changes +++ b/tomcat.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 4 16:49:37 UTC 2024 - Fridrich Strba + +- 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 diff --git a/tomcat.spec b/tomcat.spec index 691b93a..7ea6a72 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -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,