Ana Guerrero 2023-10-19 20:46:57 +00:00 committed by Git OBS Bridge
commit e409745f04
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 16 11:13:48 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Reverted back the if condition (bsc#1216212)
* %if 0%{?suse_version} from "1500" to "1300" to avoid build error on IBS
-------------------------------------------------------------------
Tue May 30 06:23:30 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>

View File

@ -30,7 +30,7 @@ Source1: %{name}-rpmlintrc
BuildRequires: doxygen
BuildRequires: gcc-c++
ExclusiveArch: s390 s390x
%if 0%{?suse_version} > 1500
%if 0%{?suse_version} > 1300
BuildRequires: glibc-devel-static
%else
BuildRequires: glibc-devel