Bug 473738 - Source rpm of zsh-4.3.4-8.fc10 does not compile
Summary: Source rpm of zsh-4.3.4-8.fc10 does not compile
Keywords:
Status: CLOSED DUPLICATE of bug 465069
Alias: None
Product: Fedora
Classification: Fedora
Component: zsh
Version: 10
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: James Antill
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-30 05:12 UTC by Nathan G. Grennan
Modified: 2008-12-20 19:27 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-20 19:27:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nathan G. Grennan 2008-11-30 05:12:33 UTC
Description of problem:
Source rpm does not compile on Fedora 10. The rpm-build package now has "%_default_patch_fuzz    0", where as zsh-4.3.4-8 requires fuzz 1 for part of the zsh-serial patch.

Version-Release number of selected component (if applicable):
zsh-4.3.4-8.fc10.x86_64

How reproducible:
Everytime

Steps to Reproduce:
1. Install Fedora 10
2. Install zsh-4.3.4-8.fc10 src rpm
3. rpmbuild -bb zsh.spec
  
Actual results:
+ echo 'Patch #0 (zsh-serial.patch):'
Patch #0 (zsh-serial.patch):
+ /bin/cat /home/builder/rpmbuild/SOURCES/zsh-4.3.4/zsh-serial.patch
+ /usr/bin/patch -s -p1 -b --suffix .serial --fuzz=0
1 out of 3 hunks FAILED -- saving rejects to file Src/init.c.rej
error: Bad exit status from /home/builder/rpmbuild/TMP/rpm-tmp.qiNgym (%prep)

Expected results:
Patch #0 (zsh-serial.patch):
+ /bin/cat /home/builder/rpmbuild/SOURCES/zsh-4.3.4/zsh-serial.patch
+ /usr/bin/patch -s -p1 -b --suffix .serial --fuzz=0


Additional info:

Comment 1 James Antill 2008-12-20 19:27:49 UTC

*** This bug has been marked as a duplicate of bug 465069 ***


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