File tree 7 files changed +10
-26
lines changed
7 files changed +10
-26
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ mv -f /repo/python-blivet.spec /repo/rpmbuild/SPECS/python-blivet.spec
24
24
25
25
echo " =====IMPORTING KEYS====="
26
26
gpg --import /repo/rpm_signing_key
27
- rpm --import /repo/repo/t2linux-fedora-ci .pub
27
+ rpm --import /repo/repo/t2linux-fedora.pub
28
28
rm -rfv /repo/rpm_signing_key
29
- echo -e " %_signature gpg\n%_gpg_name t2linux-fedora CI " > ~ /.rpmmacros
29
+ echo -e " %_signature gpg\n%_gpg_name T2Linux Fedora " > ~ /.rpmmacros
30
30
31
31
echo " =====BUILDING====="
32
32
cd " /root/rpmbuild" /SPECS
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ sed -i "s@$KERNEL_TMP@@" /root/rpmbuild/SOURCES/linux-kernel-test.patch
71
71
72
72
echo " =====IMPORTING KEYS====="
73
73
gpg --import /repo/rpm_signing_key
74
- rpm --import /repo/repo/t2linux-fedora-ci .pub
74
+ rpm --import /repo/repo/t2linux-fedora.pub
75
75
rm -rfv /repo/rpm_signing_key
76
- echo -e " %_signature gpg\n%_gpg_name t2linux-fedora CI " > ~ /.rpmmacros
76
+ echo -e " %_signature gpg\n%_gpg_name T2Linux Fedora " > ~ /.rpmmacros
77
77
78
78
echo " =====BUILDING====="
79
79
cd " /root/rpmbuild" /SPECS
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ enabled=1
5
5
gpgcheck=1
6
6
cost=998
7
7
priority=98
8
- gpgkey=file:///etc/pki/rpm-gpg/t2linux-fedora-ci .pub
8
+ gpgkey=file:///etc/pki/rpm-gpg/t2linux-fedora.pub
Original file line number Diff line number Diff line change 1
1
Name: t2linux-config
2
2
Version: 6.1.6
3
- Release: 1 %{?dist }
3
+ Release: 2 %{?dist }
4
4
Summary: System configuration for linux on t2 macs.
5
5
License: MIT
6
6
49
49
50
50
%post
51
51
grubby --args=" intel_iommu=on iommu=pt pcie_ports=compat" --update-kernel=ALL
52
- echo " IF YOUR WIFI ISNT WORKING REINSTALL THE KERNEL AFTER DELETEING THE OLD KERNEL FROM THE CACHE."
53
52
54
53
%files
55
54
/etc/modules-load.d/t2linux.conf
Original file line number Diff line number Diff line change 1
1
Name: t2linux-repo
2
- Version: 3 .0.0
2
+ Version: 4 .0.0
3
3
Release: 1%{?dist }
4
4
Summary: DNF Repo for linux on t2 macs.
5
5
License: MIT
6
6
7
7
URL: https://github.com/sharpenedblade/t2linux-fedora-kernel
8
- Source0: t2linux-fedora-ci .pub
8
+ Source0: t2linux-fedora.pub
9
9
Source1: t2linux-fedora.repo
10
10
11
11
%description
@@ -17,7 +17,7 @@ DNF repo files for linux on t2 macs.
17
17
18
18
%install
19
19
install -d -m 755 $RPM_BUILD_ROOT /etc/pki/rpm-gpg
20
- install -m 644 %{_sourcedir }/t2linux-fedora-ci .pub $RPM_BUILD_ROOT /etc/pki/rpm-gpg/
20
+ install -m 644 %{_sourcedir }/t2linux-fedora.pub $RPM_BUILD_ROOT /etc/pki/rpm-gpg/
21
21
22
22
install -d -m 755 $RPM_BUILD_ROOT/etc/yum.repos.d
23
23
install -m 644 %{_sourcedir }/t2linux-fedora.repo $RPM_BUILD_ROOT/etc/yum.repos.d
@@ -28,4 +28,4 @@ install -m 644 %{_sourcedir}/t2linux-fedora.repo $RPM_BUILD_ROOT/etc/yum.repos.d
28
28
%dir /etc/yum.repos.d
29
29
%config /etc/yum.repos.d/t2linux-fedora.repo
30
30
%dir /etc/pki/rpm-gpg
31
- /etc/pki/rpm-gpg/t2linux-fedora-ci .pub
31
+ /etc/pki/rpm-gpg/t2linux-fedora.pub
You can’t perform that action at this time.
0 commit comments