[EPEL-devel] EPEL-5 packages to be removed

Till Maas till at fedoraproject.org
Fri Jan 23 20:51:57 UTC 2015


On Fri, Jan 23, 2015 at 09:33:27PM +0100, Felix Schwarz wrote:
> 
> Am 23.01.2015 um 19:36 schrieb Stephen John Smoogen:
> > babel
> 
> This is wrong!
> 
> I assume this comes from a bug in your script which I already mentioned to you.

This is a wrong assumption, because it is not the bug and the bug was
addressed, which I also wrote you.

> Subject: "Orphaned Packages in epel5 (2015-01-23)"
> > babel (maintained by: jcollie, fschwarz)
> >	babel-0.9.5-2.el5.src requires python26-distribute = 0.6.10-4.el5
> 
> babel does not rely on python26-distribute nor python26. I suspect many of the
> python packages are classified as "depend on python26" even though they work
> with Python 2.4.

The python26-babel subpackage relies on python 2.6 and the SPEC file
requires python26-distribute. Here is an excerpt from git, branch el5:

|  3 %if 0%{?el5}
|  4 %global with_python26 1
|  5 %global py26dir %{_builddir}/python26-%{name}-%{version}-%{release}
|  6 %global __python26 /usr/bin/python2.6
|  7 %global python26_sitelib /usr/lib/python2.6/site-packages
|  8 # Disable byte compiling. Do ourselves later.
|  9 %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')░
| 10 %endif
| 11 
| 12 
| 13 %if 0%{?with_python26}
| 14 BuildRequires:  python26-devel
| 15 BuildRequires:  python26-distribute
| 16 %endif

Regards
Till


More information about the epel-devel mailing list