Graham Leggett commented on Bug MRPM-107

This error currently occurs when trying to build the plugin on RHEL5, however the first half of the attached patch to src/it/rpm-3/verify.groovy breaks the build.

Applying just the following part of the patch causes the build to work successfully for me:

Index: src/it/rpm-3/pom.xml
===================================================================
--- src/it/rpm-3/pom.xml	(revision 17158)
+++ src/it/rpm-3/pom.xml	(working copy)
@@ -49,7 +49,7 @@
           <defineStatements>
             <defineStatement>_unpackaged_files_terminate_build 0</defineStatement>
           </defineStatements>
-          <needarch>someArch</needarch>
+          <needarch>somearch</needarch>
           <targetOS>someOS</targetOS>
           <defaultUsername>myuser</defaultUsername>
           <defaultGroupname>mygroup</defaultGroupname>
@@ -132,7 +132,7 @@
                 <source>
                   <location>src/main/bin2/rename.sh</location>
                   <destination>name-someArch.sh</destination>
-                  <targetArchitecture>.*Arch</targetArchitecture>
+                  <targetArchitecture>.*arch</targetArchitecture>
                 </source>
                 <source>
                   <location>src/main/bin2/rename.sh</location>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to