Temporary fix to remove OpenDove from RPM builds until libevent2-devel dependency...
authorSam Hague <shague@redhat.com>
Sun, 2 Feb 2014 04:52:16 +0000 (23:52 -0500)
committerSam Hague <shague@redhat.com>
Sun, 2 Feb 2014 04:52:16 +0000 (23:52 -0500)
libevent2-devel is not available to f19 so the OpenDove RPM build fails.

Change-Id: I363925c69d4e69f996b3dd93b111c2fbba8907ee
Signed-off-by: Sam Hague <shague@redhat.com>
packaging/rpm/buildrpm.sh

index b2fd0a57c14e144efdf07c214bd23900d967fb67..b322d606254348df94bf4d90deabf22a44f2e786 100755 (executable)
@@ -134,8 +134,8 @@ readonly PJ_OPENFLOWJAVA=3
 readonly PJ_OPENFLOWPLUGIN=4
 readonly PJ_DEPENDENCIES=5
 readonly PJ_OPENDAYLIGHT=6
-readonly PJ_OPENDOVE=7
-readonly PJ_LISPFLOWMAPPING=8
+readonly PJ_OPENDOVE=8
+readonly PJ_LISPFLOWMAPPING=7
 readonly PJ_LAST=8
 
 projects[$PJ_INTEGRATION]="opendaylight-integration"
@@ -450,7 +450,8 @@ function build_snapshot {
     fi
 
     start=$PJ_CONTROLLER
-    end=$PJ_LAST
+    #end=$PJ_LAST
+    end=PJ_LISPFLOWMAPPING
 
     if [ $shortcircuits -ne 0 ]; then
         start=$shortcircuits