From 3443cae88fef9d724b7006f9ff21fee314a0ebca Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 11 Oct 2024 09:36:51 +0200 Subject: [PATCH] update to 11.0.1 [release 11.0.1-1mamba;Thu Aug 15 2024] --- drupal.spec | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/drupal.spec b/drupal.spec index bf1b2c3..160e3d5 100644 --- a/drupal.spec +++ b/drupal.spec @@ -22,17 +22,17 @@ %endif Name: %{?sitename:%sitename-website-}drupal -Version: 10.2.7 +Version: 11.0.1 Release: 1mamba Summary: An open source content management platform powering millions of websites and applications Group: Applications/Web Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://www.drupal.org +URL: https://github.com/drupal/drupal +# Note: www.drupal.org returns 403 to Mozilla/* UA URL test +#URL: https://www.drupal.org Source: http://ftp.drupal.org/files/projects/drupal-%{version}.tar.gz -Source1: http://ftp.drupal.org/files/projects/es-6.x-1.4.tar.gz -Source2: http://www.drupalitalia.org/sites/drupalitalia.org/files/translations/drupal-6.17-it-translations.tgz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: systemd @@ -48,11 +48,10 @@ BuildArch: noarch Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world. %prep -%setup -q -a1 -a2 +%setup -q sed -i "s|#!/bin/php|#!%{_bindir}/php|" core/scripts/update-countries.sh %build -chmod 644 profiles/default/translations/it.po cp sites/default/default.settings.php sites/default/settings.php %install @@ -112,32 +111,23 @@ fi %{installdir}/autoload.php %{installdir}/composer.json %{installdir}/composer.lock -#%{installdir}/authorize.php %{installdir}/core -#%{installdir}/cron.php %{installdir}/example.gitignore -#%{installdir}/includes %{installdir}/index.php -#%{installdir}/install.php -#%{installdir}/misc %{installdir}/modules %{installdir}/profiles %{installdir}/README.md %{installdir}/sites %dir %attr(0775,root,nobody) %{installdir}/sites/default %attr(0664,root,nobody) %config(noreplace) %{installdir}/sites/default/settings.php -%{installdir}/sites/default/default.settings.php -%{installdir}/sites/example.sites.php -%{installdir}/sites/README.txt -#%{installdir}/scripts -#%{installdir}/sites %{installdir}/themes %{installdir}/update.php %{installdir}/vendor -%{installdir}/web.config -#%{installdir}/xmlrpc.php %changelog +* Thu Aug 15 2024 Silvan Calarco 11.0.1-1mamba +- update to 11.0.1 + * Sun Jun 09 2024 Silvan Calarco 10.2.7-1mamba - update to 10.2.7