Bug 116612

Summary: Unable to build a new rpm for inn 2.4.1
Product: [Fedora] Fedora Reporter: Jochen Schmitt <jochen>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: high    
Version: rawhide   
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: 2004-02-25 09:19:02 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: 114961    

Description Jochen Schmitt 2004-02-23 19:29:54 UTC
When I try to build INN from the source with my own SPEC-File,
I get the following error message.

error: Package already exists: %package debuginfo

I have uploaded the SPEC file to

http://www.herr-schmitt.de/pub/inn.spec

Best Regards:

Jochen Schmitt

Comment 1 Jeff Johnson 2004-02-25 09:19:02 UTC
Section markers in like "%install" are overloaded
in spec files to insert a subpackage.

You probably have the string "%install" in a comment.

This needs to be rewritten as "%%install" so that
the macro is not expanded twice.