diff --git a/qclib.changes b/qclib.changes index 0cbe6f7..185e770 100644 --- a/qclib.changes +++ b/qclib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 16 11:13:48 UTC 2023 - Nikolay Gueorguiev + +- 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 diff --git a/qclib.spec b/qclib.spec index d3ddf74..8972a4c 100644 --- a/qclib.spec +++ b/qclib.spec @@ -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