diff --git a/libmtp.spec b/libmtp.spec index cd3685f..2a993f2 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -3,7 +3,7 @@ Name: libmtp Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A software library for MTP media players URL: http://libmtp.sourceforge.net/ @@ -47,9 +47,8 @@ library for MTP media players. %build %configure --disable-static --program-prefix=mtp- make %{?_smp_mflags} -# Remove permissions from symlink in udev script, we use -# HALd rules to fix the permissions instead. -examples/hotplug -a"SYMLINK+=\"libmtp-%k\"" > libmtp.rules +# Remove permissions from udev rules, but register for ACL management +examples/hotplug -a"SYMLINK+=\"libmtp-%k\", ENV{ACL_MANAGE}=\"1\"" > libmtp.rules %install rm -rf $RPM_BUILD_ROOT @@ -117,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 1 2009 Linus Walleij 1.0.1-2 +- Two patches from Dan Nicholson to fix up the udev rules a bit. + * Sat Sep 12 2009 Linus Walleij 1.0.1-1 - New upstream release. No interface changes!