multilib: enable -devel quirk regardless of version
This is needed until a fixed mash gets into production (#829268).
This commit is contained in:
parent
0903183495
commit
a5155a1df5
@ -1,14 +1,14 @@
|
|||||||
%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 17 || 0%{?rhel} >= 7
|
#if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 17 || 0%{?rhel} >= 7
|
||||||
%global needs_multilib_quirk 0
|
#global needs_multilib_quirk 0
|
||||||
%else
|
#else
|
||||||
# let -devel require drivers to make them available as multilib
|
# let -devel require drivers to make them available as multilib
|
||||||
%global needs_multilib_quirk 1
|
%global needs_multilib_quirk 1
|
||||||
%endif
|
#endif
|
||||||
|
|
||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.22
|
Version: 1.0.22
|
||||||
Release: 10%{?dist}
|
Release: 11%{?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
|
||||||
@ -206,6 +206,10 @@ install -m 0644 tools/sane-backends.pc %{buildroot}%{_libdir}/pkgconfig/
|
|||||||
%{_libdir}/sane/*gphoto2.so.*
|
%{_libdir}/sane/*gphoto2.so.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 17 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-10
|
||||||
- fix avision device initialization (#706877)
|
- fix avision device initialization (#706877)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user