* Mon Apr 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme

- remove tar.xz from git
This commit is contained in:
Jean-Philippe Pialasse 2024-04-15 22:31:13 -04:00
parent 54a2010eac
commit 05f981a831

View File

@ -1,5 +1,5 @@
%define version 11.0.0 %define version 11.0.0
%define release 7 %define release 8
%define name smeserver-php %define name smeserver-php
%global debug_package %{nil} %global debug_package %{nil}
@ -235,8 +235,8 @@ echo "WantedBy=sme-server.target" >> root/usr/lib/systemd/system/php$phpver-php-
done done
# php7* # php7*
for phpver in "72" "73" "74" "80" "81" "82" "83"; do for phpver in "73" "74" "80" "81" "82" "83"; do
#cp ph70 metada #cp ph72 metada
mkdir -p root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ mkdir -p root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/
cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php72/* root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php72/* root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/
#sed inplace #sed inplace
@ -281,7 +281,7 @@ rm -rf $RPM_BUILD_ROOT
%preun %preun
%changelog %changelog
* Mon Apr 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme * Mon Apr 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
- remove tar.xz from git - remove tar.xz from git
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme * Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme