Accepting request 1118249 from home:ngueorguiev:branches:hardware
- Reverted back the if condition (bsc#1216212) * %if 0%{?suse_version} from "1500" to "1300" to avoid build error on IBS OBS-URL: https://build.opensuse.org/request/show/1118249 OBS-URL: https://build.opensuse.org/package/show/hardware/qclib?expand=0&rev=40
This commit is contained in:
parent
6cc5784f00
commit
1b0aeb9504
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user