I have made the following changes intended for : CE:Adaptation:x86-generic / nemo-mobile-configs-x86-generic
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/8103 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 8103: Messages from BOSS: State: review at 2013-02-18T11:40:18 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:Adaptation:x86-generic / nemo-mobile-configs-x86-generic -> CE:Adaptation:x86-generic / nemo-mobile-configs-x86-generic changes files: -------------- --- nemo-mobile-configs-x86-generic.changes +++ nemo-mobile-configs-x86-generic.changes @@ -0,0 +1,5 @@ +* Mon Feb 18 2013 Pekka Lundstrom <[email protected]> - 2 +- File /etc/sysconfig/nemo-mobile-hw moved to + /var/lib/environment/nemo/60-nemo-mobile-hw.conf + This place holds all environment config files + old: ---- nemo-mobile-hw new: ---- 60-nemo-mobile-hw.conf spec files: ----------- --- nemo-mobile-configs-x86-generic.spec +++ nemo-mobile-configs-x86-generic.spec @@ -9,11 +9,11 @@ # << macros Summary: Some configs for x86-generic adaptation in Nemo Mobile -Version: 1 +Version: 2 Release: 1 Group: Configs License: GPLv2 -Source0: nemo-mobile-hw +Source0: 60-nemo-mobile-hw.conf Source100: nemo-mobile-configs-x86-generic.yaml Requires: nemo-mobile-session @@ -41,16 +41,14 @@ rm -rf %{buildroot} # >> install pre # << install pre -mkdir -p %{buildroot}/etc/sysconfig/ -cp -a %{SOURCE0} %{buildroot}/etc/sysconfig/ - # >> install post +install -D -m 644 %{SOURCE0} $RPM_BUILD_ROOT/var/lib/environment/nemo/60-nemo-mobile-hw.conf # << install post %files %defattr(-,root,root,-) -%{_sysconfdir}/sysconfig/nemo-mobile-hw +/var/lib/environment/nemo/60-nemo-mobile-hw.conf # >> files # << files other changes: -------------- ++++++ 60-nemo-mobile-hw.conf (new) --- 60-nemo-mobile-hw.conf +++ 60-nemo-mobile-hw.conf @@ -0,0 +1,3 @@ +# Clear the runtime system as the default "meego" set by +# nemo-mobile-session doesn't work on x86 properly +QT_DEFAULT_RUNTIME_SYSTEM= ++++++ nemo-mobile-configs-x86-generic.yaml --- nemo-mobile-configs-x86-generic.yaml +++ nemo-mobile-configs-x86-generic.yaml @@ -2,16 +2,17 @@ Summary: Some configs for x86-generic adaptation in Nemo Mobile Description: | %{summary}. -Version: 1 +Version: 2 Release: 1 Group: Configs License: GPLv2 -ExtraSources: - - nemo-mobile-hw;/etc/sysconfig/ +Sources: + - 60-nemo-mobile-hw.conf Requires: - nemo-mobile-session NoSetup: true Configure: none Builder: none Files: - - "%{_sysconfdir}/sysconfig/nemo-mobile-hw" + - "/var/lib/environment/nemo/60-nemo-mobile-hw.conf" + ++++++ deleted files: --- nemo-mobile-hw
