From 844a2c307f2d24ce0fe335bda281fcc7852fd091 Mon Sep 17 00:00:00 2001 From: Roopak Parikh Date: Tue, 19 Apr 2016 21:04:03 +0000 Subject: [PATCH] Removing dependency on pf9app Accidentally added pf9app provides statement to mors build. Removing it so that HostAgent doesn't interfere with mors installation. --- support/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/support/Makefile b/support/Makefile index ea9b5fe..ecb543d 100644 --- a/support/Makefile +++ b/support/Makefile @@ -51,7 +51,6 @@ ${APP_RPM}: stage --version $(PF9_VERSION) \ --iteration $(BUILD_NUMBER) \ --provides $(APP_NAME) \ - --provides pf9app \ --license "Commercial" \ --architecture $(APP_ARCHITECTURE) \ --url "http://www.platform9.net" \