Really fix it

This commit is contained in:
Zdenek Dohnal 2020-02-10 15:03:21 +01:00
parent b2ca4b91da
commit 69109eadf3

View File

@ -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 <zdohnal@redhat.com> - 1.0.29-4
- really fix it...
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-3
- typo in install phase...