diff --git a/66-saned.rules b/66-saned.rules index b3ab794..3c9ec85 100644 --- a/66-saned.rules +++ b/66-saned.rules @@ -1,2 +1,2 @@ # udev rule for saned (SANE scanning daemon) to be able to write on usb port -ENV{libsane_matched}=="yes", RUN+="/usr/bin/setfacl -m g:saned:rw $env{DEVNAME}" +ENV{libsane_matched}=="yes", ENV{DEVNAME}!="", RUN+="/usr/bin/setfacl -m g:saned:rw $env{DEVNAME}" diff --git a/sane-backends.spec b/sane-backends.spec index 728c4a0..e219627 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -33,7 +33,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.27 -Release: 21%{?dist} +Release: 22%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -355,6 +355,9 @@ exit 0 %{_unitdir}/saned@.service %changelog +* Mon Feb 04 2019 Zdenek Dohnal - 1.0.27-22 +- 1671510 - Incorrect udev rule in sane-backends + * Sat Feb 02 2019 Fedora Release Engineering - 1.0.27-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild