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
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.28
|
Version: 1.0.28
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||||
# Tools are GPLv2+, docs are public domain
|
# Tools are GPLv2+, docs are public domain
|
||||||
# see LICENSE for details
|
# see LICENSE for details
|
||||||
@ -409,10 +409,10 @@ exit 0
|
|||||||
# qcam is not on aarch64, ppc64le and s390x. SANE needs
|
# qcam is not on aarch64, ppc64le and s390x. SANE needs
|
||||||
# ioperm, inb and outb functions or portaccess function
|
# ioperm, inb and outb functions or portaccess function
|
||||||
# to support qcam backend. Those functions are only in
|
# to support qcam backend. Those functions are only in
|
||||||
# armv7hl, i686 and x86_64 architectures.
|
# armv7hl (until F30), i686 and x86_64 architectures.
|
||||||
%ifarch i686 x86_64
|
# Because qcam is missing on some archs and releases,
|
||||||
%{_libdir}/sane/libsane-qcam.so
|
# I'll leave here a wildcard record
|
||||||
%endif
|
%{_libdir}/sane/*.so
|
||||||
%{_libdir}/sane/libsane-ricoh.so
|
%{_libdir}/sane/libsane-ricoh.so
|
||||||
%{_libdir}/sane/libsane-ricoh2.so
|
%{_libdir}/sane/libsane-ricoh2.so
|
||||||
%{_libdir}/sane/libsane-rts8891.so
|
%{_libdir}/sane/libsane-rts8891.so
|
||||||
@ -454,6 +454,9 @@ exit 0
|
|||||||
%{_unitdir}/saned@.service
|
%{_unitdir}/saned@.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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
|
- 1758886 - CanoScan LiDE scanners supported by genesys backend are not detected
|
||||||
|
Loading…
Reference in New Issue
Block a user