From 4a9414d15e23dedc4f626f92a5ccc51bf8b0b738 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 17 Oct 2019 14:27:12 +0200 Subject: [PATCH] qcam backend support is tricky among different Fedora releases and archs - let the wildcard cover it --- sane-backends.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sane-backends.spec b/sane-backends.spec index 4e57c26..db7d7ff 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -33,7 +33,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.28 -Release: 2%{?dist} +Release: 3%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -409,10 +409,10 @@ exit 0 # qcam is not on aarch64, ppc64le and s390x. SANE needs # ioperm, inb and outb functions or portaccess function # to support qcam backend. Those functions are only in -# armv7hl, i686 and x86_64 architectures. -%ifarch i686 x86_64 -%{_libdir}/sane/libsane-qcam.so -%endif +# armv7hl (until F30), i686 and x86_64 architectures. +# Because qcam is missing on some archs and releases, +# I'll leave here a wildcard record +%{_libdir}/sane/*.so %{_libdir}/sane/libsane-ricoh.so %{_libdir}/sane/libsane-ricoh2.so %{_libdir}/sane/libsane-rts8891.so @@ -454,6 +454,9 @@ exit 0 %{_unitdir}/saned@.service %changelog +* Thu Oct 17 2019 Zdenek Dohnal - 1.0.28-3 +- qcam backend support is tricky among different Fedora releases and archs - let the wildcard cover it + * Thu Oct 17 2019 Zdenek Dohnal - 1.0.28-2 - 1761145, 1761001, 1761051, 1761234 - genesys backend now needs gcc-c++, it is not built otherwise - 1758886 - CanoScan LiDE scanners supported by genesys backend are not detected