diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 184bb2c97..a232d5623 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.10.16 - KERNEL_REVISION: 1 + KERNEL_REVISION: 2 LOCALVERSION: -surface 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/PKGBUILD b/pkg/arch/kernel/PKGBUILD index e52a18b90..681e67c7d 100644 --- a/pkg/arch/kernel/PKGBUILD +++ b/pkg/arch/kernel/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=linux-surface pkgver=5.10.16.arch1 -pkgrel=1 +pkgrel=2 pkgdesc='Linux' _shortver=${pkgver%.*} _fullver=${pkgver%.*}-${pkgver##*.} diff --git a/pkg/fedora/kernel-surface/kernel-surface.spec b/pkg/fedora/kernel-surface/kernel-surface.spec index 6ef9a11b8..218bd04fe 100755 --- a/pkg/fedora/kernel-surface/kernel-surface.spec +++ b/pkg/fedora/kernel-surface/kernel-surface.spec @@ -5,13 +5,13 @@ %global kernel_tag_fc33 kernel-5.10.16-200.fc33 %global kernel_tag_fc32 kernel-5.10.16-100.fc32 -%global kernel_release_fc33 1 -%global kernel_release_fc32 1 +%global kernel_release_fc33 2 +%global kernel_release_fc32 2 %global fedora_title_fc33 33 (Thirty Three) %global fedora_title_fc32 32 (Thirty Two) -%global ls_patches_commit 102b9aeb9ded5d1bfb9dcdc9e43ead9e39cefd3b +%global ls_patches_commit 51a06b0112387e361904ac57cd2eaebed94a0527 %global sb_crt surface.crt %global sb_key surface.key