> On 10/11/2013 09:26 AM, Mamoru TASAKA wrote:
> > (Currently my reply seems to create new thread...)
> Are you replying from a SmartPhone or other Android-Device?
>
> I have been observing this issue for quite a while and when ever asking
> senders about their equipement they replied "Android-S
On 10/11/2013 09:26 AM, Mamoru TASAKA wrote:
(Currently my reply seems to create new thread...)
Are you replying from a SmartPhone or other Android-Device?
I have been observing this issue for quite a while and when ever asking
senders about their equipement they replied "Android-SmartPhone".
> On Oct 11, 2013 1:55 PM, "Mamoru TASAKA" wrote:
> >
> > > Since I hit this, I'd imagine other people might.
> > > If your package has:
> > >
> > > BuildArch: noarch
> > >
> > > It will set %{_target_cpu} to "noarch".
> > >
> > > If you also use %ifarch in that spec file, you might be expecting i
On Oct 11, 2013 1:55 PM, "Mamoru TASAKA" wrote:
>
> > Since I hit this, I'd imagine other people might.
> > If your package has:
> >
> > BuildArch: noarch
> >
> > It will set %{_target_cpu} to "noarch".
> >
> > If you also use %ifarch in that spec file, you might be expecting it to
> > match %{_ar
> Since I hit this, I'd imagine other people might.
> If your package has:
>
> BuildArch: noarch
>
> It will set %{_target_cpu} to "noarch".
>
> If you also use %ifarch in that spec file, you might be expecting it to
> match %{_arch} (the architecture of the build server). It does not. It
> matc
On Thu, 2013-10-10 at 13:06 +0200, punto...@libero.it wrote:
> Il 10/10/2013 04:12, Tom Callaway ha scritto:
> > Since I hit this, I'd imagine other people might.
> >
> > If your package has:
> >
> > BuildArch: noarch
> >
> > It will set %{_target_cpu} to "noarch".
> >
> > If you also use %ifarch i
Il 10/10/2013 04:12, Tom Callaway ha scritto:
Since I hit this, I'd imagine other people might.
If your package has:
BuildArch: noarch
It will set %{_target_cpu} to "noarch".
If you also use %ifarch in that spec file, you might be expecting it to
match %{_arch} (the architecture of the build
Since I hit this, I'd imagine other people might.
If your package has:
BuildArch: noarch
It will set %{_target_cpu} to "noarch".
If you also use %ifarch in that spec file, you might be expecting it to
match %{_arch} (the architecture of the build server). It does not. It
matches %{_target_cpu}.