Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=472060





--- Comment #8 from Christoph Wickert <[email protected]>  2008-12-14 
19:22:04 EDT ---
This is due to

Patch0:  mumbles-sitedir.patch
...
%prep
%setup -q -n mumbles-%{version}
%patch -p1

needs to be
%patch0 -p1
      ^

or even better:
%patch0 -p1 -b .sitedir

Backing up patched files is useful for debugging patch problems.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to