4.16.2-3 (clr 4.16.2-550)

This commit is contained in:
Josip Ponjavic 2018-04-18 00:08:27 +02:00
parent c6cb1f1ee3
commit 1e5215e7a6
2 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgver = 4.16.2
pkgrel = 2
pkgrel = 3
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
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/patch-4.16.2.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.2.sign
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.2-549
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.2-550
source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
source = 60-linux.hook
source = 90-linux.hook

View file

@ -5,8 +5,8 @@ pkgbase=linux-clear
__basekernel=4.16
_minor=2
pkgver=${__basekernel}.${_minor}
_clearver=${__basekernel}.2-549
pkgrel=2
_clearver=${__basekernel}.2-550
pkgrel=3
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2')
@ -53,8 +53,7 @@ prepare() {
rm -f firmware/intel-ucode/0f*
# Apply clearlinux patches
for i in $(grep "^Patch" ${srcdir}/clearlinux/linux.spec | grep -v 'zero-regs.patch' |\
grep -v '0115-raid6-add-Kconfig-option-to-skip-raid6-benchmarking.patch' | sed -n 's/.*: //p'); do
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch005|^Patch006|^Patch0115|^Patch200|^Patch0500' | sed -n 's/.*: //p'); do
msg "Applying ${i}"
patch -p1 -i "$srcdir/clearlinux/${i}"
done