public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Add IoT config to fix policy around TPM2 requirements
Date: Mon, 10 Aug 2026 09:34:41 GMT [thread overview]
Message-ID: <178635448196.1.3651865671554125893.rpms-fedora-release-ffc1405c5082@fedoraproject.org> (raw)
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"
reply other threads:[~2026-08-10 9:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178635448196.1.3651865671554125893.rpms-fedora-release-ffc1405c5082@fedoraproject.org \
--to=pbrobinson@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox