On Sun, 2016-11-20 at 09:14 +0100, Rémi Verschelde wrote: > 2016-11-20 6:51 GMT+01:00 Link Dupont <link@xxxxxxxxxxx>: > > On Thu, 2016-11-17 at 16:12 +0000, mastaiza wrote: > > > https://bugzilla.redhat.com/show_bug.cgi?id=1293962 > > > _______________________________________________ > > > Fedora Games SIG mailing list -- games@xxxxxxxxxxxxxxxxxxxxxxx > > > To unsubscribe send an email to games-leave@lists.fedoraproject.o > > > rg > > > > I just looked into this. Looks like a simple package update to > > upstream's current release, 1.5.6 avoids the crash, so I created a > > patch that would update the redeclipse package to 1.5.6. Does > > anyone > > know if the maintainer is still active? > > Please also fix the bogus %files section as I mentioned above. > > Having 770 MB worth of arch-dependent redeclipse-server is very > wrong. > http://koji.fedoraproject.org/koji/buildinfo?buildID=730664 > > Rémi > _______________________________________________ > Fedora Games SIG mailing list -- games@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to games-leave@xxxxxxxxxxxxxxxxxxxxxxx Fixed with the attached patch (which I attached to the bug in this thread, though it's not really related to the crash).
From d5d75a6b8e10b258b2f1267aca8ff42dc7753a5d Mon Sep 17 00:00:00 2001 From: Link Dupont <link@xxxxxxxxxxx> Date: Sun, 20 Nov 2016 08:02:53 -0800 Subject: [PATCH 1/1] Remove redundant data from server subpackage --- redeclipse.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redeclipse.spec b/redeclipse.spec index ff951d1..7536056 100644 --- a/redeclipse.spec +++ b/redeclipse.spec @@ -77,7 +77,7 @@ Summary: Server for the Red Eclipse FPS game # Trademark info is CC-BY-SA # Name covered by "trademark guidelines" see trademark.txt License: zlib and CC-BY-SA - +Requires: %{name}-data = %{version}-%{release} %description server This package contains the dedicated server for the Red Eclipse FPS game, @@ -157,7 +157,6 @@ fi %doc doc/trademark.txt doc/examples/servinit.cfg %{_bindir}/%{name}-server %{_libexecdir}/%{name} -%{_datadir}/%{name} %{_mandir}/man6/%{name}-server.6.* @@ -171,6 +170,7 @@ fi - Update to 1.5.6 upstream release - Update SDL build requires to SDL2 - Rebase required patches +- Removed redundant data from server subpackage * Thu Feb 04 2016 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild -- 2.9.3
_______________________________________________ Fedora Games SIG mailing list -- games@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to games-leave@xxxxxxxxxxxxxxxxxxxxxxx