public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Add IoT config to fix policy around TPM2 requirements
@ 2026-08-10 9:34 Peter Robinson
0 siblings, 0 replies; only message in thread
From: Peter Robinson @ 2026-08-10 9:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : ffc1405c50824d762e177f5018689b410d5ad8c5
Author : Peter Robinson <pbrobinson@fedoraproject.org>
Date : 2018-11-27T13:55:07+00:00
Stats : +9/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/ffc1405c50824d762e177f5018689b410d5ad8c5?branch=f45
Log:
Add IoT config to fix policy around TPM2 requirements
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
---
diff --git a/fedora-release.spec b/fedora-release.spec
index 20e31f2..e55ed98 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -14,7 +14,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 30
-Release: 0.14
+Release: 0.15
License: MIT
URL: https://fedoraproject.org/
@@ -32,6 +32,7 @@ Source17: org.projectatomic.rpmostree1.rules
Source18: 80-iot.preset
Source19: distro-template.swidtag
Source20: distro-edition-template.swidtag
+Source21: iot-clevis.conf
BuildArch: noarch
@@ -477,6 +478,8 @@ install -Dm0644 %{SOURCE13} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
# Fedora IoT
install -Dm0644 %{SOURCE18} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
+mkdir -p %{buildroot}/%{_sysconfdir}/dracut.conf.d
+install -Dm0644 %{SOURCE21} -t %{buildroot}/%{_sysconfdir}/dracut.conf.d/
# Fedora Server
install -Dm0644 %{SOURCE14} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
@@ -553,6 +556,7 @@ ln -s %{_swidtagdir} %{buildroot}%{_sysconfdir}/swid/swidtags.d/fedoraproject.or
%{_prefix}/lib/os-release.iot
%{_prefix}/lib/systemd/system-preset/80-iot.preset
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.iot
+%{_sysconfdir}/dracut.conf.d/iot-clevis.conf
%files kde
@@ -595,6 +599,9 @@ ln -s %{_swidtagdir} %{buildroot}%{_sysconfdir}/swid/swidtags.d/fedoraproject.or
%changelog
+* Tue Nov 27 2018 Peter Robinson <pbrobinson@fedoraproject.org> 30-0.15
+- Add IoT config to fix policy around TPM2 requirements
+
* Thu Nov 15 2018 Jan Pazdziora <jpazdziora@redhat.com> - 30-0.14
- Fix the supplemental edition SWID tag, add the supplemental attribute.
diff --git a/iot-clevis.conf b/iot-clevis.conf
new file mode 100644
index 0000000..53ad74f
--- /dev/null
+++ b/iot-clevis.conf
@@ -0,0 +1 @@
+omit_dracutmodules+="network ifcfg"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:34 [rpms/fedora-release] f45: Add IoT config to fix policy around TPM2 requirements Peter Robinson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox