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/6941 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 6941: Messages from BOSS: State: review at 2012-10-05T08:49:48 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:plundstr:branches:CE:MW:Shared / dsme -> CE:MW:Shared / dsme changes files: -------------- --- dsme.changes +++ dsme.changes @@ -0,0 +1,4 @@ +* Fri Oct 05 2012 Pekka Lundstrom <[email protected]> - 0.62.5 +- Added creation of /var/lib/dsme into dsme.spec file + Fixes NEMO#495: dsme reports fail to restore alarm gueue during bootup + spec files: ----------- --- dsme.spec +++ dsme.spec @@ -72,6 +72,7 @@ install -D -m 644 %{SOURCE1} %{buildroot}/lib/systemd/system/%{name}.service 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 # << install post @@ -96,5 +97,6 @@ %doc debian/copyright COPYING /lib/systemd/system/%{name}.service /lib/systemd/system/multi-user.target.wants/%{name}.service +/var/lib/dsme # >> files # << files other changes: -------------- ++++++ dsme.yaml --- dsme.yaml +++ dsme.yaml @@ -44,4 +44,4 @@ - "%doc debian/copyright COPYING" - "/lib/systemd/system/%{name}.service" - "/lib/systemd/system/multi-user.target.wants/%{name}.service" - + - "/var/lib/dsme"
