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-gui] rawhide: Add missing BR and empty files fix
Date: Fri, 31 Jul 2026 09:39:59 GMT	[thread overview]
Message-ID: <178549079931.1.6532281392767355441.rpms-gns3-gui-1356b2b9dd65@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gns3-gui
Branch : rawhide
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=rawhide

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 {} \;
 

                 reply	other threads:[~2026-07-31  9:39 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=178549079931.1.6532281392767355441.rpms-gns3-gui-1356b2b9dd65@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