[control-center/f14/master] - no fprintd on s390(x)

Dan Horák sharkcz at fedoraproject.org
Tue Sep 7 14:16:29 UTC 2010


commit 1ac6fe2dad90e1e2ffbdb414428792776362d249
Author: Dan Horák <dan at danny.cz>
Date:   Tue Sep 7 16:16:31 2010 +0200

    - no fprintd on s390(x)

 control-center.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/control-center.spec b/control-center.spec
index 147f77d..d78be41 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -18,7 +18,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 2.31.91
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -34,7 +34,9 @@ Requires: gnome-menus >= %{gnome_menus_version}
 Requires: gnome-desktop >= %{gnome_desktop_version}
 Requires: dbus-x11
 Requires: control-center-filesystem = %{epoch}:%{version}-%{release}
+%ifnarch s390 s390x
 Requires: fprintd
+%endif
 # we need XRRGetScreenResourcesCurrent
 Requires: libXrandr >= %{libXrandr_version}
 
@@ -236,6 +238,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 
 %changelog
+* Tue Sep  7 2010 Dan Horák <dan[at]danny.cz> 2.31.91-2
+- no fprintd on s390(x)
+
 * Wed Sep  1 2010 Matthias Clasen <mclasen at redhat.com> 2.31.91-1
 - Update to 2.31.91
 


More information about the scm-commits mailing list