From 0f4a4aa637a5e32518ecf7414427c66a1c2c2a14 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Tue, 26 Mar 2024 01:10:29 -0400 Subject: [PATCH] * Tue Mar 26 2024 Jean-Philippe Pialasse 11.0.0-4.sme - remove conflicting /etc/httpd/state --- root/etc/httpd/state | 1 - root/var/state/httpd/.gitignore | 0 smeserver-apache.spec | 5 ++++- 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 120000 root/etc/httpd/state delete mode 100644 root/var/state/httpd/.gitignore diff --git a/root/etc/httpd/state b/root/etc/httpd/state deleted file mode 120000 index b16b28b..0000000 --- a/root/etc/httpd/state +++ /dev/null @@ -1 +0,0 @@ -../../var/state/httpd \ No newline at end of file diff --git a/root/var/state/httpd/.gitignore b/root/var/state/httpd/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/smeserver-apache.spec b/smeserver-apache.spec index e64446f..7bfc5e7 100644 --- a/smeserver-apache.spec +++ b/smeserver-apache.spec @@ -4,7 +4,7 @@ Summary: smeserver server and gateway - apache module %define name smeserver-apache Name: %{name} %define version 11.0.0 -%define release 3 +%define release 4 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -70,6 +70,9 @@ if [ $1 -gt 1 ] ; then fi %changelog +* Tue Mar 26 2024 Jean-Philippe Pialasse 11.0.0-4.sme +- remove conflicting /etc/httpd/state + * Mon Mar 25 2024 Jean-Philippe Pialasse 11.0.0-3.sme - conflict with smeserver-proxy