I have made the following changes intended for : CE:MW:Shared / dsme 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/7083 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 7083: Messages from BOSS: State: review at 2012-10-22T20:36:59 by bossbot Reviews: accepted by bossbot : ok 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:plundstr:branches:CE:MW:Shared / dsme -> CE:MW:Shared / dsme changes files: -------------- --- dsme.changes +++ dsme.changes @@ -0,0 +1,4 @@ +* Thu Oct 18 2012 Pekka Lundstrom <[email protected]> - 0.62.5 +- File /var/lib/dsme/alarm_queue_status is created if it doesn't exist + Fixes NEMO#495: dsme reports fail to restore alarm gueue during bootup + spec files: ----------- --- dsme.spec +++ dsme.spec @@ -73,6 +73,7 @@ install -d %{buildroot}/lib/systemd/system/multi-user.target.wants/ ln -s ../%{name}.service %{buildroot}/lib/systemd/system/multi-user.target.wants/%{name}.service install -d %{buildroot}/var/lib/dsme +[ ! -f %{buildroot}/var/lib/dsme/alarm_queue_status ] && echo 0 > %{buildroot}/var/lib/dsme/alarm_queue_status # << install post @@ -98,5 +99,6 @@ /lib/systemd/system/%{name}.service /lib/systemd/system/multi-user.target.wants/%{name}.service /var/lib/dsme +%config(noreplace) /var/lib/dsme/alarm_queue_status # >> files # << files other changes: -------------- ++++++ dsme.yaml --- dsme.yaml +++ dsme.yaml @@ -45,3 +45,4 @@ - "/lib/systemd/system/%{name}.service" - "/lib/systemd/system/multi-user.target.wants/%{name}.service" - "/var/lib/dsme" + - "%config(noreplace) /var/lib/dsme/alarm_queue_status"
