PACKAGE_VERSION is an obsolete macro in later rpmbuilds.
Ack for both.
On Mon, 2010-03-01 at 14:42 +0100, Ales Kozumplik wrote:
> changed the spec to use %{Version} that works in rhel5 as well as in later
> fedoras.
> ---
> anaconda.spec | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/anaconda.spec b/anaconda.spec
> index 3c3d297..b8c7aee 100644
> --- a/anaconda.spec
> +++ b/anaconda.spec
> @@ -4,7 +4,7 @@ Release: 4
> License: GPL
> Summary: Graphical system installer
> Group: Applications/System
> -Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
> +Source: anaconda-%{Version}.tar.bz2
> BuildPreReq: kudzu-devel >= 1.2.57.1.18, pciutils-devel
> BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
> BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|