public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gns3-server] rawhide: Don't bundle OVMF files in prep so they don't get listed
@ 2026-07-31 8:58 Nicolas Chauvet
0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-07-31 8:58 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 8:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 8:58 [rpms/gns3-server] rawhide: Don't bundle OVMF files in prep so they don't get listed Nicolas Chauvet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox