Fix bug 599639 about broken udev rules

This commit is contained in:
Linus Walleij 2010-06-05 09:34:44 +00:00
parent 64d98f6eb7
commit c8f419be62

View File

@ -3,7 +3,7 @@
Name: libmtp
Version: 1.0.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A software library for MTP media players
URL: http://libmtp.sourceforge.net/
@ -48,7 +48,7 @@ library for MTP media players.
%configure --disable-static --program-prefix=mtp-
make %{?_smp_mflags}
# Remove permissions from udev rules, but register for ACL management
examples/hotplug -a"SYMLINK+=\"libmtp-%k\", ENV{ACL_MANAGE}=\"1\"" > libmtp.rules
examples/hotplug -a"SYMLINK+=\"libmtp-%k\"" > libmtp.rules
%install
rm -rf $RPM_BUILD_ROOT
@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Jun 05 2010 Linus Walleij <triad@df.lth.se> 1.0.3-3
- Remove ENV{ACL_MANAGE} after Bastiens bug report.
* Tue May 25 2010 Linus Walleij <triad@df.lth.se> 1.0.3-2
- Replace hal-filesystem dependence with hal-info
We can remove this altogether once all apps are cleansed