filter out backend driver provides/requires

This commit is contained in:
Nils Philippsen 2013-01-17 13:17:05 +01:00
parent f3c40c5f72
commit c2778a652d

View File

@ -15,6 +15,9 @@
%global udevrulesdir /lib/udev/rules.d %global udevrulesdir /lib/udev/rules.d
%endif %endif
%define __provides_exclude_from ^%{_libdir}/sane/.*\.so.*$
%define __requires_exclude ^libsane-.*\.so\.[0-9]*(\(\).*)?+$
Summary: Scanner access software Summary: Scanner access software
Name: sane-backends Name: sane-backends
Version: 1.0.23 Version: 1.0.23
@ -210,6 +213,9 @@ install -m 0644 tools/sane-backends.pc %{buildroot}%{_libdir}/pkgconfig/
%{_libdir}/sane/*gphoto2.so.* %{_libdir}/sane/*gphoto2.so.*
%changelog %changelog
* Fri Feb 01 2013 Nils Philippsen <nils@redhat.com>
- filter out backend driver provides/requires
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.0.23-6 * Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.0.23-6
- rebuild due to "jpeg8-ABI" feature drop - rebuild due to "jpeg8-ABI" feature drop