Bug 463002 - Rebuild of xbae package fails because of wrong %patch line in xbae.spec
Summary: Rebuild of xbae package fails because of wrong %patch line in xbae.spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xbae
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrice Dumas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-20 12:27 UTC by Joachim Frieben
Modified: 2008-09-20 18:00 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-09-20 18:00:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joachim Frieben 2008-09-20 12:27:30 UTC
Description of problem:
Building of xbae-4.60.4-9.fc9 on a current "rawhide" system fails because
of an erroneous %patch line in xbae.spec

Version-Release number of selected component (if applicable):
xbae-4.60.4-9.fc9

How reproducible:
Always

Steps to Reproduce:
1. Execute 'rpmbuild --rebuild xbae-4.60.4-9.fc9.src.rpm
  
Actual results:
Build procedure aborts with the message
Installing xbae-4.60.4-9.fc9.src.rpm
 warning: InstallSourcePackage at: psm.c:248: Header V3 DSA signature:
 NOKEY, key ID 0b86274e
 warning: user mockbuild does not exist - using root
 warning: group mockbuild does not exist - using root
 warning: user mockbuild does not exist - using root
 warning: group mockbuild does not exist - using root
 warning: user mockbuild does not exist - using root
 warning: group mockbuild does not exist - using root
 warning: user mockbuild does not exist - using root
 warning: group mockbuild does not exist - using root
 error: %patch without corresponding "Patch:" tag

Expected results:
Package builds correctly.

Additional info:
After replacing

%prep
%setup -q
%patch -p1
%patch1 -p1 -b .multilib

by

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .multilib

the package is rebuilt correctly.

Comment 1 Patrice Dumas 2008-09-20 18:00:42 UTC
Thanks, fixed and rebuilt.


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