Tuesday, June 17, 2008

RPM Links and HOWTO


If you have a change to the original source you need to make:

cp -r package-1.3.2 package-1.3.2p
make change in package-1.3.2p
diff -uNr package-1.3.2/ package-1.3.2p/ > ../SOURCES/package-1.3.2-my.patch

and add a Patch line to the spec file.