Compare commits

..

No commits in common. "factory" and "main" have entirely different histories.

6 changed files with 11 additions and 16 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6801025148f74219235fd757ebe5c5a441a1d51cd30c3b5f62b3888b3cdd428e
size 1873408

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0802cbaa8f277e86426f4b492bc70c24a7116058634f5e10d03c69ba75d4d8a
size 1892520

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:afb44ae42c80b22b6327e451b1c8853356ab26692a0bfe2d932f78272f4a2d71
size 1907512

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0a44c9ec27922f30bba9874097cbbaa566361c436cd7f2d2e44a6e1d0182441
size 1868572

View File

@ -1,13 +1,3 @@
-------------------------------------------------------------------
Mon Nov 18 18:20:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Add loongarch64 as new target
-------------------------------------------------------------------
Mon Nov 18 15:57:13 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Update to kernel headers 6.12
-------------------------------------------------------------------
Sun Sep 15 18:03:24 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@ -17,7 +17,7 @@
Name: linux-glibc-devel
Version: 6.12
Version: 6.11
Release: 0
Summary: Linux headers for userspace development
License: GPL-2.0-only
@ -37,7 +37,7 @@ Obsoletes: linux-kernel-headers < %{version}
%{lua:
function cross_archs()
return "aarch64", "arm", "hppa", "i386", "loongarch64", "m68k", "mips", "ppc64", "ppc64le", "riscv64", "s390x", "sparc", "sparc64", "x86_64"
return "aarch64", "arm", "hppa", "i386", "m68k", "mips", "ppc64", "ppc64le", "riscv64", "s390x", "sparc", "sparc64", "x86_64"
end
function kernel_arch(arch)
@ -49,7 +49,6 @@ function kernel_arch(arch)
["i386"] = "x86",
["i586"] = "x86",
["i686"] = "x86",
["loongarch64"] = "loongarch",
["ppc"] = "powerpc",
["ppc64"] = "powerpc",
["ppc64le"] = "powerpc",