[system-config-keyboard] fix syntax errors in polkit policy file

Nils Philippsen nphilipp at fedoraproject.org
Mon May 13 09:18:32 UTC 2013


commit 9997b648f7adb9611048f073da204cce02660b69
Author: Nils Philippsen <nils at redhat.com>
Date:   Mon May 13 11:15:57 2013 +0200

    fix syntax errors in polkit policy file

 system-config-keyboard-1.3.1-pkexec.patch |    4 ++--
 system-config-keyboard.spec               |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/system-config-keyboard-1.3.1-pkexec.patch b/system-config-keyboard-1.3.1-pkexec.patch
index 0602b64..a836cfb 100644
--- a/system-config-keyboard-1.3.1-pkexec.patch
+++ b/system-config-keyboard-1.3.1-pkexec.patch
@@ -75,8 +75,8 @@ diff -up system-config-keyboard-1.3.1/org.fedoraproject.config.keyboard.policy.p
 + <vendor_url>http://fedoraproject.org/wiki/SystemConfig/keyboard</vendor_url>
 +
 + <action id="org.fedoraproject.config.keyboard.pkexec.run">
-+    <description>Run System Config Keyboard</_description>
-+    <message>Authentication is required to run system-config-keyboard</_message>
++    <description>Run System Config Keyboard</description>
++    <message>Authentication is required to run system-config-keyboard</message>
 +    <icon_name>system-config-keyboard</icon_name>
 +    <defaults>
 +     <allow_any>no</allow_any>
diff --git a/system-config-keyboard.spec b/system-config-keyboard.spec
index 8656bbd..a686fe3 100644
--- a/system-config-keyboard.spec
+++ b/system-config-keyboard.spec
@@ -3,7 +3,7 @@
 
 Name:           system-config-keyboard
 Version:        1.3.1
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        A graphical interface for modifying the keyboard
 
 Group:          System Environment/Base
@@ -104,6 +104,9 @@ fi
 
 
 %changelog
+* Mon May 13 2013 Nils Philippsen <nils at redhat.com> - 1.3.1-13
+- fix syntax errors in polkit policy file
+
 * Thu Apr 18 2013 Nils Philippsen <nils at redhat.com> - 1.3.1-12
 - use consistent names for patches, create backup files
 - use polkit/pkexec instead of consolehelper


More information about the scm-commits mailing list