* Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-5.sme

- fix systemd service file [SME: 12556]
This commit is contained in:
Jean-Philippe Pialasse 2024-03-26 21:14:44 -04:00
parent 0f4a4aa637
commit 3407c830f9
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,6 @@ Documentation=man:apachectl(8)
[Service] [Service]
Type=notify Type=notify
EnvironmentFile=/etc/sysconfig/httpd
ExecStartPre=/sbin/e-smith/service-status httpd-e-smith ExecStartPre=/sbin/e-smith/service-status httpd-e-smith
ExecStartPre=/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf ExecStartPre=/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
ExecStartPre=/sbin/e-smith/systemd/httpd-e-smith-prepare ExecStartPre=/sbin/e-smith/systemd/httpd-e-smith-prepare

View File

@ -4,7 +4,7 @@ Summary: smeserver server and gateway - apache module
%define name smeserver-apache %define name smeserver-apache
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 4 %define release 5
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -70,6 +70,9 @@ if [ $1 -gt 1 ] ; then
fi fi
%changelog %changelog
* Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-5.sme
- fix systemd service file [SME: 12556]
* Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme * Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
- remove conflicting /etc/httpd/state - remove conflicting /etc/httpd/state