Changes

Jump to navigation Jump to search
Line 60: Line 60:     
==== Test the patch ====
 
==== Test the patch ====
To see if our changes work correctly as intended, we will make a build of the new package to test.
+
To see if our changes work correctly as intended, we will make a local RPM build to test.
 
First we will update the spec file (explain spec file in 1 line)
 
First we will update the spec file (explain spec file in 1 line)
   −
Edit the file e-smith-base.spec
+
Edit the file e-smith-base.spec and change add:
    
<pre>
 
<pre>
  #increase the release version
+
  #increase the release version at the beginning of the spec file
 
  %define release 68
 
  %define release 68
   −
  #add the patch to the existing patchlist:
+
  #add the patch to the existing patchlist section:
 
  Patch2: e-smith-base-5.2.0-test.patch
 
  Patch2: e-smith-base-5.2.0-test.patch
   Line 80: Line 80:  
</pre>
 
</pre>
   −
* CHECK: that the changelog version really matches the RPM version.
+
* Ensure that the changelog version really matches the RPM version.
* CHECK: Is the spec file correct, look at the changes
+
* Check if the spec file correct, look at the changes
    
==== Applying the patch ====
 
==== Applying the patch ====

Navigation menu