I have made the following changes intended for : CE:Adaptation:N900 / sysinfod-rx51
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/4156 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4156: Messages from BOSS: FAILED check_package_is_complete_sources (sysinfod-rx51): No dsc file foundExtra source files: libsysinfo-bin-0~20100226.1-armv7hl.tar.bz2, libsysinfo-bin-0~20100226.1-armv7l.tar.bz2, sysinfod-bin-0~20100226.1-armv7hl.tar.bz2, sysinfod-bin-0~20100226.1-armv7l.tar.bz2, sysinfod-common-bin-0~20100226.1-armv7hl.tar.bz2, sysinfod-common-bin-0~20100226.1-armv7l.tar.bz2, sysinfod-tool-bin-0~20100226.1-armv7hl.tar.bz2, sysinfod-tool-bin-0~20100226.1-armv7l.tar.bz2. Missing source files: sysinfod-bin-0~20100226.1-x86_64.tar.bz2, libsysinfo-bin-0~20100226.1-x86_64.tar.bz2, sysinfod-tool-bin-0~20100226.1-x86_64.tar.bz2, sysinfod-common-bin-0~20100226.1-x86_64.tar.bz2 WARNING check_package_is_complete (sysinfod-rx51) failed: State: review at 2012-01-19T12:06:14 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:N900 / sysinfod-rx51 -> CE:Adaptation:N900 / sysinfod-rx51 changes files: -------------- --- sysinfod-rx51.changes +++ sysinfod-rx51.changes @@ -0,0 +1,3 @@ +* Thu Jan 19 2012 Marko Saukko <[email protected]> - 0~20100226.1 +- Commented line from udev rules to workaround boot speed issue, see NEMO#83 + new: ---- boss.conf spec files: ----------- --- sysinfod-rx51.spec +++ sysinfod-rx51.spec @@ -1,6 +1,6 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.22 +# Generated by: spectacle version 0.23 # # >> macros %define debug_package %{nil} @@ -21,6 +21,7 @@ Source5: sysinfod-rx51.rules Source6: sysinfod-rx51-bt-dbus.sh Source7: sysinfod-rx51-bt-addr.sh +Source8: boss.conf Source100: sysinfod-rx51.yaml other changes: -------------- ++++++ boss.conf (new) --- boss.conf +++ boss.conf @@ -0,0 +1,2 @@ +[checks] +check_package_is_complete = warn ++++++ sysinfod-rx51.rules --- sysinfod-rx51.rules +++ sysinfod-rx51.rules @@ -1,3 +1,5 @@ -SUBSYSTEM=="platform",ATTRS{bdaddr}=="00:00:00:00:00:00",WAIT_FOR="bdaddr",RUN+="sysinfod-rx51-bt-dbus.sh" +# Following line is commented as it matches to every bdaddr out there. Should be +# fixed by adding KERNEL== specification in the line below. +# SUBSYSTEM=="platform",ATTRS{bdaddr}=="00:00:00:00:00:00",WAIT_FOR="bdaddr",RUN+="sysinfod-rx51-bt-dbus.sh" ++++++ sysinfod-rx51.yaml --- sysinfod-rx51.yaml +++ sysinfod-rx51.yaml @@ -13,6 +13,7 @@ - "sysinfod-rx51.rules" - "sysinfod-rx51-bt-dbus.sh" - "sysinfod-rx51-bt-addr.sh" + - boss.conf Description: D-BUS service which provides system information. ExclusiveArch: "%arm"
