Mailinglist Archive: opensuse-commit (2129 mails)
| < Previous | Next > |
commit thinkfinger
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 27 Apr 2008 11:13:19 +0200
- Message-id: <20080427091319.9013E678168@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package thinkfinger
checked in at Sun Apr 27 11:13:19 CEST 2008.
--------
--- thinkfinger/thinkfinger.changes 2008-04-16 12:49:29.000000000 +0200
+++ /mounts/work_src_done/STABLE/thinkfinger/thinkfinger.changes
2008-04-27 11:09:52.453130000 +0200
@@ -1,0 +2,5 @@
+Sun Apr 27 11:09:55 CEST 2008 - coolo@xxxxxxx
+
+- fix prereqs
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ thinkfinger.spec ++++++
--- /var/tmp/diff_new_pack.t26811/_old 2008-04-27 11:12:56.000000000 +0200
+++ /var/tmp/diff_new_pack.t26811/_new 2008-04-27 11:12:56.000000000 +0200
@@ -17,7 +17,7 @@
Summary: Driver for the SGS Thomson Microelectronics Fingerprint Reader
BuildRequires: coreutils libusb-devel pam-devel pkgconfig
Version: 0.3
-Release: 7
+Release: 8
License: GPL v2 or later
Group: System/Libraries
Source0: %{name}-%{version}.tar.gz
@@ -41,6 +41,14 @@
Group: Productivity/Security
Supplements: modalias(usb:v0483p2016d*dc*dsc*dp*ic*isc*ip*)
PreReq: pam-config
+# on biarch platforms we need to have it before the call of pam-config
+%ifarch x86_64 s390x
+PreReq: %{name}-32bit = %{version}
+%endif
+# some ppc are biarch, some are not - so only recommends
+%ifarch ppc
+Recommends: %{name}-64bit = %{version}
+%endif
%description
ThinkFinger is a driver for the UPEK/SGS Thomson Microelectronics
@@ -132,6 +140,8 @@
%{_mandir}/*/pam_thinkfinger*
%changelog
+* Sun Apr 27 2008 coolo@xxxxxxx
+- fix prereqs
* Wed Apr 16 2008 thoenig@xxxxxxx
- use pam-config to enable/disable pam_thinkfinger in %%post
(bnc#300201, fate#301952)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |