Changes

Jump to navigation Jump to search
346 bytes added ,  10:24, 11 January 2008
Line 102: Line 102:     
Mezzanine, (mzsfget, mzclean, mzprep, mzpatch, mzbuild, mzput) have all be replaced with a new method.
 
Mezzanine, (mzsfget, mzclean, mzprep, mzpatch, mzbuild, mzput) have all be replaced with a new method.
 +
 +
Create a bug at http://bugs.contribs.org against your contrib
    
Change to work directory
 
Change to work directory
Line 127: Line 129:  
Edit the spec
 
Edit the spec
 
  nano -w smeserver-foo.spec
 
  nano -w smeserver-foo.spec
 +
 +
#increase the release
 +
%define release 15
 +
 +
#add the patch
 +
Patch2: smeserver-foo-1.2-widget.patch
 +
 +
#update the changelog, include the bug number
 +
* Fri Jan 11 2008 John Smith <smith@foo.net> 1.2-15
 +
- fixed foo to create bar [SME 3470]
 +
 +
#apply the path in %setup
 +
%patch2 -p1
    
Build the rpm locally to test, (note, this deletes the working tree!)
 
Build the rpm locally to test, (note, this deletes the working tree!)

Navigation menu