public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ddnet] f45: Exclude empty files
@ 2026-09-03  1:33 Rafael Fontenelle
  0 siblings, 0 replies; only message in thread
From: Rafael Fontenelle @ 2026-09-03  1:33 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ddnet
Branch : f45
Commit : 022fdcc9d13262d119e7b2121911776e43e919e6
Author : Rafael Fontenelle <rafaelff@gnome.org>
Date   : 2026-09-02T21:08:48-03:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ddnet/c/022fdcc9d13262d119e7b2121911776e43e919e6?branch=f45

Log:
Exclude empty files

---
diff --git a/ddnet.spec b/ddnet.spec
index e3f23fb..1420862 100644
--- a/ddnet.spec
+++ b/ddnet.spec
@@ -3,7 +3,7 @@
 
 Name:           ddnet
 Version:        20.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        DDraceNetwork, a cooperative racing mod of Teeworlds
 
 # Enable testing release candidate releases
@@ -179,6 +179,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/*/apps/%{name}-server.png
+%exclude %{_datadir}/%{name}/data/announcement.txt
+%exclude %{_datadir}/%{name}/data/censorlist.txt
 
 %files server
 %{_mandir}/man6/DDNet-Server.6*
@@ -187,6 +189,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Thu Sep 03 2026 Rafael Fontenelle <rffontenelle@gmail.com> - 20.0-2
+- Exclude empty files from the data package
+
 * Wed Aug 26 2026 Packit <hello@packit.dev> - 20.0-1
 - Update to version 20.0
 - Resolves: rhbz#2524725

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

only message in thread, other threads:[~2026-09-03  1:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03  1:33 [rpms/ddnet] f45: Exclude empty files Rafael Fontenelle

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