Hello community, here is the log from the commit of package fprintd for openSUSE:Factory checked in at 2014-11-14 09:18:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fprintd (Old) and /work/SRC/openSUSE:Factory/.fprintd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fprintd" Changes: -------- --- /work/SRC/openSUSE:Factory/fprintd/fprintd.changes 2014-09-12 15:25:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fprintd.new/fprintd.changes 2014-11-14 09:18:57.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 03:44:00 UTC 2014 - Led <[email protected]> + +- fix bashism in postun script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fprintd.spec ++++++ --- /var/tmp/diff_new_pack.EM8kMD/_old 2014-11-14 09:18:58.000000000 +0100 +++ /var/tmp/diff_new_pack.EM8kMD/_new 2014-11-14 09:18:58.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package fprintd # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,25 +11,26 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: fprintd Version: 0.5.1 -Release: 1 -License: GPL-2.0+ +Release: 0 Summary: D-Bus service for Fingerprint reader access -Url: http://www.reactivated.net/fprint/wiki/Fprintd +License: GPL-2.0+ Group: Productivity/Security +Url: http://www.reactivated.net/fprint/wiki/Fprintd Source0: http://freedesktop.org/~hadess/%{name}-%{version}.tar.xz Source1: baselibs.conf # PATCH-FIX-UPSTREAM http://cgit.freedesktop.org/libfprint/fprintd/patch/?id=7710040ea723def69dde485d6f497fac87f215fa Patch0: fprintd.pod-syntax.patch -BuildRequires: xz BuildRequires: gtk-doc >= 1.3 BuildRequires: intltool BuildRequires: pam-devel +BuildRequires: xz BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libfprint) > 0.1.0 @@ -44,8 +45,9 @@ D-Bus service to access fingerprint readers. %package pam -License: GPL-2.0+ Summary: PAM module for fingerprint authentication +License: GPL-2.0+ +Group: Productivity/Security Requires: %{name} = %{version} # on biarch platforms we need to have it before the call of pam-config Recommends: yast2-fingerprint-reader @@ -75,8 +77,8 @@ authentication. %package devel -License: GFDL-1.1+ Summary: Development files for %{name} +License: GFDL-1.1+ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: gtk-doc @@ -118,7 +120,7 @@ %service_del_postun fprintd.service %postun pam -if [ "$1" == "0" ]; then +if [ "$1" = "0" ]; then %{_sbindir}/pam-config -d --fprintd ||: fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
