Bug 967138
| Summary: | Needs version bump | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | jrd-rhbz <jrd-rhbz> |
| Component: | fpaste | Assignee: | Kevin Fenzi <kevin> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el5 | CC: | athmanem, jrd-rhbz, kevin, sanjay.ankur |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | fpaste-0.3.7.1-8.el5.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-10 17:03:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
jrd-rhbz@gerdesas.com
2013-05-24 21:53:10 UTC
fpaste-0.3.7.1-8.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/fpaste-0.3.7.1-8.el6 fpaste-0.3.7.1-8.el5.1 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/fpaste-0.3.7.1-8.el5.1 I grabbed the recently built package from koji to test and it is missing an install dep on the python json module:
pts/0 jrd@frodo:/home/jrd$ echo test | fpaste
Traceback (most recent call last):
File "/usr/bin/fpaste", line 25, in ?
import os, sys, urllib, urllib2, subprocess, json
ImportError: No module named json
This is on an up to date CentOS 5.9 host running with native python:
pts/0 jrd@frodo:/home/jrd$ rpm -q python
python-2.4.3-56.el5.i386
fpaste-0.3.7.1-8.el5.2 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/fpaste-0.3.7.1-8.el5.2 Hi John, 0.3.7.1-8.el5.2 realse should fix the issue: [athmane@draco ~]$ cat /etc/redhat-release CentOS release 5.9 (Final) [athmane@draco ~]$ rpm -q fpaste fpaste-0.3.7.1-8.el5.2 [athmane@draco ~]$ echo test42|fpaste Uploading (0.1KiB)... http://ur1.ca/e175r -> http://paste.fedoraproject.org/14468/47520013 Package fpaste-0.3.7.1-8.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing fpaste-0.3.7.1-8.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-5951/fpaste-0.3.7.1-8.el6 then log in and leave karma (feedback). fpaste-0.3.7.1-8.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. fpaste-0.3.7.1-8.el5.2 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |