rpms/libmtp/devel libmtp.spec,1.43,1.44

Linus Walleij snirkel at fedoraproject.org
Wed Jun 9 23:26:14 UTC 2010


Author: snirkel

Update of /cvs/pkgs/rpms/libmtp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4664

Modified Files:
	libmtp.spec 
Log Message:
New udev syntaxes



Index: libmtp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libmtp/devel/libmtp.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- libmtp.spec	5 Jun 2010 09:34:44 -0000	1.43
+++ libmtp.spec	9 Jun 2010 23:26:13 -0000	1.44
@@ -3,7 +3,7 @@
 
 Name:           libmtp
 Version:        1.0.3
-Release:        3%{?dist}
+Release:        4%{?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\"" > libmtp.rules
+examples/hotplug -a"SYMLINK+=\"libmtp-%k\" ENV{ACL_MANAGE}=\"0\" TAG+=\"udev-acl\"" > libmtp.rules
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -116,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 10 2010 Linus Walleij <triad at 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 at df.lth.se> 1.0.3-3
 - Remove ENV{ACL_MANAGE} after Bastiens bug report.
 



More information about the scm-commits mailing list