From 9279442909d5cd69b451fcf54131d1d567041a0836e07e310dd516426669055d Mon Sep 17 00:00:00 2001 From: Arjen de Korte Date: Fri, 16 Dec 2022 20:19:19 +0000 Subject: [PATCH] Accepting request 1041986 from home:adkorte:branches:server:php:extensions - Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL) OBS-URL: https://build.opensuse.org/request/show/1041986 OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-smbclient?expand=0&rev=8 --- php-smbclient.changes | 5 +++++ php-smbclient.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/php-smbclient.changes b/php-smbclient.changes index 5343d8e..f18c217 100644 --- a/php-smbclient.changes +++ b/php-smbclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 10 10:32:12 UTC 2022 - Arjen de Korte + +- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL) + ------------------------------------------------------------------- Sun Feb 28 22:52:22 UTC 2021 - Arjen de Korte diff --git a/php-smbclient.spec b/php-smbclient.spec index c4ff88f..4698b1b 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -1,7 +1,7 @@ # # spec file for package php-smbclient # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define pkg_name smbclient %define flavor @BUILD_FLAVOR@%{nil} -%if "%{flavor}" == "" +%if "%{flavor}" == "" || (0%{?suse_version} >= 1550 && "%{flavor}" == "php7") %define php_name php ExclusiveArch: do-not-build %else