Accepting request 1245536 from devel:tools:statica
- OK, bump to llvm 15 again, everything moved to 15 in the meantime - support old distros * use gcc-14 c++ headers * add rpmlintrc filter for libkleeRuntest1_0 OBS-URL: https://build.opensuse.org/request/show/1245536 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/klee?expand=0&rev=43
This commit is contained in:
commit
0952c7557f
@ -1 +1,2 @@
|
||||
addFilter("devel-file-in-non-devel-package")
|
||||
addFilter("shlib-policy-name-error.*libkleeRuntest1_0")
|
||||
|
12
klee.changes
12
klee.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 06:38:42 UTC 2025 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- OK, bump to llvm 15 again, everything moved to 15 in the meantime
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 08:49:12 UTC 2025 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- support old distros
|
||||
* use gcc-14 c++ headers
|
||||
* add rpmlintrc filter for libkleeRuntest1_0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 03 12:05:59 UTC 2025 - jslaby@suse.cz
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define llvm_version 14
|
||||
%define llvm_version 15
|
||||
|
||||
%ifarch x86_64
|
||||
%define with_uclibc 1
|
||||
@ -40,6 +40,9 @@ Source3: https://raw.githubusercontent.com/llvm/llvm-project/llvmorg-%{ll
|
||||
|
||||
BuildRequires: clang%{llvm_version}
|
||||
BuildRequires: cmake
|
||||
%if 0%{suse_version} < 1600
|
||||
BuildRequires: gcc14-c++
|
||||
%endif
|
||||
BuildRequires: gperftools-devel
|
||||
%if %{with_uclibc}
|
||||
BuildRequires: klee-uclibc-devel-static(llvm%{llvm_version})
|
||||
|
Loading…
x
Reference in New Issue
Block a user