public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gns3-gui] f43: Add missing BR and empty files fix
@ 2026-07-31 17:59 Nicolas Chauvet
  0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-07-31 17:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gns3-gui
Branch : f43
Commit : 1356b2b9dd655e85b6f06f89e105e21f2ec83da1
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2026-07-31T11:39:47+02:00
Stats  : +5/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gns3-gui/c/1356b2b9dd655e85b6f06f89e105e21f2ec83da1?branch=f43

Log:
Add missing BR and empty files fix

---
diff --git a/gns3-gui.spec b/gns3-gui.spec
index eb5d078..d2e1098 100644
--- a/gns3-gui.spec
+++ b/gns3-gui.spec
@@ -19,11 +19,13 @@ BuildArch:      noarch
 BuildRequires:  python3-devel 
 BuildRequires:  desktop-file-utils
 BuildRequires:  libappstream-glib
+BuildRequires:  python3-pyqt6
+BuildRequires:  python3-sip-devel
 
 Requires: telnet 
 Requires: socat
 Requires: python3-jsonschema 
-Requires: python3-psutil 
+Requires: python3-psutil
 Requires: python3-pyqt6
 
 %description
@@ -49,6 +51,8 @@ sed -i -r '/jsonschema>=4.25.1/d' requirements.txt
 # Disable update alerts
 sed -i 's/"check_for_update": True,/"check_for_update": False,/' gns3/settings.py
 
+# Remove empty files
+find  .  -name '.keep' -type f -delete
 
 %generate_buildrequires
 %pyproject_buildrequires
@@ -67,9 +71,6 @@ for lib in `find %{buildroot}/%{python3_sitelib}/ -name '*.py'`; do
  sed -i '1{\@^#!/usr/bin/env python@d}' $lib
 done
 
-# Remove empty files
-find %{buildroot}/%{python3_sitelib}/ -name '.keep' -type f -delete
-
 # Remove exec perm
 find %{buildroot}/%{python3_sitelib}/ -type f -exec chmod -x {} \;
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-31 17:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 17:59 [rpms/gns3-gui] f43: Add missing BR and empty files fix Nicolas Chauvet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox