common/: add support for changelog field.
This commits allows ./xbps-src show to show the changelog field and for changelog to be included with the -c/--changelog option via xbps-create. Closes: #14102 [via git-merge-pr]
This commit is contained in:
parent
6a61601a2e
commit
8599efd9fd
4 changed files with 6 additions and 1 deletions
|
@ -74,6 +74,7 @@ genpkg() {
|
|||
${_alternatives:+--alternatives "${_alternatives}"} \
|
||||
${_preserve:+--preserve} \
|
||||
${tags:+--tags "${tags}"} \
|
||||
${changelog:+--changelog "${changelog}"} \
|
||||
--architecture ${arch} \
|
||||
--homepage "${homepage}" \
|
||||
--license "${license}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue