Changes

Jump to navigation Jump to search
no edit summary
Line 67: Line 67:  
  %define release 15
 
  %define release 15
   −
Then we apply our patch to the code:
+
#Then we apply our patch to the code:
 
  Patch2: smeserver-foo-1.2-widget.patch
 
  Patch2: smeserver-foo-1.2-widget.patch
   −
Then we need to update the changelog, including the bug number
+
#Then we need to update the changelog, including the bug number
 
  * Fri Jan 11 2008 John Smith <smith@foo.net> 1.2-15
 
  * Fri Jan 11 2008 John Smith <smith@foo.net> 1.2-15
 
  - fixed foo to create bar [SME 3470]
 
  - fixed foo to create bar [SME 3470]
   −
Then we need to apply the patch in %setup (explain %setup in 1 line)
+
#Then we need to apply the patch in %setup (explain %setup in 1 line)
 
  %patch2 -p1
 
  %patch2 -p1
 
  </pre>
 
  </pre>

Navigation menu