I have made the following changes intended for :
  CE:UX:MTF / 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/3139

Thank You,
bossbot ([email protected])

[This message was auto-generated]

---

Request # 3139:

Messages from BOSS:
     Could not notify CE-maintainers (no address found)

State:   review          2011-11-18T13:03:06 bossbot

Reviews:
     accepted by bossbot : Prechecks completed; none failed.
     new by   None

Changes:
  submit: Project:MTF:UX / dsme -> CE:UX:MTF / dsme
  Index: dsme.changes
===================================================================
--- dsme.changes (revision 1)
+++ dsme.changes (revision 8)
@@ -1,3 +1,6 @@
+* Thu Nov 17 2011 Marko Saukko <[email protected]> - 0.61.28
+- Changed systemd service to multi-user.target.
+
 * Thu Sep 15 2011 Marko Saukko <[email protected]> - 0.61.28
 - Moved dsme socket location, because tmp is cleaned up at times.
 
Index: dsme.service
===================================================================
--- dsme.service (revision 1)
+++ dsme.service (revision 8)
@@ -8,4 +8,4 @@
 Restart=always
 
 [Install]
-WantedBy=default.target
+WantedBy=multi-user.target
Index: dsme.spec
===================================================================
--- dsme.spec (revision 1)
+++ dsme.spec (revision 8)
@@ -15,6 +15,7 @@
 Source0:    %{name}-%{version}.tar.gz
 Source1:    dsme.service
 Source2:    dsme-start.sh
+Source3:    dsme-rpmlintrc
 Source100:  dsme.yaml
 Patch0:     libiphb-rename.patch
 Patch1:     no-bmeipc.patch
@@ -91,8 +92,8 @@
 
 # >> install post
 install -D -m 644 %{SOURCE1} %{buildroot}/lib/systemd/system/%{name}.service
-install -d %{buildroot}/lib/systemd/system/sysinit.target.wants/
-ln -s ../%{name}.service 
%{buildroot}/lib/systemd/system/sysinit.target.wants/%{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 -m 0755 %{SOURCE2} %{buildroot}/usr/sbin/dsme-start.sh
 # << install post
 
@@ -116,7 +117,7 @@
 %config %{_sysconfdir}/dbus-1/system.d/dsme.conf
 %doc debian/copyright COPYING
 /lib/systemd/system/%{name}.service
-/lib/systemd/system/sysinit.target.wants/%{name}.service
+/lib/systemd/system/multi-user.target.wants/%{name}.service
 # >> files
 # << files
 
Index: dsme.yaml
===================================================================
--- dsme.yaml (revision 1)
+++ dsme.yaml (revision 8)
@@ -20,6 +20,7 @@
     - "%{name}-%{version}.tar.gz"
     - "dsme.service"
     - "dsme-start.sh"
+    - "dsme-rpmlintrc"
 Patches:
     - "libiphb-rename.patch"
     - "no-bmeipc.patch"
@@ -49,5 +50,5 @@
     - "%config %{_sysconfdir}/dbus-1/system.d/dsme.conf"
     - "%doc debian/copyright COPYING"
     - "/lib/systemd/system/%{name}.service"
-    - "/lib/systemd/system/sysinit.target.wants/%{name}.service"
+    - "/lib/systemd/system/multi-user.target.wants/%{name}.service"
 
Index: Makefile
===================================================================
--- Makefile (revision 1)
+++ Makefile (deleted)
@@ -1,6 +0,0 @@
-PKG_NAME := dsme
-SPECFILE = $(addsuffix .spec, $(PKG_NAME))
-YAMLFILE = $(addsuffix .yaml, $(PKG_NAME))
-
-
-include /usr/share/packaging-tools/Makefile.common



Reply via email to