rpms/bzr/devel bzr.spec,1.18,1.19

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Thu Jun 28 20:21:45 UTC 2007


Author: wtogami

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

Modified Files:
	bzr.spec 
Log Message:
make it build



Index: bzr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/devel/bzr.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- bzr.spec	26 Jun 2007 21:27:46 -0000	1.18
+++ bzr.spec	28 Jun 2007 20:21:10 -0000	1.19
@@ -2,7 +2,7 @@
 
 Name:           bzr
 Version:        0.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Friendly distributed version control system
 
 Group:          Development/Tools
@@ -13,7 +13,6 @@
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires:   python-paramiko
 
 # ElementTree is part of python2.5 on FC7+
@@ -51,14 +50,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HACKING NEWS README TODO COPYING.txt doc/
+%doc NEWS README TODO COPYING.txt doc/
 %{_bindir}/bzr
 %{_mandir}/man1/*
 
 %{python_sitelib}/bzrlib/
 
 %changelog
-* Tue Jun 26 2007 Warren Togami <wtogami at redhat.com>  - 0.17-1
+* Tue Jun 26 2007 Warren Togami <wtogami at redhat.com>  - 0.17-2
 - Update to 0.17.
 
 * Tue May 08 2007 Toshio Kuratomi <toshio at tiki-lounge.com> - 0.16-1




More information about the scm-commits mailing list