qcam backend support is tricky among different Fedora releases and archs - let the wildcard cover it
This commit is contained in:
parent
1d593acb9d
commit
4a9414d15e
@ -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 <zdohnal@redhat.com> - 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 <zdohnal@redhat.com> - 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
|
||||
|
Loading…
Reference in New Issue
Block a user