Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 116612 - Unable to build a new rpm for inn 2.4.1
Summary: Unable to build a new rpm for inn 2.4.1
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: rawhide
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker
TreeView+ depends on / blocked
 
Reported: 2004-02-23 19:29 UTC by Jochen Schmitt
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-25 09:19:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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