diff --git a/sane-backends.spec b/sane-backends.spec index 07bf49b..7f760ae 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -14,7 +14,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.29 -Release: 3%{?dist} +Release: 4%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -232,7 +232,7 @@ sed 's|@CONFIGDIR@|%{_sysconfdir}/sane.d|g' < %{SOURCE3} > saned@.service install -m 644 saned@.service %{buildroot}%{_unitdir} %ifarch armv7hl -rm -f %{buildroot}%%{_libdir}/sane/libsane-qcam.so +rm -f %{buildroot}%{_libdir}/sane/libsane-qcam.so %endif %find_lang %name @@ -422,6 +422,9 @@ exit 0 %{_unitdir}/saned@.service %changelog +* Mon Feb 10 2020 Zdenek Dohnal - 1.0.29-4 +- really fix it... + * Mon Feb 10 2020 Zdenek Dohnal - 1.0.29-3 - typo in install phase...