Compare commits

...

4 Commits

15 changed files with 28294 additions and 75 deletions

BIN
config.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
kabi.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@@ -1308,7 +1308,8 @@ if [ %CONFIG_MODULES = y ]; then
%rpm_install_dir/%cpu_arch_flavor \
$(echo %srcversion | sed -r 's/^([0-9]+)\.([0-9]+).*/\1 \2/')
else
echo include ../../../%{basename:%src_install_dir}/Makefile > %rpm_install_dir/%cpu_arch_flavor/Makefile
echo "export KBUILD_OUTPUT = %obj_install_dir/%cpu_arch_flavor" > %rpm_install_dir/%cpu_arch_flavor/Makefile
echo "include ../../../%{basename:%src_install_dir}/Makefile" >> %rpm_install_dir/%cpu_arch_flavor/Makefile
fi
fi

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
#
# spec file for package kernel-rt
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 76e28cef5375feb1d7dcea0d112f8b50524eb429
%define git_commit e9c0e7fb48b1d972e345185cb17ef994c0df7781
%define variant -rt%{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -39,7 +39,7 @@
Name: kernel-rt
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g76e28ce
Release: <RELEASE>.ge9c0e7f
%else
Release: 0
%endif
@@ -1794,7 +1794,8 @@ if [ %CONFIG_MODULES = y ]; then
%rpm_install_dir/%cpu_arch_flavor \
$(echo %srcversion | sed -r 's/^([0-9]+)\.([0-9]+).*/\1 \2/')
else
echo include ../../../%{basename:%src_install_dir}/Makefile > %rpm_install_dir/%cpu_arch_flavor/Makefile
echo "export KBUILD_OUTPUT = %obj_install_dir/%cpu_arch_flavor" > %rpm_install_dir/%cpu_arch_flavor/Makefile
echo "include ../../../%{basename:%src_install_dir}/Makefile" >> %rpm_install_dir/%cpu_arch_flavor/Makefile
fi
fi

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
#
# spec file for package kernel-rt_debug
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 76e28cef5375feb1d7dcea0d112f8b50524eb429
%define git_commit e9c0e7fb48b1d972e345185cb17ef994c0df7781
%define variant -rt%{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -39,7 +39,7 @@
Name: kernel-rt_debug
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g76e28ce
Release: <RELEASE>.ge9c0e7f
%else
Release: 0
%endif
@@ -1794,7 +1794,8 @@ if [ %CONFIG_MODULES = y ]; then
%rpm_install_dir/%cpu_arch_flavor \
$(echo %srcversion | sed -r 's/^([0-9]+)\.([0-9]+).*/\1 \2/')
else
echo include ../../../%{basename:%src_install_dir}/Makefile > %rpm_install_dir/%cpu_arch_flavor/Makefile
echo "export KBUILD_OUTPUT = %obj_install_dir/%cpu_arch_flavor" > %rpm_install_dir/%cpu_arch_flavor/Makefile
echo "include ../../../%{basename:%src_install_dir}/Makefile" >> %rpm_install_dir/%cpu_arch_flavor/Makefile
fi
fi

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
#
# spec file for package kernel-source-rt
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 76e28cef5375feb1d7dcea0d112f8b50524eb429
%define git_commit e9c0e7fb48b1d972e345185cb17ef994c0df7781
%define variant -rt%{nil}
%include %_sourcedir/kernel-spec-macros
@@ -28,7 +28,7 @@
Name: kernel-source-rt
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g76e28ce
Release: <RELEASE>.ge9c0e7f
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
#
# spec file for package kernel-syms-rt
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
%define git_commit 76e28cef5375feb1d7dcea0d112f8b50524eb429
%define git_commit e9c0e7fb48b1d972e345185cb17ef994c0df7781
%define variant -rt%{nil}
%include %_sourcedir/kernel-spec-macros
@@ -25,7 +25,7 @@ Name: kernel-syms-rt
Version: 6.4.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g76e28ce
Release: <RELEASE>.ge9c0e7f
%else
Release: 0
%endif

BIN
patches.kabi.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
patches.suse.tar.bz2 (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,3 @@
2024-12-10 07:41:44 +0000
GIT Revision: 76e28cef5375feb1d7dcea0d112f8b50524eb429
2025-02-10 14:12:38 +0000
GIT Revision: e9c0e7fb48b1d972e345185cb17ef994c0df7781
GIT Branch: SUSE-2024-RT