Skip to content

Commit

Permalink
5.19.15-201 [rel]
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Oct 15, 2022
1 parent 97ee633 commit e24a2b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

FEDORA_KERNEL_VERSION=5.19.14-200.fc36
FEDORA_KERNEL_VERSION=5.19.15-201.fc36
PATCHES_GIT=https://github.com/Redecorating/linux-t2-arch
PATCHES_COMMIT=1273b9f53335f5c165ee9eaa68066d28572d2114

Expand Down Expand Up @@ -76,6 +76,7 @@ echo "=====IMPORTING KEYS====="
gpg --import /repo/rpm_signing_key
rpm --import /repo/repo/t2linux-fedora-ci.pub
rm -rfv /repo/rpm_signing_key
echo -e "%_signature gpg\n%_gpg_name t2linux-fedora CI" > ~/.rpmmacros

echo "=====BUILDING====="
cd "/root/rpmbuild"/SPECS
Expand Down
4 changes: 2 additions & 2 deletions t2linux-config.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: t2linux-config
Version: 5.19.14
Release: 2%{?dist}
Version: 5.19.15
Release: 1%{?dist}
Summary: System configuration for linux on t2 macs.
License: MIT

Expand Down

0 comments on commit e24a2b0

Please sign in to comment.