5.0.15-1 (clr 5.0.14-753)
This commit is contained in:
parent
1206bd5f6e
commit
d3155b353d
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 5.0.14
|
pkgver = 5.0.15
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -14,8 +14,8 @@ pkgbase = linux-clear
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.xz
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.0.14.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.0.15.xz
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.13-752
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.0.14-753
|
||||||
source = intel-ucode-20190312.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190312.tar.gz
|
source = intel-ucode-20190312.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190312.tar.gz
|
||||||
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||||
source = 60-linux.hook
|
source = 60-linux.hook
|
||||||
|
@ -26,7 +26,7 @@ pkgbase = linux-clear
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
sha256sums = 437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43
|
sha256sums = 437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = c47e45f0592c2b5263957c494a4df824e764cbfe1b9fa6d894b8ea2df8b9a69d
|
sha256sums = df1c9b45b479648b3eb63e9ba22f3f7345e099e9af70485fe67bfa5d61802650
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 2a4438a66ed1a9b82be943d6d19366c006787ba5af302f425674ca6d8c928099
|
sha256sums = 2a4438a66ed1a9b82be943d6d19366c006787ba5af302f425674ca6d8c928099
|
||||||
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -63,9 +63,9 @@ _rev_override="n"
|
||||||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||||
|
|
||||||
_major=5.0
|
_major=5.0
|
||||||
_minor=14
|
_minor=15
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.13-752
|
_clr=${_major}.14-753
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
@ -106,7 +106,7 @@ prepare() {
|
||||||
echo "$_kernelname" > localversion.20-pkgname
|
echo "$_kernelname" > localversion.20-pkgname
|
||||||
|
|
||||||
### Add Clearlinux patches
|
### Add Clearlinux patches
|
||||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0126' | sed -n 's/.*: //p'); do
|
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | sed -n 's/.*: //p'); do
|
||||||
msg2 "Applying patch ${i}..."
|
msg2 "Applying patch ${i}..."
|
||||||
patch -Np1 -i "$srcdir/clearlinux/${i}"
|
patch -Np1 -i "$srcdir/clearlinux/${i}"
|
||||||
done
|
done
|
||||||
|
@ -336,7 +336,7 @@ done
|
||||||
|
|
||||||
sha256sums=('437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43'
|
sha256sums=('437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'c47e45f0592c2b5263957c494a4df824e764cbfe1b9fa6d894b8ea2df8b9a69d'
|
'df1c9b45b479648b3eb63e9ba22f3f7345e099e9af70485fe67bfa5d61802650'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'2a4438a66ed1a9b82be943d6d19366c006787ba5af302f425674ca6d8c928099'
|
'2a4438a66ed1a9b82be943d6d19366c006787ba5af302f425674ca6d8c928099'
|
||||||
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
||||||
|
|
Reference in a new issue