rpms/bzrtools/devel bzrtools.spec,1.45,1.46

Henrik Nordström hno at fedoraproject.org
Fri Jun 12 09:53:11 UTC 2009


Author: hno

Update of /cvs/pkgs/rpms/bzrtools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23349

Modified Files:
	bzrtools.spec 
Log Message:
Relax bzr version check to accept one version difference, as bzrtools most often works quite fine with next release of bzr


Index: bzrtools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzrtools/devel/bzrtools.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- bzrtools.spec	28 May 2009 08:32:59 -0000	1.45
+++ bzrtools.spec	12 Jun 2009 09:52:41 -0000	1.46
@@ -24,8 +24,9 @@ BuildRequires:  python-devel
 # Bzrtools is meant to work with a version of bzr that is the same major
 # version.  In addition to being incompatible with older bzr versions, it is 
 # also untested with bzrversion++ and may not work (depending on what has
-# changed between releases.)
-Requires:   bzr >= %{bzrver}, bzr < %{bzrnextver}
+# changed between releases.). But releases often lag behind slightly so
+# we allow one revision difference, hoping that it will work..
+Requires:   bzr >= %{bzrver}, bzr <= %{bzrnextver}
 
 %description
 BzrTools is a collection of plugins for Bazaar-NG (bzr).  Among the included




More information about the fedora-extras-commits mailing list