From a3ac81a977d662c06aa626477c2e6fa0568ab829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 16 Nov 2016 10:16:19 +0100 Subject: [PATCH] Escape % sign in changelog to silence rpmlint complaining about macro-in-%changelog. --- pungi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pungi.spec b/pungi.spec index defb781c..da879323 100644 --- a/pungi.spec +++ b/pungi.spec @@ -111,7 +111,7 @@ cd tests && ./test_compose.sh (lubomir.sedlar) - [ostree] New option to enable generating ostree summary file (qwan) - 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: Fix excluding SRPMs (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) - Rename product_* to release_*. (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) - Change createrepo config options defaults. (dmach) - Rewrite documentation to Sphinx. (dmach)