diff --git a/sane-backends.spec b/sane-backends.spec index ef3c9cd..609e2c7 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -4,7 +4,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.17 -Release: 11 +Release: 12 License: GPL (programs), relaxed LGPL (libraries), and public domain (docs) Group: System Environment/Libraries Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz @@ -22,7 +22,9 @@ BuildRequires: gettext %if %{gphoto2_support} BuildRequires: gphoto2-devel %endif -Requires: pam >= 0.78-2, udev +Requires: pam >= 0.78-2 +Requires: udev +Requires: libsane-hpaio ExcludeArch: s390 s390x %description @@ -163,6 +165,9 @@ rm -rf %{buildroot} %{_docdir}/%{name}-%{version}/sane.ps %changelog +* Wed Jun 07 2006 Nils Philippsen 1.0.17-12 +- require libsane-hpaio to work around #165751 + * Tue Jun 06 2006 Nils Philippsen 1.0.17-11 - add BuildRequires: gettext (#194163)