Skip to content

Commit 0a36222

Browse files
Add f39 GPG key and move f38 key
1 parent 8d21c7e commit 0a36222

5 files changed

Lines changed: 25 additions & 26 deletions

File tree

t2linux-repo/t2linux-fedora-39.pub

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
-----BEGIN PGP PUBLIC KEY BLOCK-----
2+
3+
mDMEZR4VUBYJKwYBBAHaRw8BAQdAblZulgVHddCPHvfbGGYWyA4vNt49lZMxRS+R
4+
6OSrWWi0E3QybGludXggRmVkb3JhICgzOSmImQQTFgoAQRYhBPjRUuPH2y7Vt7Kb
5+
bUmoYbkRXcpTBQJlHhVQAhsDBQkBPAkABQsJCAcCAiICBhUKCQgLAgQWAgMBAh4H
6+
AheAAAoJEEmoYbkRXcpTrj0A/jRot/c8fhcXeYDWzK/06mvuYQ2oCOE64QHcAb4u
7+
FnukAP9O+vyAKwn9jOlQD60tuTXOuT76BvUBQwSPHbRTKzOwCLg4BGUeFVASCisG
8+
AQQBl1UBBQEBB0DqNFySYjXeS4Yw3xgJh3NMxdcFSgsk4srbCvsjGhFiXQMBCAeI
9+
fgQYFgoAJhYhBPjRUuPH2y7Vt7KbbUmoYbkRXcpTBQJlHhVQAhsMBQkBPAkAAAoJ
10+
EEmoYbkRXcpTAxcA/imAxR9lDpz1jbVZnKIbh3xU+EN8XU1qfbPuxI9vxqjtAQC+
11+
zVRSC6jt/FGOMMXXn10khuqTFV4YVP3GjY9TQM5LDw==
12+
=h+cy
13+
-----END PGP PUBLIC KEY BLOCK-----

t2linux-repo/t2linux-fedora-new.pub

Lines changed: 0 additions & 13 deletions
This file was deleted.

t2linux-repo/t2linux-fedora.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ enabled=True
55
gpgcheck=True
66
cost=800
77
priority=80
8-
gpgkey=file:///etc/pki/rpm-gpg/t2linux-fedora.pub
8+
gpgkey=file:///etc/pki/rpm-gpg/t2linux-fedora-38.pub

t2linux-repo/t2linux-repo.spec

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Name: t2linux-repo
2-
Version: 5.0.1
3-
Release: 3%{?dist}
2+
Version: 6.0.0
3+
Release: 1%{?dist}
44
Summary: DNF Repo for linux on t2 macs.
55
License: MIT
6-
76
URL: https://github.com/t2linux/fedora-kernel
8-
Source0: t2linux-fedora.pub
9-
Source1: t2linux-fedora-new.pub
10-
Source2: t2linux-fedora.repo
7+
8+
Source0: t2linux-fedora.repo
9+
Source1: t2linux-fedora-38.pub
10+
Source2: t2linux-fedora-39.pub
1111

1212
%description
1313
DNF repo files for linux on t2 macs.
@@ -17,12 +17,11 @@ DNF repo files for linux on t2 macs.
1717
%build
1818

1919
%install
20-
install -D -m 644 %{SOURCE0} %{buildroot}/etc/pki/rpm-gpg/t2linux-fedora.pub
21-
install -D -m 644 %{SOURCE1} %{buildroot}/etc/pki/rpm-gpg/t2linux-fedora-new.pub
22-
23-
install -D -m 644 %{SOURCE2} %{buildroot}/etc/yum.repos.d/t2linux-fedora.repo
20+
install -D -m 644 %{SOURCE0} %{buildroot}/etc/yum.repos.d/t2linux-fedora.repo
21+
install -D -m 644 %{SOURCE1} %{buildroot}/etc/pki/rpm-gpg/t2linux-fedora-38.pub
22+
install -D -m 644 %{SOURCE2} %{buildroot}/etc/pki/rpm-gpg/t2linux-fedora-39.pub
2423

2524
%files
2625
/etc/yum.repos.d/t2linux-fedora.repo
27-
/etc/pki/rpm-gpg/t2linux-fedora.pub
28-
/etc/pki/rpm-gpg/t2linux-fedora-new.pub
26+
/etc/pki/rpm-gpg/t2linux-fedora-38.pub
27+
/etc/pki/rpm-gpg/t2linux-fedora-39.pub

0 commit comments

Comments
 (0)