Bug 664536 - missing Requires: gnupg < 1.4.10
Summary: missing Requires: gnupg < 1.4.10
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: sigul
Version: 15
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Miloslav Trmač
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-12-20 17:32 UTC by Karsten Hopp
Modified: 2013-01-10 06:23 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-02 11:48:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2010-12-20 17:32:42 UTC
Description of problem:
Missing requirement on gnupg

Version-Release number of selected component (if applicable):
sigul-0.97-1.fc12

How reproducible:


Steps to Reproduce:
1. install a minimal client system with sigul
2. setup sigul gate/server/client
3. try to add a new key (sigul new-key)

  
Actual results:
Traceback (most recent call last):                                                                         
  File "/usr/share/sigul/server.py", line 1076, in request_handling_child                                  
    handler.handler(db, conn)                                                                              
  File "/usr/share/sigul/server.py", line 755, in cmd_new_key                                              
    stderr=subprocess.PIPE, close_fds=True, env=env)                                                       
  File "/usr/lib64/python2.6/subprocess.py", line 621, in __init__                                         
    errread, errwrite)                                                                                     
  File "/usr/lib64/python2.6/subprocess.py", line 1126, in _execute_child                                  
    raise child_exception                                                                                  
OSError: [Errno 2] No such file or directory

Expected results:


Additional info:
It needs to be a versioned requirement as gnupg-1.4.10 or later won't work at all:
2010-12-20 18:06:23,013 DEBUG: Waiting for a request
2010-12-20 18:08:21,509 DEBUG: Started processing a request
2010-12-20 18:08:21,510 INFO: Request: 'name-comment' = '14', 'initial-key-admin' = 'karsten', 'user' = 'karsten', 'key' = 'fedora-14-s390x', 'name-real' = 'Fedora', 'name-email' = 'fedora', 'op' = 'new-key'
2010-12-20 18:08:21,615 INFO: Connection from CN=karsten
2010-12-20 18:08:21,729 ERROR: Unrecognized GPG stderr: 'gpg: -:3: specified Key-Usage not allowed for algo 17'
2010-12-20 18:08:21,731 INFO: Request error: Unknown error
2010-12-20 18:08:21,749 DEBUG: Request handling finished
2010-12-20 18:08:21,933 DEBUG: Waiting for a request

Comment 1 Bug Zapper 2011-05-30 12:33:46 UTC
This message is a reminder that Fedora 13 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 13.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '13'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 13's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 13 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Miloslav Trmač 2011-05-30 12:39:31 UTC
I have just runto into the "Unrecognized GPG stderr: 'gpg: -:3: specified
Key-Usage not allowed for algo 17'" message on F15.

Comment 3 Miloslav Trmač 2011-06-02 11:48:26 UTC
Thanks for your report.  Rawhide sigul-0.98-2.fc16 adds the Requires: gnupg, and its default setup was modified to avoid the "Key-Usage not allowed" problem by removing the "encrypt" key usage.


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