Bug 1012165

Summary: Missing Requires on lua-json
Product: [Fedora] Fedora Reporter: Mohamed El Morabity <pikachu.2014>
Component: libquvi-scriptsAssignee: Christopher Meng <i>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: i
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libquvi-scripts-0.9.20130903-1.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-09 14:17:13 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:

Description Mohamed El Morabity 2013-09-25 21:24:26 UTC
Some libquvi scripts require the LUA json library:

$ grep "require 'json'" /usr/share/libquvi-scripts/0.9/media/*.lua
/usr/share/libquvi-scripts/0.9/media/liveleak.lua:  local J = require 'json'
/usr/share/libquvi-scripts/0.9/media/sapo.lua:  local J = require 'json'
/usr/share/libquvi-scripts/0.9/media/sevenload.lua:  local J = require 'json'
/usr/share/libquvi-scripts/0.9/media/ted.lua:  local J = require 'json'
/usr/share/libquvi-scripts/0.9/media/theonion.lua:  local J = require 'json'
/usr/share/libquvi-scripts/0.9/media/tvlux.lua:  local J = require 'json'
/usr/share/libquvi-scripts/0.9/media/videa.lua:  local J = require 'json'

Without this library, the web sites handled by the scripts above don't work with quvi. Please add lua-json as Requires to libquvi-scripts. Notice It only concerns the 0.9 version (Fedora >=20).
Thanks in advance :)

Comment 1 Christopher Meng 2013-09-25 22:41:34 UTC
Thanks.

Sorry for the inconvenience!

Comment 2 Fedora Update System 2013-09-25 23:02:51 UTC
libquvi-scripts-0.9.20130903-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/libquvi-scripts-0.9.20130903-1.fc20

Comment 3 Fedora Update System 2013-09-27 00:38:03 UTC
Package libquvi-scripts-0.9.20130903-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing libquvi-scripts-0.9.20130903-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-17700/libquvi-scripts-0.9.20130903-1.fc20
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-10-09 14:17:13 UTC
libquvi-scripts-0.9.20130903-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.