- use boolean / extended requires for glibc requires
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=264
This commit is contained in:
parent
550ad5a1a4
commit
1c0eacdacc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 08:27:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- use boolean / extended requires for glibc requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 18 12:19:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -46,8 +46,7 @@ BuildRequires: automake
|
||||
BuildRequires: pkgconfig
|
||||
ExclusiveArch: aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l armv6hl
|
||||
%if "%{flavor}" == ""
|
||||
Requires: glibc >= %{glibc_main_version}.%{glibc_major_version}
|
||||
Requires: glibc < %{glibc_main_version}.%{lua:print(rpm.expand("%{glibc_major_version}")+1)}
|
||||
Requires: (glibc >= %{glibc_main_version}.%{glibc_major_version} with glibc < %{glibc_main_version}.%{lua:print(rpm.expand("%{glibc_major_version}")+1)})
|
||||
Provides: callgrind = %{version}
|
||||
Obsoletes: callgrind < %{version}
|
||||
%if %{with docs}
|
||||
|
Loading…
Reference in New Issue
Block a user