I have made the following changes intended for : CE:UX:MTF / usb-moded 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/3136 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3136: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-18T12:36:51 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: Project:MTF:UX / usb-moded -> CE:UX:MTF / usb-moded Index: usb-moded.changes =================================================================== --- usb-moded.changes (revision 1) +++ usb-moded.changes (revision c79bf117f3a424383ba5e08e695acb33) @@ -1,3 +1,7 @@ +* Thu Nov 17 2011 Marko Saukko <[email protected]> - 0.47 +- Fixed .service file location from sysinit.target.wants to multi-user.target.wants +- Removed unused file: usb-moded-0.38-schemas.patch + * Tue Sep 13 2011 Philippe De Swert <[email protected]> - 0.47-0 - No gconf update from upstream 0.47 - Remove disconnect patch as this is already upstream Index: usb-moded.spec =================================================================== --- usb-moded.spec (revision 1) +++ usb-moded.spec (revision c79bf117f3a424383ba5e08e695acb33) @@ -83,8 +83,8 @@ install -m 644 -D debian/usb_moded.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/usb_moded.conf install -m 644 -D %{SOURCE2} %{buildroot}/%{_sysconfdir}/modprobe.d/usb_moded.conf install -D -m 644 %{SOURCE1} %{buildroot}/lib/systemd/system/%{name}.service -install -d $RPM_BUILD_ROOT/lib/systemd/system/sysinit.target.wants/ -ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/sysinit.target.wants/%{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 %pre if [ "$1" -gt 1 ]; then @@ -118,7 +118,7 @@ %{_sbindir}/usb_moded %{_mandir}/man1/usb-moded.1.gz /lib/systemd/system/%{name}.service -/lib/systemd/system/sysinit.target.wants/%{name}.service +/lib/systemd/system/multi-user.target.wants/%{name}.service %files devel %defattr(-,root,root,-) Index: usb-moded-0.38-schemas.patch =================================================================== --- usb-moded-0.38-schemas.patch (revision 1) +++ usb-moded-0.38-schemas.patch (deleted) @@ -1,20 +0,0 @@ ---- debian/usb-moded.schemas (revision 20102) -+++ debian/usb-moded.schemas (working copy) -@@ -6,11 +6,16 @@ - <applyto>/Meego/System/UsbMode</applyto> - <owner>usb_moded</owner> - <type>string</type> -- <default>ask</default> -+ <default>ovi_suite</default> - <locale name="C"> - <short>Default mode to set for usb_moded</short> - <long>This key contains the default mode usb_moded will set if usb is connected.</long> - </locale> -+ <key>/schemas/MeeGo/System/DeveloperMode</key> -+ <applyto>/MeeGo/System/DeveloperMode</applyto> -+ <owner>usb_moded</owner> -+ <type>string</type> -+ <default>true</default> - </schema> - </schemalist> - </gconfschemafile>
