Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: nucleo https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=177081 ------- Additional Comments From bugs.michael@xxxxxxx 2006-01-25 18:20 EST ------- Extract original source code tar archive into directory "original". Copy complete directory tree "original" to new directory "modified". Modify the files within directory tree "modified" to your liking. Run: diff -Nur original/ modified/ > mychanges.patch That creates a unified recursive diff (see "man diff"). In your .spec file, add the patch like the "Source" archive. E.g. insert "Patch0: mychanges.patch" near the top lines of the file. Below the %prep section, add: %patch0 -p1 -b .mychanges That will apply Patch0 with the "patch" command (man patch). -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list