Bug 200778

Summary: should not start service when rpm is installed
Product: [Fedora] Fedora Reporter: David Zeuthen <davidz>
Component: pcsc-liteAssignee: Bob Relyea <rrelyea>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: ludovic.rousseau, mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-01 23:31:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150223, 150224    

Description David Zeuthen 2006-07-31 16:08:51 UTC
Description of problem:

When installed pcsc-lite the service is started. This 1) violates packaging
guidelines; and 2) makes offline installs into a chroot break since the daemon
process is lingering. 

Specifically 2) breaks the OLPC build so we would like to see this fixed ASAP.
Thanks.

(another point is that pcsc-lite and esc is pulled into OLPC because of wrong
deps (it's 10MB+ and we can't afford that space) but I will file separate bugs
for that)

Version-Release number of selected component (if applicable):

1.3.1-5

Comment 1 Christopher Blizzard 2006-08-01 02:23:46 UTC
I've been told that 2) is fixed now (turned off auto-provides) so at least we
won't get blocked by this in OLPC.

Comment 2 David Zeuthen 2006-08-01 13:43:11 UTC
Chris, are you referring to that other bug with esc providing e.g. NSS because
esc got it's own copy? Because that's important too, but it's a different bug.

Comment 3 Christopher Blizzard 2006-08-01 22:57:10 UTC
Just that the autoprovides is off so it doesn't block OLPC.  Moving off the OLPC
lists.

Comment 4 David Zeuthen 2006-08-01 23:31:32 UTC
Looks like Ray fixed this according to the spec file in CVS. Thanks.