rpms/libconcord/devel libconcord.spec,1.5,1.6

Douglas E. Warner silfreed at fedoraproject.org
Wed Jun 17 13:52:41 UTC 2009


Author: silfreed

Update of /cvs/pkgs/rpms/libconcord/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5698

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/devel/libconcord.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- libconcord.spec	10 Mar 2009 22:53:46 -0000	1.5
+++ libconcord.spec	17 Jun 2009 13:52:11 -0000	1.6
@@ -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
@@ -177,7 +185,7 @@ touch /var/lib/misc/PolicyKit.reload
 
 * Fri Jan 30 2009 Douglas E. Warner <silfreed at silfreed.net> 0.20-7
 - removing registered marks
-
+ 
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.20-6
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list