[lightdm] Requires: polkit-js-engine (f19+)

Rex Dieter rdieter at fedoraproject.org
Thu Jan 31 20:18:58 UTC 2013


commit 3cb383b9e9b5abe150d038f708add4d85b43bdd1
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Jan 31 14:18:56 2013 -0600

    Requires: polkit-js-engine (f19+)

 lightdm.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/lightdm.spec b/lightdm.spec
index 6e3dba2..8a3e700 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -6,7 +6,7 @@
 Name:    lightdm
 Summary: Lightweight Display Manager
 Version: 1.4.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 # library/bindings are LGPLv3, the rest GPLv3+
 License: LGPLv3+ and GPLv3+
@@ -60,6 +60,9 @@ Requires: accountsservice
 Requires: ConsoleKit
 #endif
 Requires: dbus-x11
+%if 0%{?fedora} && 0%{?fedora} > 18
+Requires: polkit-js-engine
+%endif
 # aka /sbin/shutdown, and friends
 Requires: systemd
 Requires: xorg-x11-xinit
@@ -255,6 +258,9 @@ exit 0
 
 
 %changelog
+* Thu Jan 31 2013 Rex Dieter <rdieter at fedoraproject.org> 1.4.0-6
+- Requires: polkit-js-engine (f19+)
+
 * Thu Jan 10 2013 Rex Dieter <rdieter at fedoraproject.org> 1.4.0-5
 - polish systemd-login1 power support patch
 


More information about the scm-commits mailing list