I have made the following changes intended for : CE:Adaptation:N900 / bme-rx-51-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/3138 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3138: Messages from BOSS: WARNING check_package_is_complete_sources (bme-rx-51-bin) failed: Extra files in package: bme-rx-51-bin-0.8.55-armv7hl.tar.bz2, bme-rx-51-bin-0.8.55-armv7l.tar.bz2, libbmeipc-bin-0.8.55-armv7hl.tar.bz2, libbmeipc-bin-0.8.55-armv7l.tar.bz2. Files listed in spec missing: libbmeipc-bin-0.8.55-x86_64.tar.bz2, bme-rx-51-bin-0.8.55-x86_64.tar.bz2 Could not notify CE-maintainers (no address found) State: review 2011-11-18T12:47:11 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:sage:branches:CE:Adaptation:N900 / bme-rx-51-bin -> CE:Adaptation:N900 / bme-rx-51-bin Index: bme-rx-51-bin.changes =================================================================== --- bme-rx-51-bin.changes (revision 1) +++ bme-rx-51-bin.changes (revision 4) @@ -1,3 +1,7 @@ +* Thu Nov 17 2011 Marko Saukko <[email protected]> - 0.8.55 +- Changed systemd service to multi-user.target. +- Added boss.conf to ignore one boss test. + * Fri Sep 23 2011 Marko Saukko <[email protected]> - 0.8.55 - Disabled bq27x00_battery hacks for now. Index: bme-rx-51-bin.service =================================================================== --- bme-rx-51-bin.service (revision 1) +++ bme-rx-51-bin.service (revision 4) @@ -12,4 +12,4 @@ Restart=always [Install] -WantedBy=default.target +WantedBy=multi-user.target Index: bme-rx-51-bin.spec =================================================================== --- bme-rx-51-bin.spec (revision 1) +++ bme-rx-51-bin.spec (revision 4) @@ -18,6 +18,7 @@ Source2: license.txt Source3: %{name}.service Source4: bme_RX-51_start.sh +Source5: boss.conf Source100: bme-rx-51-bin.yaml Requires: dsme Requires: systemd @@ -68,8 +69,8 @@ install -D -m 0755 ./%{_sbindir}/bme_RX-51 %{buildroot}%{_sbindir}/bme_RX-51 install -m 0755 libbmeipc-bin-%{version}-%{_target_cpu}/%{_libdir}/libbmeipc.so.0 %{buildroot}%{_libdir} install -D -m 644 %{SOURCE3} %{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 %{SOURCE4} %{buildroot}/usr/sbin/bme_RX-51_start.sh # << install pre @@ -99,7 +100,7 @@ %{_sbindir}/bme_RX-51_start.sh %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 # >> files # << files Index: bme-rx-51-bin.yaml =================================================================== --- bme-rx-51-bin.yaml (revision 1) +++ bme-rx-51-bin.yaml (revision 4) @@ -17,6 +17,7 @@ - "license.txt" - "%{name}.service" - "bme_RX-51_start.sh" + - "boss.conf" Requires: # DSME is required in .service file as well as in the startup script @@ -32,7 +33,7 @@ - "%{_sbindir}/bme_RX-51_start.sh" - "%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" SubPackages: - Name: libbmeipc-bin Index: boss.conf =================================================================== --- boss.conf (added) +++ boss.conf (revision 4) @@ -0,0 +1,2 @@ +[checks] +check_package_is_complete_sources = warn Index: Makefile =================================================================== --- Makefile (revision 1) +++ Makefile (deleted) @@ -1,6 +0,0 @@ -PKG_NAME := bme-rx-51-bin -SPECFILE = $(addsuffix .spec, $(PKG_NAME)) -YAMLFILE = $(addsuffix .yaml, $(PKG_NAME)) - - -include /usr/share/packaging-tools/Makefile.common
