From c8f419be622b23ddb8c7ac3a42bf0e300c3578e1 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 5 Jun 2010 09:34:44 +0000 Subject: [PATCH] Fix bug 599639 about broken udev rules --- libmtp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libmtp.spec b/libmtp.spec index c7bfb5f..015e39d 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -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 1.0.3-3 +- Remove ENV{ACL_MANAGE} after Bastiens bug report. + * Tue May 25 2010 Linus Walleij 1.0.3-2 - Replace hal-filesystem dependence with hal-info We can remove this altogether once all apps are cleansed