From fbeb52975fb8ae88d3293e2b20b2cb72e0b19cee Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Wed, 25 May 2022 17:29:22 +0200 Subject: [PATCH] Bump package version --- .github/workflows/debian.yml | 2 +- pkg/arch/kernel/PKGBUILD | 2 +- pkg/fedora/kernel-surface/kernel-surface.spec | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 622222a85..4c501c0e3 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.17.9 - 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 70b6f9bce..449908b66 100644 --- a/pkg/arch/kernel/PKGBUILD +++ b/pkg/arch/kernel/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=linux-surface pkgver=5.17.9.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 4b7d70da9..cdf60699a 100755 --- a/pkg/fedora/kernel-surface/kernel-surface.spec +++ b/pkg/fedora/kernel-surface/kernel-surface.spec @@ -6,9 +6,9 @@ %global kernel_tag_fc35 kernel-5.17.9-200.fc35 %global kernel_tag_fc34 kernel-5.17.9-100.fc34 -%global kernel_release_fc36 1 -%global kernel_release_fc35 1 -%global kernel_release_fc34 1 +%global kernel_release_fc36 2 +%global kernel_release_fc35 2 +%global kernel_release_fc34 2 # This is what is printed in the GRUB menu. These cannot be fetched from the # buildhost, because in a container this will also say container. To get the @@ -17,7 +17,7 @@ %global fedora_title_fc35 35 (Thirty Five) %global fedora_title_fc34 34 (Thirty Four) -%global ls_patches_commit 2b99605bb23c711ca30f888abeeee995693be558 +%global ls_patches_commit db5d478c8cd5e24aa49c1a04a38f1c5d989a6437 %global sb_crt surface.crt %global sb_key surface.key