From Fedora Project Wiki

No edit summary
 
(58 intermediate revisions by the same user not shown)
Line 4: Line 4:


'''Current Fedora Aims'''
'''Current Fedora Aims'''
Get lots of grid software into Fedora and EPEL
* Get lots of grid software into Fedora and EPEL
* I've set up a [[SIGs/Grid_Computing|Fedora Grid Computing]] special interest group.


== Things I need to do ==
* Get perl-POE-Component-Client-LDAP into EPEL.
* Get perl-WWW-Mechanize into EPEL.


== BouncyCastle in EPEL for EL5==
== Things that I can't build in EPEL6 ==
A lot of java grid components depend upon having EPEL contain
* xml-security-c, xmltooling, opensaml  missing xalan-c
bouncycastle. A quick check so a long missing dependency chain
* plpa  no EL6 branch why?
so here is list of packages and their status that are required
* xcalc , needs some work.
to get BouncyCastle in to EPEL5


== python26 rpms for EPEL5 ==
Since python26 is about to be added to EPEL5 there are bunch of python packages
that I'm interested to see appear. Some of these will I'm sure never happen
but recorded here anyway.
Silas has some .spec file here as well: https://github.com/opsdojo/rpms/tree/master/src/el/5/opsdojo-python26


{|
{|
|+ List of python26 packages
! Package Name !! Notes
|-
| ipython || Looks to be  a bit of a pain needing python-simplegeneric, python-foolscap, python-twisted-core, python-zope-interface, python-configobj , python-mglob pexpect and python-pretty
|-
| python-pip ||
|-
| Django || Requires a number of packages, Dependency tree https://bugzilla.redhat.com/showdependencytree.cgi?id=662758&hide_resolved=0
|-
| mod_python || Released https://admin.fedoraproject.org/updates/python26-mod_python
|-
| plone ||
|-
| python-fpconst ||
|-
| python-simplejson || Released https://admin.fedoraproject.org/updates/python26-simplejson
|-
| python-nose || Release ||
|-
| python-soap || ||
|-
| python-cherrypy ||
|-
| cx_Oracle || Will never be added to EPEL but here since I will do for my own purposes. ||
|-
| python-sqlite ||  Probably already included in python26 distribution ||
|-
| setuptools || Released as python26-distribute, provides python26-setuptools. ||
|-
| SOAPpy || Requires PyXML. ||
|-
| ZSI || Release in a couple of weeks or so: https://admin.fedoraproject.org/updates/python-ZSI-2.0-7.el5 ||
|-
|-
! F11 Package !! EL5 Build Status !! Notes
| PyXML || Will be released very shortly https://admin.fedoraproject.org/updates/python26-PyXML ||
|-
|-
| bouncycastle-1.43-3.fc11.src.rpm || Missing Dependencies || Missing junit4
| virtualenv || Now released, :  https://bugzilla.redhat.com/show_bug.cgi?id=673545 ||
|-
| python-curl || Review submitted: https://bugzilla.redhat.com/show_bug.cgi?id=682553 ||
|-
| 4Suite-XML ||
|-
| scipy || Needs numpy. ||
|-
| matplotlib || Needs numpy. ||
|-
| numpy || Review progressing well, https://bugzilla.redhat.com/show_bug.cgi?id=619355 ||
|-
|-
| junit4-4.5-4.1.fc11.src.rpm || Missing Dependencies || package-utils >= 0:1.7.4 , RHEL version to old :-(
|}
|}
=== Steps to Build Each RPM ===
Unpack the .fc11.src.rpm and rebuild as an md5 one before giving in to mock.
<pre>
#!/bin/bash
RPM=$1
CUR=`pwd`
TOP=`mktemp -d`
echo $TOP
( cd $TOP && rpm2cpio $CUR/$RPM | cpio -ivd  )
rpmbuild-md5 -bs --nodeps --define 'dist .el5' --define "_sourcedir $TOP" --define "_srcrpmdir `pwd`"  $TOP/*.spec
</pre>

Latest revision as of 11:05, 13 April 2011

Email: steve.traylen@cern.ch

Employer: http://cern.ch/

Current Fedora Aims

  • Get lots of grid software into Fedora and EPEL
  • I've set up a Fedora Grid Computing special interest group.

Things I need to do

  • Get perl-POE-Component-Client-LDAP into EPEL.
  • Get perl-WWW-Mechanize into EPEL.

Things that I can't build in EPEL6

  • xml-security-c, xmltooling, opensaml missing xalan-c
  • plpa no EL6 branch why?
  • xcalc , needs some work.

python26 rpms for EPEL5

Since python26 is about to be added to EPEL5 there are bunch of python packages that I'm interested to see appear. Some of these will I'm sure never happen but recorded here anyway.

Silas has some .spec file here as well: https://github.com/opsdojo/rpms/tree/master/src/el/5/opsdojo-python26

List of python26 packages
Package Name Notes
ipython Looks to be a bit of a pain needing python-simplegeneric, python-foolscap, python-twisted-core, python-zope-interface, python-configobj , python-mglob pexpect and python-pretty
python-pip
Django Requires a number of packages, Dependency tree https://bugzilla.redhat.com/showdependencytree.cgi?id=662758&hide_resolved=0
mod_python Released https://admin.fedoraproject.org/updates/python26-mod_python
plone
python-fpconst
python-simplejson Released https://admin.fedoraproject.org/updates/python26-simplejson
python-nose Release
python-soap
python-cherrypy
cx_Oracle Will never be added to EPEL but here since I will do for my own purposes.
python-sqlite Probably already included in python26 distribution
setuptools Released as python26-distribute, provides python26-setuptools.
SOAPpy Requires PyXML.
ZSI Release in a couple of weeks or so: https://admin.fedoraproject.org/updates/python-ZSI-2.0-7.el5
PyXML Will be released very shortly https://admin.fedoraproject.org/updates/python26-PyXML
virtualenv Now released, : https://bugzilla.redhat.com/show_bug.cgi?id=673545
python-curl Review submitted: https://bugzilla.redhat.com/show_bug.cgi?id=682553
4Suite-XML
scipy Needs numpy.
matplotlib Needs numpy.
numpy Review progressing well, https://bugzilla.redhat.com/show_bug.cgi?id=619355