make the base package depend on sane-airscan instead of libsane-airscan lib
This commit is contained in:
parent
1b724279f3
commit
71d240dca0
@ -14,7 +14,7 @@
|
|||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.31
|
Version: 1.0.31
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -66,6 +66,9 @@ Requires: libpng
|
|||||||
Requires: systemd >= 196
|
Requires: systemd >= 196
|
||||||
Requires: systemd-udev >= 196
|
Requires: systemd-udev >= 196
|
||||||
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
%if 0%{?fedora} >= 32 || 0%{?rhel} > 8
|
||||||
|
Requires: sane-airscan
|
||||||
|
%endif
|
||||||
|
|
||||||
# workaround for Brother scanners, which drivers are built with old libnsl
|
# workaround for Brother scanners, which drivers are built with old libnsl
|
||||||
# it is ignored by DNF, but it seems GUI installation apps should offer it
|
# it is ignored by DNF, but it seems GUI installation apps should offer it
|
||||||
@ -123,9 +126,6 @@ Summary: SANE backend drivers for scanners
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
%if 0%{?fedora} >= 32 || 0%{?rhel} > 8
|
|
||||||
Requires: libsane-airscan
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description drivers-scanners
|
%description drivers-scanners
|
||||||
This package contains backend drivers to access scanner hardware through SANE.
|
This package contains backend drivers to access scanner hardware through SANE.
|
||||||
@ -428,6 +428,9 @@ exit 0
|
|||||||
%{_unitdir}/saned@.service
|
%{_unitdir}/saned@.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-2
|
||||||
|
- make the base package depend on sane-airscan instead of libsane-airscan lib
|
||||||
|
|
||||||
* Mon Aug 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-1
|
* Mon Aug 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-1
|
||||||
- 1.0.31, backend cannon_lide70 added
|
- 1.0.31, backend cannon_lide70 added
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user