6.6.3-xanmod1

This commit is contained in:
kelpee (Sergey) 2023-11-30 18:52:32 +02:00
parent 005317adab
commit 4d323e46a7
2 changed files with 1 additions and 19 deletions

View file

@ -35,7 +35,7 @@
%define patch_rel 1
# Release number. Increase this before a rebuild.
%define rpmrel 1.k
%define rpmrel 20.k
%define fullrpmrel %{rpmrel}
@ -268,9 +268,6 @@ Source80: kernel.rpmlintrc
#The real-time version is recommended for critical runtime applications such as Linux gaming eSports, streaming, live productions and ultra-low latency enthusiasts.
Patch0: https://github.com/xanmod/linux/releases/download/%{kversion_base}-%{patch_name}%{patch_rel}/patch-%{kversion_base}-%{patch_name}%{patch_rel}.xz
#Avoid error: "Unversioned Python shebangs are not allowed. Specify python3 or python2 explicitly in /builddir/build/BUILDROOT/kernel-5.14.0.xm1-10.x86_64//usr/libexec/perf-core/scripts/python/libxed.py"
Patch41: unversioned-python-shebangs-are-not-allowed-error-avoid.patch
# Patches from mainline
# none

View file

@ -1,15 +0,0 @@
diff -Naur linux-5.14.orig/tools/perf/scripts/python/libxed.py linux-5.14/tools/perf/scripts/python/libxed.py
--- linux-5.14.orig/tools/perf/scripts/python/libxed.py 2021-09-03 20:47:57.794788303 +0300
+++ linux-5.14/tools/perf/scripts/python/libxed.py 2021-09-03 20:47:57.888788308 +0300
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# SPDX-License-Identifier: GPL-2.0
# libxed.py: Python wrapper for libxed.so
# Copyright (c) 2014-2021, Intel Corporation.
diff -Naur linux-6.0.orig/tools/perf/tests/shell/lib/perf_json_output_lint.py
--- linux-6.0.orig/tools/perf/tests/shell/lib/perf_json_output_lint.py 2021-09-03 20:47:57.794788303 +0300
+++ linux-6.0/tools/perf/tests/shell/lib/perf_json_output_lint.py 2021-09-03 20:47:57.888788308 +0300
@@ -1,3 +1,2 @@
-#!/usr/bin/python
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
# Basic sanity check of perf JSON output as specified in the man page.