5.6.14-1 (clr 5.6.14-955)

This commit is contained in:
Josip Ponjavic 2020-05-21 22:53:37 +02:00
parent b97b9ce9f2
commit 0c0fe1e933
2 changed files with 11 additions and 10 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.6.13
pkgrel = 3
pkgver = 5.6.14
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@ -14,15 +14,15 @@ pkgbase = linux-clear
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.6.13.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.6.13-952
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.6.14.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.6.14-955
source = enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v5.4-5.6_v1.patch
source = pci-enable-overrides-for-missing-acs-capabilities.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622
sha256sums = SKIP
sha256sums = d8604aec02928a19e213af003977108e4b93935762b178f86da9e7c18e6cebac
sha256sums = 07e737cfdc79382dc259c4844a150d8d72ebbcdc9d7e03a9503f8f8e19f1aea4
sha256sums = SKIP
sha256sums = c650fc6ff773e99dbc1fda9411b10b06513c5161791106c44d5a11dbcf6420f9
sha256sums = 2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e

View file

@ -66,12 +66,12 @@ _use_current=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.6
_minor=13
_minor=14
_srcname=linux-${_major}
_clr=${_major}.13-952
_clr=${_major}.14-955
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=3
pkgrel=1
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
@ -105,7 +105,8 @@ prepare() {
echo "${pkgbase#linux}" > localversion.20-pkgname
### Add Clearlinux patches
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | sed -n 's/.*: //p'); do
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec |\
grep -Ev '^Patch0001|^Patch0002|^Patch0007|^Patch0008' | sed -n 's/.*: //p'); do
echo "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux/${i}"
done
@ -341,7 +342,7 @@ done
sha256sums=('e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622'
'SKIP'
'd8604aec02928a19e213af003977108e4b93935762b178f86da9e7c18e6cebac'
'07e737cfdc79382dc259c4844a150d8d72ebbcdc9d7e03a9503f8f8e19f1aea4'
'SKIP'
'c650fc6ff773e99dbc1fda9411b10b06513c5161791106c44d5a11dbcf6420f9'
'2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e')