multilib: enable -devel quirk regardless of version

This is needed until a fixed mash gets into production (#829268).
This commit is contained in:
Nils Philippsen 2012-06-06 16:51:50 +02:00
parent 0903183495
commit a5155a1df5

View File

@ -1,14 +1,14 @@
%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 17 || 0%{?rhel} >= 7
%global needs_multilib_quirk 0
%else
#if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 17 || 0%{?rhel} >= 7
#global needs_multilib_quirk 0
#else
# let -devel require drivers to make them available as multilib
%global needs_multilib_quirk 1
%endif
#endif
Summary: Scanner access software
Name: sane-backends
Version: 1.0.22
Release: 10%{?dist}
Release: 11%{?dist}
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
# Tools are GPLv2+, docs are public domain
# see LICENSE for details
@ -206,6 +206,10 @@ install -m 0644 tools/sane-backends.pc %{buildroot}%{_libdir}/pkgconfig/
%{_libdir}/sane/*gphoto2.so.*
%changelog
* Wed Jun 06 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-11
- multilib: enable -devel quirk regardless of version until a fixed mash gets
into production (#829268)
* Tue Apr 17 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-10
- fix avision device initialization (#706877)