I have made the following changes intended for : CE:MW:Shared / ohm 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/3107 Thank You, bossbot (boss...@dgreaves.com) [This message was auto-generated] --- Request # 3107: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-17T09:32:48 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:sage:branches:CE:MW:Shared / ohm -> CE:MW:Shared / ohm Index: ohm.changes =================================================================== --- ohm.changes (revision 1) +++ ohm.changes (revision 4) @@ -1,3 +1,6 @@ +* Thu Nov 17 2011 Marko Saukko <marko.sau...@cybercom.com> - 1.1.14 +- Fixed systemd service file link. + * Fri Sep 09 2011 Krisztian Litkey <krisztian.lit...@intel.com> - 1.1.14 - Removed the XAUTHORITY environment variable kludge Index: ohm.spec =================================================================== --- ohm.spec (revision 1) +++ ohm.spec (revision 4) @@ -100,12 +100,11 @@ # >> install post # make sure we get a plugin config dir even with legacy plugins disabled -mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ohm/plugins.d +mkdir -p %{buildroot}/%{_sysconfdir}/ohm/plugins.d # enable ohmd in the basic systemd target -install -d $RPM_BUILD_ROOT/%{_lib}/systemd/system/basic.target.wants -ln -s /%{_lib}/systemd/system/ohmd.service \ -$RPM_BUILD_ROOT/%{_lib}/systemd/system/basic.target.wants/ohmd.service +install -d %{buildroot}/%{_lib}/systemd/system/basic.target.wants +ln -s ../ohmd.service %{buildroot}/%{_lib}/systemd/system/basic.target.wants/ohmd.service # << install post Index: Makefile =================================================================== --- Makefile (revision 1) +++ Makefile (deleted) @@ -1,5 +0,0 @@ -PKG_NAME := ohm -SPECFILE = $(addsuffix .spec, $(PKG_NAME)) -YAMLFILE = $(addsuffix .yaml, $(PKG_NAME)) - -include /usr/share/meego-packaging-tools/Makefile.common