rpms/bzrtools/devel bzrtools.spec,1.1,1.2

Shahms King (shahms) fedora-extras-commits at redhat.com
Wed May 24 14:25:36 UTC 2006


Author: shahms

Update of /cvs/extras/rpms/bzrtools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7561/devel

Modified Files:
	bzrtools.spec 
Log Message:
Fix bzr requires



Index: bzrtools.spec
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bzrtools.spec	23 May 2006 14:56:04 -0000	1.1
+++ bzrtools.spec	24 May 2006 14:25:36 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           bzrtools
 Version:        0.8.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A collection of utilities and plugins for Bazaar-NG
 
 Group:          Development/Tools
@@ -14,7 +14,7 @@
 BuildArch:      noarch
 BuildRequires:  python
 Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
-Requires:   bzr = 0.8
+Requires:   bzr >= 0.8
 
 %description
 BzrTools is a collection of plugins for Bazaar-NG (bzr).  Among the included
@@ -57,6 +57,9 @@
 %ghost %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo
 
 %changelog
+* Wed May 24 2006 Shahms E. King <shahms at shahms.com> 0.8.1-4
+- Require bzr >= 0.8, rather than only 0.8
+
 * Tue May 16 2006 Shahms E. King <shahms at shahms.com> 0.8.1-3
 - BuildRequires python, rather than python-devel
 




More information about the fedora-extras-commits mailing list