public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gns3-server] f44: Remove empty file in prep
@ 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-server
Branch : f44
Commit : 66c69f1a8aed965caa192fcf1f7b73492cf4e0f0
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2026-07-31T10:51:25+02:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gns3-server/c/66c69f1a8aed965caa192fcf1f7b73492cf4e0f0?branch=f44

Log:
Remove empty file in prep

---
diff --git a/gns3-server.spec b/gns3-server.spec
index 497dc9d..8737cad 100644
--- a/gns3-server.spec
+++ b/gns3-server.spec
@@ -71,6 +71,9 @@ cat >gns3-server.sysusers.conf <<EOF
 u gns3 - 'gns3 server' /var/lib/gns3 -
 EOF
 
+# Remove empty file
+rm gns3server/symbols/.gitkeep
+
 %generate_buildrequires
 %pyproject_buildrequires
 
@@ -84,8 +87,6 @@ EOF
 # Remove shebang
 find %{buildroot}/%{python3_sitelib}/ -name '*.py' -print \
    -exec sed -i '1{\@^#!/usr/bin/env python@d}' {} \;
-# Remove empty file
-rm -f %{buildroot}/%{python3_sitelib}/gns3server/symbols/.gitkeep
 
 # Build the doc1834283s
 %{make_build} -C docs html

^ 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-server] f44: Remove empty file in prep Nicolas Chauvet

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