8
0

Accepting request 1296193 from Base:System

- Update to kernel headers 6.16 (forwarded request 1296192 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1296193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=101
This commit is contained in:
2025-08-12 15:02:57 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 12 deletions
+10
View File
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 28 17:36:24 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Update to kernel headers 6.16
-------------------------------------------------------------------
Wed Jun 4 11:55:43 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Rewrite preinstall scriptlet in lua
-------------------------------------------------------------------
Mon May 26 07:37:31 UTC 2025 - Andreas Schwab <schwab@suse.de>
+8 -9
View File
@@ -17,7 +17,7 @@
Name: linux-glibc-devel
Version: 6.15
Version: 6.16
Release: 0
Summary: Linux headers for userspace development
License: GPL-2.0-only
@@ -83,19 +83,19 @@ packages, instead.
for i,arch in ipairs({cross_archs()}) do
print(rpm.expand([[
%package -n cross-]]..arch..[[-linux-glibc-devel
%package -n cross-]]..arch..[[-%{name}
Summary: Linux headers for ]]..arch..[[ userspace cross development
Group: Development/Libraries/C and C++
BuildArch: noarch
%description -n cross-]]..arch..[[-linux-glibc-devel
%description -n cross-]]..arch..[[-%{name}
This package provides Linux kernel headers for ]]..arch..[[, the kernel API description
required for compilation of almost all programs.
]]))
end}
%prep
%setup -q -n linux-glibc-devel-%{version}
%setup -q -n %{name}-%{version}
%build
for karch in *; do
@@ -162,10 +162,9 @@ cd ..
]]))
end}
%pre
if test -L %{_includedir}/asm; then
rm -f %{_includedir}/asm
fi
%pre -p <lua>
link = "%{_includedir}/asm"
if posix.readlink(link) then os.remove(link) end
%files
%{_includedir}/*
@@ -174,7 +173,7 @@ fi
for i,arch in ipairs({cross_archs()}) do
print(rpm.expand([[
%files -n cross-]]..arch..[[-linux-glibc-devel
%files -n cross-]]..arch..[[-%{name}
%{_prefix}/]]..gcc_target(arch).."\n"))
end}
Binary file not shown.
Binary file not shown.