[egoboo] Allow for some skew between egoboo and egoboo-data

Bruno Wolff III bruno at fedoraproject.org
Tue Mar 13 02:52:12 UTC 2012


commit 45bb3e2e86356e617e9046206455211898776009
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 11 16:41:46 2012 -0500

    Allow for some skew between egoboo and egoboo-data

 egoboo.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/egoboo.spec b/egoboo.spec
index bc5ee3d..a49490e 100644
--- a/egoboo.spec
+++ b/egoboo.spec
@@ -15,7 +15,9 @@ Patch4:         egoboo-paths.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL_mixer-devel SDL_ttf-devel SDL_image-devel enet-devel
 BuildRequires:  desktop-file-utils
-Requires:       %{name}-data = %{version}, opengl-games-utils
+Requires:       %{name}-data => 2.8.1
+Requires:       %{name}-data < 2.8.2
+Requires:       opengl-games-utils
 
 %description
 Egoboo is a top down rpg in the spirit of Nethack and other games of the


More information about the scm-commits mailing list