Hello community, here is the log from the commit of package pam_fp checked in at Tue Oct 28 18:11:59 CET 2008. -------- --- pam_fp/pam_fp.changes 2008-10-27 17:06:07.000000000 +0100 +++ /mounts/work_src_done/STABLE/pam_fp/pam_fp.changes 2008-10-28 12:52:29.113983000 +0100 @@ -1,0 +2,7 @@ +Tue Oct 28 12:50:15 CET 2008 - thoenig@suse.de + +- remove empty %post +- do not execute pam-config -d --fp for updates +- Provides/Obsoletes: pam_thinkfinger + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_fp.spec ++++++ --- /var/tmp/diff_new_pack.Zs8018/_old 2008-10-28 18:09:46.000000000 +0100 +++ /var/tmp/diff_new_pack.Zs8018/_new 2008-10-28 18:09:46.000000000 +0100 @@ -26,8 +26,10 @@ PreReq: coreutils pam pam-config # on biarch platforms we need to have it before the call of pam-config Recommends: yast2-fingerprint-reader +Obsoletes: pam_thinkfinger <= 0.3 +Provides: pam_thinkfinger = 0.3 Version: 0.1 -Release: 7 +Release: 8 License: GPL v2 or later Group: Productivity/Security Source0: %{name}-%{version}.tar.bz2 @@ -73,10 +75,10 @@ %clean rm -rf %{_buildroot} -%post - %postun -%{_sbindir}/pam-config -d --fp +if [ "$1" == "0" ]; then + %{_sbindir}/pam-config -d --fp +fi %files -n pam_fp %defattr(-,root,root) @@ -86,6 +88,10 @@ /%_lib/security/pam_fp.so %changelog +* Tue Oct 28 2008 thoenig@suse.de +- remove empty %%post +- do not execute pam-config -d --fp for updates +- Provides/Obsoletes: pam_thinkfinger * Mon Oct 27 2008 ro@suse.de - re-add s390 to ExcludeArch list (not just s390x) * Mon Oct 27 2008 thoenig@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org