auto-import rpm-4.0.4-0.15 from rpm-4.0.4-0.15.src.rpm
This commit is contained in:
parent
520d60d2f2
commit
87eb98f399
12
rpm.spec
12
rpm.spec
@ -20,7 +20,7 @@ Name: rpm
|
|||||||
%define version 4.0.4
|
%define version 4.0.4
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
%{expand: %%define rpm_version %{version}}
|
%{expand: %%define rpm_version %{version}}
|
||||||
Release: 0.14
|
Release: 0.15
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
@ -169,6 +169,11 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix}
|
|||||||
make CFLAGS="-g -O0" digest.o digest.lo -C rpmio
|
make CFLAGS="-g -O0" digest.o digest.lo -C rpmio
|
||||||
%endif
|
%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
|
make
|
||||||
|
|
||||||
%if %{with_perl_subpackage}
|
%if %{with_perl_subpackage}
|
||||||
@ -517,12 +522,13 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 21 2002 Jeff Johnson <jbj@redhat.com>
|
* Mon Jan 21 2002 Jeff Johnson <jbj@redhat.com>
|
||||||
- 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 <jbj@redhat.com>
|
* Sat Jan 19 2002 Jeff Johnson <jbj@redhat.com>
|
||||||
- use beecrypt routines to calculate digests in rpm.
|
- use beecrypt routines to calculate digests in rpm.
|
||||||
- dump legacy support for broken md5 signatures.
|
- 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 <jbj@redhat.com>
|
* Thu Jan 17 2002 Jeff Johnson <jbj@redhat.com>
|
||||||
- missing key(s) on keyring when verifying a signature is now an error.
|
- missing key(s) on keyring when verifying a signature is now an error.
|
||||||
|
Loading…
Reference in New Issue
Block a user