New udev syntaxes
This commit is contained in:
parent
c8f419be62
commit
d373e044c5
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libmtp
|
Name: libmtp
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A software library for MTP media players
|
Summary: A software library for MTP media players
|
||||||
URL: http://libmtp.sourceforge.net/
|
URL: http://libmtp.sourceforge.net/
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ library for MTP media players.
|
|||||||
%configure --disable-static --program-prefix=mtp-
|
%configure --disable-static --program-prefix=mtp-
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
# Remove permissions from udev rules, but register for ACL management
|
# Remove permissions from udev rules, but register for ACL management
|
||||||
examples/hotplug -a"SYMLINK+=\"libmtp-%k\"" > libmtp.rules
|
examples/hotplug -a"SYMLINK+=\"libmtp-%k\" ENV{ACL_MANAGE}=\"0\" TAG+=\"udev-acl\"" > libmtp.rules
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -116,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 10 2010 Linus Walleij <triad@df.lth.se> 1.0.3-4
|
||||||
|
- Set ENV{ACL_MANAGE}="0" and TAG+="udev-acl" akin to rfkill
|
||||||
|
apparently this may be an interrim solution.
|
||||||
|
|
||||||
* Sat Jun 05 2010 Linus Walleij <triad@df.lth.se> 1.0.3-3
|
* Sat Jun 05 2010 Linus Walleij <triad@df.lth.se> 1.0.3-3
|
||||||
- Remove ENV{ACL_MANAGE} after Bastiens bug report.
|
- Remove ENV{ACL_MANAGE} after Bastiens bug report.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user