Browse Source

Fix broken spectool on fedora 33

Instead of text files it downloads garbage so the surface config file
gets corrupted. Downgrade it until the issue is resolved upstream

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
Dorian Stoll 4 years ago
parent
commit
74e3a9cd99
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .github/workflows/fedora-33.yml
  2. 1 1
      pkg/fedora/kernel-surface/kernel-surface.spec

+ 1 - 0
.github/workflows/fedora-33.yml

@@ -22,6 +22,7 @@ jobs:
         dnf distro-sync -y
         dnf install -y rpmdevtools rpm-sign 'dnf-command(builddep)'
         dnf builddep -y pkg/fedora/kernel-surface/kernel-surface.spec
+        dnf downgrade -y rpmdevtools
 
     - name: Setup secureboot certificate
       env:

+ 1 - 1
pkg/fedora/kernel-surface/kernel-surface.spec

@@ -5,7 +5,7 @@
 %global kernel_tag_fc33 kernel-5.10.10-200.fc33
 %global kernel_tag_fc32 kernel-5.10.10-100.fc32
 
-%global kernel_release_fc33 1
+%global kernel_release_fc33 2
 %global kernel_release_fc32 1
 
 %global fedora_title_fc33 33 (Thirty Three)