I have made the following changes intended for : CE:Adaptation:N9xx-common / ti-omap3-sgx
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/4178 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4178: Messages from BOSS: WARNING check_package_is_complete_sources (ti-omap3-sgx) failed: No dsc file foundExtra source files: ti-omap3-sgx-bin-1.4.268-armv7hl.tar.bz2, ti-omap3-sgx-update.sh. Missing source files: ti-omap3-sgx-bin-1.4.268-x86_64.tar.bz2 State: review at 2012-01-23T14:27:58 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:branches:CE:Adaptation:N9xx-common / ti-omap3-sgx -> CE:Adaptation:N9xx-common / ti-omap3-sgx changes files: -------------- --- ti-omap3-sgx.changes +++ ti-omap3-sgx.changes @@ -0,0 +1,5 @@ +* Mon Jan 23 2012 Marko Saukko <[email protected]> - 1.4.268 +- Change pvrsrvkm udev rule from OWNER="meego" to GROUP="video" to allow + username changes. +- Change service from multi-user.target to graphical.target. + spec files: ----------- --- ti-omap3-sgx.spec +++ ti-omap3-sgx.spec @@ -163,8 +163,8 @@ # systemd install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/lib/systemd/system/%{name}.service -install -d $RPM_BUILD_ROOT/lib/systemd/system/multi-user.target.wants/ -ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/multi-user.target.wants/%{name}.service +install -d $RPM_BUILD_ROOT/lib/systemd/system/graphical.target.wants/ +ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/graphical.target.wants/%{name}.service # << install pre # >> install post @@ -231,7 +231,7 @@ %attr(755,root,root) %{_sbindir}/pvrsrvinit_r* %attr(755,root,root) %{_sbindir}/pvrsrvinit /lib/systemd/system/%{name}.service -/lib/systemd/system/multi-user.target.wants/%{name}.service +/lib/systemd/system/graphical.target.wants/%{name}.service # Should be in it's own package. %{_libdir}/libOpenVG*.so other changes: -------------- ++++++ ti-omap3-sgx.service --- ti-omap3-sgx.service +++ ti-omap3-sgx.service @@ -9,4 +9,4 @@ ExecStart=/usr/sbin/pvrsrvinit [Install] -WantedBy=multi-user.target +WantedBy=graphical.target ++++++ ti-omap3-sgx.udev --- ti-omap3-sgx.udev +++ ti-omap3-sgx.udev @@ -1 +1 @@ -KERNEL=="pvrsrvkm", OWNER="meego" +KERNEL=="pvrsrvkm", GROUP="video"
