Skip to content

CPackRPM now supports lines in CPACK_RPM_USER_FILELIST with multiple directives

Harry Mallon requested to merge hjmallon/cmake:cpack_rpm_attr into master
  • In older version "%dir %attr(-, root, root) foo" would put "%dir foo" in the final spec file.
  • Also added comment to describe this and advise not not to add trailing slashes to directories in USER_FILELIST.

Adding trailing slashes to directories means they are not removed from CPACK_RPM_INSTALL_FILES_LIST.

Merge request reports