Skip to content

Commit dc73b24

Browse files
authored
Update Makefile-package.mk (#6)
1 parent 36d41ff commit dc73b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile-package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SUMMARY = "New Relic Infrastructure $(INTEGRATION) Integration"
1313
DESCRIPTION = "New Relic Infrastructure $(INTEGRATION) Integration extend the core New Relic\nInfrastructure agent's capabilities to allow you to collect metric and\nlive state data from your infrastructure $(INTEGRATION) components."
1414
FPM_COMMON_OPTIONS = --verbose -C $(SOURCE_DIR) -s dir -n $(PROJECT_NAME) -v $(VERSION) --iteration $(RELEASE) --prefix "" --license $(LICENSE) --vendor $(VENDOR) -m $(PACKAGER) --url $(PACKAGE_URL) --config-files /etc/newrelic-infra/ --description "$$(printf $(DESCRIPTION))" --depends "newrelic-infra >= 1.0.726"
1515
FPM_DEB_OPTIONS = -t deb -p $(PACKAGES_DIR)/deb/ --replaces "newrelic-infra-integrations (<= 1.4.0-1)"
16-
FPM_RPM_OPTIONS = -t rpm -p $(PACKAGES_DIR)/rpm/ --epoch 0 --rpm-summary $(SUMMARY) --replaces "newrelic-infra-integrations <= 1.4.0-1"
16+
FPM_RPM_OPTIONS = -t rpm -p $(PACKAGES_DIR)/rpm/ --epoch 0 --rpm-summary $(SUMMARY)
1717

1818
package: create-bins prep-pkg-env $(PACKAGE_TYPES)
1919

0 commit comments

Comments
 (0)