5.5.6-2 (clr 5.5.6-914)

This commit is contained in:
Josip Ponjavic 2020-02-25 12:54:09 +01:00
parent e76ab2e67f
commit 36ef2f04d4
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.5.6
pkgrel = 1
pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@ -15,7 +15,7 @@ pkgbase = linux-clear
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.5.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.5.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.5.6.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.5.5-911
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.5.6-914
source = https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-0.0.20200215.tar.xz
source = enable_additional_cpu_optimizations-20191217.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20191217.tar.gz
source = pci-enable-overrides-for-missing-acs-capabilities.patch

View file

@ -68,10 +68,10 @@ _use_current=
_major=5.5
_minor=6
_srcname=linux-${_major}
_clr=${_major}.5-911
_clr=${_major}.6-914
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
pkgrel=2
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
@ -110,7 +110,7 @@ prepare() {
### Add Clearlinux patches
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec |\
grep -Ev '^Patch0123|^Patch1001|^Patch0051' | sed -n 's/.*: //p'); do
grep -Ev '^Patch0123|^Patch1001' | sed -n 's/.*: //p'); do
echo "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux/${i}"
done