[openstack-nova/f18] fix syntax error in nova-polkit.rules

Pádraig Brady pbrady at fedoraproject.org
Wed Sep 26 15:37:38 UTC 2012


commit 6c35007725038049d0331261cee45a02dc68ca2f
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Sep 26 15:51:37 2012 +0100

    fix syntax error in nova-polkit.rules
    
    Fixes bug #858311

 nova-polkit.rules   |    2 +-
 openstack-nova.spec |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nova-polkit.rules b/nova-polkit.rules
index 5a9df09..0146b81 100644
--- a/nova-polkit.rules
+++ b/nova-polkit.rules
@@ -1,4 +1,4 @@
-# openstack-nova libvirt management permissions
+// openstack-nova libvirt management permissions
 
 polkit.addRule(function(action, subject) {
     if (action.id == "org.libvirt.unix.manage" &&
diff --git a/openstack-nova.spec b/openstack-nova.spec
index c462383..c7386f5 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2012.2
-Release:          0.9.rc1%{?dist}
+Release:          0.10.rc1%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -738,7 +738,7 @@ fi
 %endif
 
 %changelog
-* Mon Sep 24 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.9.rc1
+* Wed Sep 26 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.10.rc1
 - Support newer polkit config format to allow communication with libvirtd
 
 * Fri Sep 21 2012 Pádraig Brady <pbrady at redhat.com> - 2012.2-0.8.rc1


More information about the scm-commits mailing list