diff --git a/rpm.spec b/rpm.spec index 8ed6c3f..c958179 100644 --- a/rpm.spec +++ b/rpm.spec @@ -20,7 +20,7 @@ Name: rpm %define version 4.0.4 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.14 +Release: 0.15 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -169,6 +169,11 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} make CFLAGS="-g -O0" digest.o digest.lo -C rpmio %endif +# XXX workaround ia64 gcc-3.1-0.18 miscompilation +%ifarch ia64 +make CFLAGS="-g -O0 -DIA64_SUCKS_ROCKS" files.o files.lo -C build +%endif + make %if %{with_perl_subpackage} @@ -517,12 +522,13 @@ fi %changelog * Mon Jan 21 2002 Jeff Johnson -- build for 8.0. +- sync rpmdb and build with rpm-4.1, lots of splint annotations. +- add :armor and :base64 query format qualifiers for binary signatures. * Sat Jan 19 2002 Jeff Johnson - use beecrypt routines to calculate digests in rpm. - dump legacy support for broken md5 signatures. -- sync popt and rpmio with rpm-4.1. +- sync popt and rpmio with rpm-4.1, rpmio has OpenPGP API. * Thu Jan 17 2002 Jeff Johnson - missing key(s) on keyring when verifying a signature is now an error. diff --git a/sources b/sources index 1b75591..fcda509 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1b383cfe3e1e329c19507c5730db52c rpm-4.0.4.tar.gz +5463f541d96dd3390ce8248e30ad091e rpm-4.0.4.tar.gz