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