Hi,
you should use
%ifarch %{arm}
instead of
%ifarch arm armv5tel armv7l armv7hl
The %{arm} macro will expand to all arm architectures.
Regards,
Marko
On 04/27/2011 02:58 PM, Timo Härkönen wrote:
Hi,
I have made the following changes to eat in project devel:quality. Please
review and accept ASAP.
Thank You,
Timo Härkönen
[This message was auto-generated]
---
Request #17024:
submit: home:timoph/eat(r2) -> devel:quality/eat
Message:
added support for armv7hl - BMC#16769
State: new 2011-04-27T04:58:42 timoph
Comment: None
changes files:
--------------
--- eat.changes
+++ eat.changes
@@ -0,0 +1,3 @@
+* Wed 27 Apr 2011 Timo Härkönen<[email protected]> 0.1.5
+- BMC# 16769 - eat-env.sh missing from latest eat-device package
+
spec files:
-----------
--- eat.spec
+++ eat.spec
@@ -39,7 +39,7 @@
Requires: openssh-server
Requires(pre): coreutils
Conflicts: eat-host
-%ifarch arm armv5el armv7l
+%ifarch arm armv5el armv7l armv7hl
Requires: nokia-usb-networking
%endif
@@ -79,7 +79,7 @@
cp src/scripts/eat-selftest.sh %{buildroot}/usr/bin/eat-selftest.sh
cp src/scripts/install-eat-key.sh %{buildroot}/usr/bin/install-eat-key.sh
cp src/scripts/remove-eat-key.sh %{buildroot}/usr/bin/remove-eat-key.sh
-%ifarch arm armv5el armv7l
+%ifarch arm armv5el armv7l armv7hl
cp src/init/eat-dns %{buildroot}/etc/init.d/eat-dns
mkdir -p %{buildroot}/etc/profile.d
cp src/scripts/eat-env.sh %{buildroot}/etc/profile.d/eat-env.sh
@@ -175,7 +175,7 @@
# Yes, we're installing a ssh-key to root's home.
/root/.ssh/authorized_keys2
%defattr(-,root,root,-)
-%ifarch arm armv5tel armv7l
+%ifarch arm armv5tel armv7l armv7hl
/etc/init.d/eat-dns
/etc/profile.d/eat-env.sh
%endif
@@ -195,7 +195,7 @@
echo "#Added by eat">> /etc/ssh/sshd_config
echo "MaxStartUps 1024">> /etc/ssh/sshd_config
-%ifarch arm armv5tel armv7l
+%ifarch arm armv5tel armv7l armv7hl
/etc/init.d/eat-dns start
%endif
dsc files:
----------
other changes:
--------------
_______________________________________________
MeeGo-commits mailing list
[email protected]
http://lists.meego.com/listinfo/meego-commits
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging