Compare commits
No commits in common. "factory" and "main" have entirely different histories.
3
linux-glibc-devel-6.10.tar.xz
Normal file
3
linux-glibc-devel-6.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6801025148f74219235fd757ebe5c5a441a1d51cd30c3b5f62b3888b3cdd428e
|
||||
size 1873408
|
3
linux-glibc-devel-6.11.tar.xz
Normal file
3
linux-glibc-devel-6.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0802cbaa8f277e86426f4b492bc70c24a7116058634f5e10d03c69ba75d4d8a
|
||||
size 1892520
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afb44ae42c80b22b6327e451b1c8853356ab26692a0bfe2d932f78272f4a2d71
|
||||
size 1907512
|
3
linux-glibc-devel-6.9.tar.xz
Normal file
3
linux-glibc-devel-6.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0a44c9ec27922f30bba9874097cbbaa566361c436cd7f2d2e44a6e1d0182441
|
||||
size 1868572
|
@ -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>
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user