Escape % sign in changelog

to silence rpmlint complaining about macro-in-%changelog.
This commit is contained in:
Lubomír Sedlář 2016-11-16 10:16:19 +01:00
parent 39a95b7f87
commit a3ac81a977

View File

@ -111,7 +111,7 @@ cd tests && ./test_compose.sh
(lubomir.sedlar) (lubomir.sedlar)
- [ostree] New option to enable generating ostree summary file (qwan) - [ostree] New option to enable generating ostree summary file (qwan)
- pungi: Avoid removing from list (lsedlar) - pungi: Avoid removing from list (lsedlar)
- pungi: Allow globs in %multilib-whitelist (dmach) - pungi: Allow globs in %%multilib-whitelist (dmach)
- pungi: Exclude RPMs that are in lookaside (dmach) - pungi: Exclude RPMs that are in lookaside (dmach)
- pungi: Fix excluding SRPMs (dmach) - pungi: Fix excluding SRPMs (dmach)
- pungi: Speed up blacklist processing (dmach) - pungi: Speed up blacklist processing (dmach)
@ -651,7 +651,7 @@ cd tests && ./test_compose.sh
- Add dependency of 'runroot' config option on 'koji_profile'. (dmach) - Add dependency of 'runroot' config option on 'koji_profile'. (dmach)
- Rename product_* to release_*. (dmach) - Rename product_* to release_*. (dmach)
- Implement koji profiles. (dmach) - Implement koji profiles. (dmach)
- Drop repoclosure-%arch tests. (dmach) - Drop repoclosure-%%arch tests. (dmach)
- Config option create_optional_isos now defaults to False. (dmach) - Config option create_optional_isos now defaults to False. (dmach)
- Change createrepo config options defaults. (dmach) - Change createrepo config options defaults. (dmach)
- Rewrite documentation to Sphinx. (dmach) - Rewrite documentation to Sphinx. (dmach)