[openstack-nova/el6] escape % characters in the changelog

Pádraig Brady pbrady at fedoraproject.org
Mon Feb 13 16:02:30 UTC 2012


commit 90abae4e3960b08d001bf57b69a89eca1631e610
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Feb 13 15:35:01 2012 +0000

    escape % characters in the changelog
    
    I noticed issues with %check at least inserting
    data in the changelog, but even though %post and %config
    don't seem to cause an issue, escape to be rpmlint clean

 openstack-nova.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 1fdb7c1..4cdb43c 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -484,7 +484,7 @@ fi
 - Switch from SysV init scripts to systemd units (#734345)
 
 * Mon Aug 29 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-0.4.d4
-- Don't generate root CA during %post (#707199)
+- Don't generate root CA during %%post (#707199)
 - The nobody group shouldn't own files in /var/lib/nova
 - Add workaround for sphinx-build segfault
 
@@ -496,7 +496,7 @@ fi
 - Rename stack to nova-stack
 - Fix openssl.cnf.tmpl script-without-shebang rpmlint warning
 - Really remove ajaxterm
-- Mark polkit file as %config
+- Mark polkit file as %%config
 
 * Mon Aug 22 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-0.2.1449bzr
 - Remove dependency on python-novaclient


More information about the scm-commits mailing list