diff --git a/sane-backends.spec b/sane-backends.spec index 667958f..87eb53f 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -24,7 +24,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.18 -Release: 18%{?dist} +Release: 19%{?dist} 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 @@ -58,7 +58,8 @@ Requires: udev >= 098 %else Requires: udev %endif -Requires: libsane-hpaio +# Disable this to work around circular deps when rebuilding for now +#Requires: libsane-hpaio ExcludeArch: s390 s390x %description @@ -255,6 +256,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/sane-backends.pc %changelog +* Fri Dec 07 2007 Release Engineering - 1.0.18-19 +- do a bootstrap build without hplip requirements + * Wed Nov 07 2007 Nils Philippsen - 1.0.18-18 - move backend .so files out of -devel into main package (#209389)