Merge pull request #1834 from Rmys/master

pisi kernel6 patch
This commit is contained in:
Rmys
2024-05-04 15:53:30 +03:00
committed by GitHub
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,13 @@
diff -Nuar a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py
--- a/pisi/actionsapi/kerneltools.py 2020-01-13 21:53:04.000000000 +0300
+++ b/pisi/actionsapi/kerneltools.py 2024-05-04 15:47:53.174446091 +0300
@@ -182,7 +182,8 @@
"DEPMOD=/bin/true modules_install mod-fw=")
# Remove symlinks first
- pisitools.remove("/lib/modules/%s/source" % suffix)
+ # kernel 6.0 da kapatıldı line 186
+ # pisitools.remove("/lib/modules/%s/source" % suffix)
pisitools.remove("/lib/modules/%s/build" % suffix)
# Install Module.symvers and System.map here too
+8
View File
@@ -29,6 +29,7 @@
<Patch level="1">perlmodules_fix_Build_PL.patch</Patch>
<Patch level="1">python3modules.patch</Patch>
<Patch level="1">kde6-tools.patch</Patch>
<Patch level="1">kerneltools-kernnel6.patch</Patch>
</Patches>
</Source>
@@ -79,6 +80,13 @@
</Package>
<History>
<Update release="26">
<Date>2024-05-04</Date>
<Version>2.7.2</Version>
<Comment>Rebuild kernel6.patch</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="25">
<Date>2024-02-28</Date>
<Version>2.7.2</Version>