rpms/libconcord/F-10 libconcord.spec,1.3,1.4

Douglas E. Warner silfreed at fedoraproject.org
Wed Jun 17 13:10:12 UTC 2009


Author: silfreed

Update of /cvs/pkgs/rpms/libconcord/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27441

Modified Files:
	libconcord.spec 
Log Message:
* Wed Jun 17 2009 Douglas E. Warner <silfreed at silfreed.net> 0.21-2
- fixing name of hal policy to allow device to be accessed from non-root user
  properly (bug#506371)



Index: libconcord.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libconcord/F-10/libconcord.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libconcord.spec	10 Mar 2009 22:56:02 -0000	1.3
+++ libconcord.spec	17 Jun 2009 13:09:42 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name: libconcord
 Version: 0.21
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Library to talk to Logitech Harmony universal remote controls
 
 Group: Development/Libraries
@@ -91,6 +91,10 @@ cd %{name}
 make DESTDIR=%{buildroot} install
 make DESTDIR=%{buildroot} install_policykit
 
+%{__mv} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/99-%{name}.fdi \
+	%{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/10-%{name}.fdi
+
+
 find %{buildroot} -type f -name \*.a -exec %{__rm} -f {} \;
 find %{buildroot} -type f -name \*.la -exec %{__rm}  -f {} \;
 
@@ -165,6 +169,10 @@ touch /var/lib/misc/PolicyKit.reload
 
 
 %changelog
+* Wed Jun 17 2009 Douglas E. Warner <silfreed at silfreed.net> 0.21-2
+- fixing name of hal policy to allow device to be accessed from non-root user
+  properly (bug#506371)
+
 * Tue Mar 10 2009 Douglas E. Warner <silfreed at silfreed.net> 0.21-1
 - moving policykit rule generation from concordnace to here
 - including new upstream install for policykit/hal/udev rules




More information about the fedora-extras-commits mailing list