You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# '-3' version of the tarball contains fix for CVE-2021-20197, CVE-2022-47673, CVE-2022-47696, CVE-2022-37434 which cannot be applied as a .patch because source1 is only untar'ed during crash make
13
+
Source1: gdb-%{gdb_version}-3.tar.gz
12
14
# lzo patch sourced from https://src.fedoraproject.org/rpms/crash/blob/rawhide/f/lzo_snappy_zstd.patch
13
15
Patch0: lzo_snappy_zstd.patch
14
16
License: GPLv3+
@@ -36,7 +38,8 @@ This package contains libraries and header files need for development.
36
38
37
39
%prep
38
40
%autosetup -n %{name}-%{version}
39
-
cp %{SOURCE1} .
41
+
# make expect the gdb tarball to be named with its version only, gdb-[version].tar.gz, e.g.: gdb-10.2.tar.gz
0 commit comments