public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gns3-server] rawhide: Don't bundle OVMF files in prep so they don't get listed
Date: Fri, 31 Jul 2026 08:58:08 GMT [thread overview]
Message-ID: <178548828861.1.16822353942993454456.rpms-gns3-server-71aeca1d3bd5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gns3-server
Branch : rawhide
Commit : 71aeca1d3bd5cf6bc1109384f673b6691d5e7d60
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2026-07-31T10:56:21+02:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gns3-server/c/71aeca1d3bd5cf6bc1109384f673b6691d5e7d60?branch=rawhide
Log:
Don't bundle OVMF files in prep so they don't get listed
---
diff --git a/gns3-server.spec b/gns3-server.spec
index 8737cad..3b1dca4 100644
--- a/gns3-server.spec
+++ b/gns3-server.spec
@@ -74,6 +74,10 @@ EOF
# Remove empty file
rm gns3server/symbols/.gitkeep
+# Don't bundle OVMF_CODE.fd OVMF_VARS.fd with the package
+rm gns3server/disks/OVMF_CODE.fd
+rm gns3server/disks/OVMF_VARS.fd
+
%generate_buildrequires
%pyproject_buildrequires
@@ -97,10 +101,6 @@ mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sharedstatedir}/gns3
-# Don't bundle OVMF_CODE.fd OVMF_VARS.fd with the package
-rm -fv %{buildroot}/%{python3_sitelib}/gns3server/disks/OVMF_CODE.fd
-rm -fv %{buildroot}/%{python3_sitelib}/gns3server/disks/OVMF_VARS.fd
-
install -m0644 -D gns3-server.sysusers.conf %{buildroot}%{_sysusersdir}/gns3-server.conf
%check
reply other threads:[~2026-07-31 8:58 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=178548828861.1.16822353942993454456.rpms-gns3-server-71aeca1d3bd5@fedoraproject.org \
--to=kwizart@gmail.com \
--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