Bug 852422 - koan should require python-simplejson
Summary: koan should require python-simplejson
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: cobbler
Version: el5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: James C.
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-28 13:01 UTC by Xavier Bachelot
Modified: 2014-05-09 22:01 UTC (History)
4 users (show)

Fixed In Version: cobbler-2.4.4-1.el5
Clone Of:
Environment:
Last Closed: 2014-05-03 19:57:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Xavier Bachelot 2012-08-28 13:01:36 UTC
Description of problem:
koan 2.2.x is missing a require on python-simplejson

Version-Release number of selected component (if applicable):
koan-2.2.3-2.el5.noarch.rpm

How reproducible:
always

Steps to Reproduce:
1. yum install koan
2. koan
3.
  
Actual results:
# koan
Traceback (most recent call last):
  File "/usr/bin/koan", line 18, in ?
    import koan.app as app
  File "/usr/lib/python2.4/site-packages/koan/app.py", line 64, in ?
    import configurator
  File "/usr/lib/python2.4/site-packages/koan/configurator.py", line 36, in ?
    import simplejson as json
ImportError: No module named simplejson


Expected results:
# koan
choose: --virt, --replace-self, --update-files, --list=what, or --display


Additional info:
Installing python-simplejson manually fixes the issue.
The python-simplejson require is conditionnaly included in the cobbler.spec for %{?rhel} > 5. I guess the condition should be %{?rhel} >= 5.

Comment 1 Fedora Update System 2014-04-21 20:32:43 UTC
cobbler-2.4.3-1.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/cobbler-2.4.3-1.el5

Comment 2 Fedora Update System 2014-04-22 15:34:01 UTC
cobbler-2.4.4-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/cobbler-2.4.4-1.fc20

Comment 3 Fedora Update System 2014-04-22 15:35:09 UTC
cobbler-2.4.4-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/cobbler-2.4.4-1.fc19

Comment 4 Fedora Update System 2014-04-22 15:36:15 UTC
cobbler-2.4.4-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/cobbler-2.4.4-1.el6

Comment 5 Fedora Update System 2014-04-22 15:37:17 UTC
cobbler-2.4.4-1.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/cobbler-2.4.4-1.el5

Comment 6 Fedora Update System 2014-04-22 19:56:28 UTC
Package cobbler-2.4.4-1.el5:
* should fix your issue,
* was pushed to the Fedora EPEL 5 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing cobbler-2.4.4-1.el5'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1211/cobbler-2.4.4-1.el5
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2014-05-03 19:57:34 UTC
cobbler-2.4.4-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2014-05-08 21:59:46 UTC
cobbler-2.4.4-1.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2014-05-09 02:56:52 UTC
cobbler-2.4.4-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 Fedora Update System 2014-05-09 22:01:54 UTC
cobbler-2.4.4-1.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.