Changes of Revision 44
chwala.spec
Changed
x
1
2
%patch0000 -p1
3
4
%build
5
+%if 0%{?rhel} >= 8
6
+#Mod php has been deprecated and the php_ options no longer work
7
+sed -i '/php_/s/^/#/' doc/chwala.conf
8
+%endif
9
10
%install
11
mkdir -p \
12