[sane-backends] multilib: enable -devel quirk regardless of version

Nils Philippsen nphilipp at fedoraproject.org
Wed Jun 6 14:52:34 UTC 2012


commit a5155a1df53bebad4f818f5485639449e8871030
Author: Nils Philippsen <nils at redhat.com>
Date:   Wed Jun 6 16:51:50 2012 +0200

    multilib: enable -devel quirk regardless of version
    
    This is needed until a fixed mash gets into production (#829268).

 sane-backends.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/sane-backends.spec b/sane-backends.spec
index 3d2c732..8a2c4ef 100644
--- a/sane-backends.spec
+++ b/sane-backends.spec
@@ -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 at 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 at redhat.com> - 1.0.22-10
 - fix avision device initialization (#706877)
 


More information about the scm-commits mailing list