rpms/bzr/devel bzr.spec,1.5,1.6

Shahms King (shahms) fedora-extras-commits at redhat.com
Mon Jun 26 17:20:22 UTC 2006


Author: shahms

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

Modified Files:
	bzr.spec 
Log Message:
require python-paramiko for sftp url support


Index: bzr.spec
===================================================================
RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bzr.spec	23 May 2006 15:22:38 -0000	1.5
+++ bzr.spec	26 Jun 2006 17:20:22 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           bzr
 Version:        0.8.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Friendly distributed version control system
 
 Group:          Development/Tools
@@ -15,7 +15,7 @@
 BuildArch:      noarch
 BuildRequires:  python-devel python-elementtree
 Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
-Requires:   python-elementtree
+Requires:   python-elementtree python-paramiko
 
 %description
 Bazaar-NG is a distributed revision control system that is powerful, friendly,
@@ -35,7 +35,7 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --install-data %{_datadir} --root $RPM_BUILD_ROOT
 
- 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -167,6 +167,9 @@
 %ghost %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo
 
 %changelog
+* Mon Jun 26 2006 Shahms E. King <shahms at shahms.com> 0.8.2-2
+- Require python-paramiko for sftp support
+
 * Tue May 23 2006 Shahms E. King <shahms at shahms.com> 0.8.2-1
 - Update to new upstream version
 - Fix dist tag




More information about the fedora-extras-commits mailing list