diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index b20c43630..014426034 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -8,7 +8,7 @@ name: Debian env: GPG_KEY_ID: 56C464BAAC421453 KERNEL_VERSION: 5.8.10 - KERNEL_REVISION: 2 + KERNEL_REVISION: 3 LOCALVERSION: -surface MAINLINE_REPO: git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack MAINLINE_BRANCH: cod/mainline diff --git a/.github/workflows/debian_lts.yml b/.github/workflows/debian_lts.yml index 00293d652..1dca67d5b 100644 --- a/.github/workflows/debian_lts.yml +++ b/.github/workflows/debian_lts.yml @@ -8,7 +8,7 @@ name: Debian LTS env: GPG_KEY_ID: 56C464BAAC421453 KERNEL_VERSION: 4.19.146 - KERNEL_REVISION: 2 + KERNEL_REVISION: 3 LOCALVERSION: -surface-lts MAINLINE_REPO: git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack MAINLINE_BRANCH: cod/mainline diff --git a/pkg/arch/kernel-lts/PKGBUILD b/pkg/arch/kernel-lts/PKGBUILD index 1cbafb6f0..bb7efbbb1 100644 --- a/pkg/arch/kernel-lts/PKGBUILD +++ b/pkg/arch/kernel-lts/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=linux-surface-lts pkgver=4.19.146 -pkgrel=2 +pkgrel=3 pkgdesc='LTS Linux' url="https://www.kernel.org/" arch=(x86_64) diff --git a/pkg/arch/kernel/PKGBUILD b/pkg/arch/kernel/PKGBUILD index 3bd6ff0c9..92d055876 100644 --- a/pkg/arch/kernel/PKGBUILD +++ b/pkg/arch/kernel/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=linux-surface pkgver=5.8.10.arch1 -pkgrel=2 +pkgrel=3 pkgdesc='Linux' _fullver=${pkgver%.*}-${pkgver##*.} _srctag=v${_fullver} diff --git a/pkg/fedora/kernel-surface/kernel-surface.spec b/pkg/fedora/kernel-surface/kernel-surface.spec index 6a2a6430e..797e46067 100755 --- a/pkg/fedora/kernel-surface/kernel-surface.spec +++ b/pkg/fedora/kernel-surface/kernel-surface.spec @@ -6,15 +6,15 @@ %global kernel_tag_fc32 kernel-5.8.10-200.fc32 %global kernel_tag_fc31 kernel-5.8.10-100.fc31 -%global kernel_release_fc33 1 -%global kernel_release_fc32 1 -%global kernel_release_fc31 1 +%global kernel_release_fc33 2 +%global kernel_release_fc32 2 +%global kernel_release_fc31 2 %global fedora_title_fc33 33 (Thirty Three) %global fedora_title_fc32 32 (Thirty Two) %global fedora_title_fc31 31 (Thirty One) -%global ls_patches_commit b27a8f90c75f5d8d670670939c4f485a2213a093 +%global ls_patches_commit 36b1d5d4738cb11179633acfa52dada2f92b3db1 %global sb_crt surface.crt %global sb_key surface.key