In a typical spec file there is a changelog section. I now use CPack and was wondering how to add such a section. I can’t find information about that on the web.
Could I use an external file and indicate it to CPack for example ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you pack a RPM file use CPACK_RPM_CHANGELOG_FILE
May be used to embed a changelog in the spec file. The refered file will be read and directly put after the %changelog section.