[Bug 959029] Review Request: ascii-design - A tool to create ascii arts

bugzilla at redhat.com bugzilla at redhat.com
Sat May 18 11:00:28 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959029

--- Comment #7 from Björn Esser <bjoern.esser at gmail.com> ---
figlet is an arch-dependend package. %{?_isa} makes sure the dependency will
eval to the correct-arch, so there will be no mess-up on multi-arch.

Currently Requires are:

ascii-design (rpmlib, GLIBC filtered):
    figlet
    libQtCore.so.4()(64bit)
    ...

So if you habe figlet.i686 installed on x86_64, dependency will be met for
yum/rpm, but this is not what you usually desire and may/will result in
unexpected behaviour or maybe crash...

if you change Requires: figlet --> figlet%{?_isa}

Requires of build-rpm will be:

ascii-design (rpmlib, GLIBC filtered):
    figlet(64bit)
    libQtCore.so.4()(64bit)
    ...

So this makes sure dependency is the same arch the rpm was build for and things
will go fine for sure.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GXeJregRzK&a=cc_unsubscribe


More information about the package-review mailing list