[polkit] Add forgotten Requires(pre): shadow-utils

David Zeuthen davidz at fedoraproject.org
Fri Jun 29 21:25:13 UTC 2012


commit 5f25a246a358a1a6f410d58321f5544b1e1152f6
Author: David Zeuthen <zeuthen at gmail.com>
Date:   Fri Jun 29 17:25:00 2012 -0400

    Add forgotten Requires(pre): shadow-utils

 polkit.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/polkit.spec b/polkit.spec
index fcf6f18..31e4f0f 100644
--- a/polkit.spec
+++ b/polkit.spec
@@ -1,7 +1,7 @@
 Summary: polkit Authorization Framework
 Name: polkit
 Version: 0.106
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 URL: http://www.freedesktop.org/wiki/Software/polkit
 Source0: http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz
@@ -17,6 +17,8 @@ BuildRequires: js-devel
 
 Requires: dbus
 
+Requires(pre): shadow-utils
+
 Obsoletes: PolicyKit <= 0.10
 Provides: PolicyKit = 0.11
 
@@ -125,6 +127,9 @@ exit 0
 %{_datadir}/gtk-doc
 
 %changelog
+* Fri Jun 29 2012 David Zeuthen <davidz at redhat.com> 0.106-2%{?dist}
+- Add forgotten Requires(pre): shadow-utils
+
 * Thu Jun 07 2012 David Zeuthen <davidz at redhat.com> 0.106-1%{?dist}
 - Update to upstream release 0.106
 - Authorizations are no longer controlled by .pkla files - from now


More information about the scm-commits mailing list