summaryrefslogtreecommitdiff
path: root/akmods/akmods-cert.spec
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-19 22:17:31 -0500
committerseth <[email protected]>2024-01-20 05:56:19 -0500
commit290a84e86b2f2c3cb1403f94eff416e74d536abd (patch)
treeea3a3138e6949905c2a4e60e8e5905d3f6412867 /akmods/akmods-cert.spec
initial commit
Diffstat (limited to 'akmods/akmods-cert.spec')
-rw-r--r--akmods/akmods-cert.spec25
1 files changed, 25 insertions, 0 deletions
diff --git a/akmods/akmods-cert.spec b/akmods/akmods-cert.spec
new file mode 100644
index 0000000..3512f76
--- /dev/null
+++ b/akmods/akmods-cert.spec
@@ -0,0 +1,25 @@
+Name: getchoo-akmods-cert
+Version: 0.1
+Release: %autorelease
+Summary: getchoo's public certificate for signed akmods
+License: MIT
+URL: https://github.com/getchoo/fedora-oci-images
+BuildArch: noarch
+Supplements: mokutil policycoreutils
+
+Source0: public_key.der
+
+%description
+getchoo's public certificate for enabling secure boot with applicable signed akmods
+
+%prep
+%autosetup -c -T
+
+%install
+install -Dm644 %{SOURCE0} %{buildroot}%{_sysconfdir}/pki/akmods/certs/akmods-getchoo.der
+
+%files
+%attr(0644,root,root) %{_sysconfdir}/pki/akmods/certs/akmods-getchoo.der
+
+%changelog
+%autochangelog