require libsane-hpaio to work around #165751
This commit is contained in:
parent
cc86ad0b83
commit
3c58eafcfb
@ -4,7 +4,7 @@
|
|||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.17
|
Version: 1.0.17
|
||||||
Release: 11
|
Release: 12
|
||||||
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -22,7 +22,9 @@ BuildRequires: gettext
|
|||||||
%if %{gphoto2_support}
|
%if %{gphoto2_support}
|
||||||
BuildRequires: gphoto2-devel
|
BuildRequires: gphoto2-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: pam >= 0.78-2, udev
|
Requires: pam >= 0.78-2
|
||||||
|
Requires: udev
|
||||||
|
Requires: libsane-hpaio
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -163,6 +165,9 @@ rm -rf %{buildroot}
|
|||||||
%{_docdir}/%{name}-%{version}/sane.ps
|
%{_docdir}/%{name}-%{version}/sane.ps
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 07 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-12
|
||||||
|
- require libsane-hpaio to work around #165751
|
||||||
|
|
||||||
* Tue Jun 06 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-11
|
* Tue Jun 06 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-11
|
||||||
- add BuildRequires: gettext (#194163)
|
- add BuildRequires: gettext (#194163)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user