automatic version update by autodist [release 1.44.0-1mamba;Sun Jul 06 2025]
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
%endif
|
||||
|
||||
Name: %{?sitename:%sitename-}mediawiki%{?lang:-%lang}
|
||||
Version: 1.43.3
|
||||
Version: 1.44.0
|
||||
Release: 1mamba
|
||||
Summary: A collaborative editing software that runs Wikipedia and other projects
|
||||
Group: Applications/Web
|
||||
@@ -110,23 +110,12 @@ rm -rf %{buildroot}/var/www/html/wiki/extensions/Scribunto/includes/engines/LuaS
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
if [ $1 -ge 1 ]; then
|
||||
service httpd condrestart
|
||||
fi
|
||||
|
||||
# update (LocalSettings.php have to contain database password)
|
||||
if [ $1 -gt 1 ] && [ -e %{installdir}/LocalSettings.php ]; then
|
||||
/usr/bin/php %{installdir}/maintenance/update.php --quick || true
|
||||
fi
|
||||
:
|
||||
|
||||
%preun
|
||||
# uninstall
|
||||
if [ $1 -eq 0 ]; then
|
||||
service httpd condrestart
|
||||
fi
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/httpd/httpd.d/%{name}.conf
|
||||
@@ -137,7 +126,7 @@ fi
|
||||
%{installdir}/CREDITS
|
||||
%{installdir}/cache/.htaccess
|
||||
%{installdir}/composer.json
|
||||
%{installdir}/docker-compose.yml
|
||||
%{installdir}/bundlesize.config.json
|
||||
%{installdir}/docs
|
||||
%{installdir}/extensions
|
||||
%{installdir}/includes
|
||||
@@ -145,6 +134,7 @@ fi
|
||||
%{installdir}/languages
|
||||
%{installdir}/maintenance
|
||||
%{installdir}/resources
|
||||
%{installdir}/sql
|
||||
%{installdir}/skins
|
||||
%{installdir}/vendor
|
||||
%{installdir}/*.php
|
||||
@@ -162,6 +152,9 @@ fi
|
||||
%{installdir}/skins/openmamba/*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 06 2025 Automatic Build System <autodist@openmamba.org> 1.44.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 02 2025 Automatic Build System <autodist@openmamba.org> 1.43.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user