From 234e2cfc9fac200ff97f73b8f956ad7f9af64382 Mon Sep 17 00:00:00 2001 From: Henrik Nordström Date: Nov 13 2009 02:02:09 +0000 Subject: Bug #537254, drop old obsolete fedora release references --- diff --git a/bzr.spec b/bzr.spec index 64b64ff..a071471 100644 --- a/bzr.spec +++ b/bzr.spec @@ -9,7 +9,7 @@ %define bzrmajor 2.1 %define bzrminor .0 %define bzrrc b2 -%define release 0.2 +%define release 0.3 # Magics to get the dots in Release string correct per the above %define subrelease %{?bzrrc:.}%{?bzrrc} @@ -34,13 +34,6 @@ Requires: python-paramiko # Workaround Bug #230223 otherwise this would be a soft dependency Requires: python-pycurl -# ElementTree is part of python2.5 on FC7+ -# This is also needed for EL-5 -%if 0%{?fedora} <= 6 -BuildRequires: python-elementtree -Requires: python-elementtree -%endif - %description Bazaar is a distributed revision control system that is powerful, friendly, and scalable. It is the successor of Baz-1.x which, in turn, was @@ -86,10 +79,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %{python_sitearch}/bzrlib/ %{_sysconfdir}/bash_completion.d/ - -%if 0%{?fedora} > 8 %{python_sitearch}/*.egg-info -%endif %changelog * Wed Oct 28 2009 Henrik Nordstrom - 2.1.0-0.1.b1