Skip to content

Commit

Permalink
not need build rpm source
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarjorgemartinez committed Sep 10, 2019
1 parent 77fb0bc commit e818c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ do

_log "#### Packaging using: ${SPEC_FILE}... ####"
# Execute command to create RPM
RPM_BUILD_COMMAND="rpmbuild -v -ba ${SPEC_FILE} --define '_topdir '${RPM_BASE_DIR} --define '_product_version '${PRODUCT_VERSION} --define '_product_release '${PRODUCT_RELEASE} --define '_name_suffix '${NAME_SUFFIX}"
RPM_BUILD_COMMAND="rpmbuild -v -bb ${SPEC_FILE} --define '_topdir '${RPM_BASE_DIR} --define '_product_version '${PRODUCT_VERSION} --define '_product_release '${PRODUCT_RELEASE} --define '_name_suffix '${NAME_SUFFIX}"
_log "Rpm construction command: ${RPM_BUILD_COMMAND}"
rpmbuild -v -ba ${SPEC_FILE} --define '_topdir '${RPM_BASE_DIR} --define '_product_version '${PRODUCT_VERSION} --define '_product_release '${PRODUCT_RELEASE} --define '_name_suffix '${NAME_SUFFIX}
rpmbuild -v -bb ${SPEC_FILE} --define '_topdir '${RPM_BASE_DIR} --define '_product_version '${PRODUCT_VERSION} --define '_product_release '${PRODUCT_RELEASE} --define '_name_suffix '${NAME_SUFFIX}
_logStage "######## rpmbuild finished! ... ########"
done

Expand Down

0 comments on commit e818c31

Please sign in to comment.