I have made the following changes intended for : CE:Adaptation:N950-N9 / bme-rm-680-bin
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/3233 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3233: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-24T07:51:49 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:sage:branches:CE:Adaptation:N950-N9 / bme-rm-680-bin -> CE:Adaptation:N950-N9 / bme-rm-680-bin changes files: -------------- --- bme-rm-680-bin.changes +++ bme-rm-680-bin.changes @@ -0,0 +1,3 @@ +* Wed Nov 23 2011 Marko Saukko <[email protected]> - 0.9.95 +- Moved .service file from sysinit.target.wants to multi-user.target.wants. + old: ---- Makefile spec files: ----------- --- bme-rm-680-bin.spec +++ bme-rm-680-bin.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} @@ -73,8 +73,8 @@ cp -r ./%{_libdir}/* %{buildroot}/%{_libdir} install -D -m 644 %{SOURCE2} %{buildroot}/lib/systemd/system/%{name}.service -install -d $RPM_BUILD_ROOT/lib/systemd/system/sysinit.target.wants/ -ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/sysinit.target.wants/%{name}.service +install -d $RPM_BUILD_ROOT/lib/systemd/system/multi-user.target.wants/ +ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/multi-user.target.wants/%{name}.service install -D -m 0755 %{SOURCE3} $RPM_BUILD_ROOT/usr/sbin/%{name}.sh # << install post @@ -100,7 +100,7 @@ # >> files %doc license.txt /lib/systemd/system/%{name}.service -/lib/systemd/system/sysinit.target.wants/%{name}.service +/lib/systemd/system/multi-user.target.wants/%{name}.service %attr(755,root,root) /usr/sbin/%{name}.sh %attr(755,root,root) %{_bindir}/bmedatalogger %attr(755,root,root) %{_bindir}/bmestat other changes: -------------- ++++++ deleted files: --- Makefile
