4.16.6-2 (clr 4.16.6-563)

This commit is contained in:
Josip Ponjavic 2018-05-01 09:23:52 +02:00
parent f68c91c264
commit ca510456f4
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear pkgbase = linux-clear
pkgver = 4.16.6 pkgver = 4.16.6
pkgrel = 1 pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux url = https://github.com/clearlinux-pkgs/linux
arch = x86_64 arch = x86_64
license = GPL2 license = GPL2
@ -16,7 +16,7 @@ pkgbase = linux-clear
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.sign source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.6.xz source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.6.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.6.sign source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.6.sign
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.5-558 source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.6-563
source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
source = 60-linux.hook source = 60-linux.hook
source = 90-linux.hook source = 90-linux.hook

View file

@ -19,8 +19,8 @@ pkgbase=linux-clear
__basekernel=4.16 __basekernel=4.16
_minor=6 _minor=6
pkgver=${__basekernel}.${_minor} pkgver=${__basekernel}.${_minor}
_clearver=${__basekernel}.5-558 _clearver=${__basekernel}.6-563
pkgrel=1 pkgrel=2
arch=('x86_64') arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux" url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2') license=('GPL2')
@ -67,7 +67,7 @@ prepare() {
patch -p1 -i ../patch-${pkgver} patch -p1 -i ../patch-${pkgver}
# Apply clearlinux patches # Apply clearlinux patches
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0115|^Patch0410|^Patch0500|^Patch200' | sed -n 's/.*: //p'); do for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0115|^Patch0500|^Patch200' | sed -n 's/.*: //p'); do
msg "Applying ${i}" msg "Applying ${i}"
patch -p1 -i "$srcdir/clearlinux/${i}" patch -p1 -i "$srcdir/clearlinux/${i}"
done done