[hedgewars] Fix up reuires syntax to do what I mean.

Bruno Wolff III bruno at fedoraproject.org
Mon Oct 4 14:15:44 UTC 2010


commit a206bce88e4e5c81d84a6032a1040126786b99fd
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Oct 4 09:14:06 2010 -0500

    Fix up reuires syntax to do what I mean.

 hedgewars.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/hedgewars.spec b/hedgewars.spec
index 152975b..b69eac1 100644
--- a/hedgewars.spec
+++ b/hedgewars.spec
@@ -1,6 +1,6 @@
 Name:           hedgewars
 Version:        0.9.13
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        2D tankbattle game with the tanks replaced by hedgehogs
 Group:          Amusements/Games
 License:        GPL+
@@ -30,7 +30,7 @@ such as the "Rope" or "Parachute", to move to otherwise inaccessible areas.
 %package -n hedgewars-server
 Summary:        Standalone server for hedgewars
 Group:          Amusements/Games
-Requires:       %{name}-%{version}
+Requires:       %{name} = %{version}
 BuildRequires:  ghc
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-dataenc-devel
@@ -104,6 +104,9 @@ fi
 
 
 %changelog
+* Mon Oct 04 2010 Bruno Wolff III <bruno at wolff.to> 0.9.13-3
+- Fix up the requires syntax to do what I mean.
+
 * Sun Oct 03 2010 Bruno Wolff III <bruno at wolff.to> 0.9.13-2
 - The server needs to match the version of the game.
 


More information about the scm-commits mailing list