Last time I described how to contribute quite
to any package in openSUSE Build Service. But I left out the most
important part. I haven’t shown how to change anything. This time
I want to show you, how to create patches, if you need them,
easily. Let’s start start with package we checked out from obs.
Creating patch for anything is different only in first few
steps.
First we got to the directory where do we have the package
checked out. We run
quilt setup
This command will parse the .spec file, unpack
tarball and prepare all quilt stuff. Now is time for patching, so
let’s enter the newly created directory and try following command
quilt push
You know that in .spec there might be some patches.
quilt push will take first patch that is not applied
yet …