-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backport unversioned obsoletes fix for rpi
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
rpi4/scripts-package-kernel-spec-backport-obsoletes-fix.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/scripts/package/kernel.spec b/scripts/package/kernel.spec | ||
index 3eee0143e0c5..921251aa13a2 100644 | ||
--- a/scripts/package/kernel.spec | ||
+++ b/scripts/package/kernel.spec | ||
@@ -27,7 +27,7 @@ The Linux Kernel, the operating system core itself | ||
%package headers | ||
Summary: Header files for the Linux kernel for use by glibc | ||
Group: Development/System | ||
-Obsoletes: kernel-headers | ||
+Obsoletes: kernel-headers < %{version} | ||
Provides: kernel-headers = %{version} | ||
%description headers | ||
Kernel-headers includes the C header files that specify the interface |
13 changes: 13 additions & 0 deletions
13
rpi5/scripts-package-kernel-spec-backport-obsoletes-fix.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/scripts/package/kernel.spec b/scripts/package/kernel.spec | ||
index 3eee0143e0c5..921251aa13a2 100644 | ||
--- a/scripts/package/kernel.spec | ||
+++ b/scripts/package/kernel.spec | ||
@@ -27,7 +27,7 @@ The Linux Kernel, the operating system core itself | ||
%package headers | ||
Summary: Header files for the Linux kernel for use by glibc | ||
Group: Development/System | ||
-Obsoletes: kernel-headers | ||
+Obsoletes: kernel-headers < %{version} | ||
Provides: kernel-headers = %{version} | ||
%description headers | ||
Kernel-headers includes the C header files that specify the interface |