auto-import changelog data from rpm-4.0.3-0.95.src.rpm
Thu Aug 23 2001 Jeff Johnson <jbj@redhat.com> - workaround alpha sha1 digest miscompilation. Fri Aug 17 2001 Jeff Johnson <jbj@redhat.com> - verify perms (but not mode) on %ghost files.
This commit is contained in:
parent
75a4b029ef
commit
20c1e41eab
19
rpm.spec
19
rpm.spec
@ -19,7 +19,7 @@ Name: rpm
|
|||||||
%define version 4.0.3
|
%define version 4.0.3
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
%{expand: %%define rpm_version %{version}}
|
%{expand: %%define rpm_version %{version}}
|
||||||
Release: 0.93
|
Release: 0.95
|
||||||
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
|
||||||
@ -153,18 +153,17 @@ shell-like rules.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
#
|
|
||||||
# XXX work around a (possible) compiler problem on ia64
|
|
||||||
%ifarch ia64
|
|
||||||
#RPM_OPT_FLAGS="-O0"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%ifos linux
|
%ifos linux
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} --sysconfdir=/etc --localstatedir=/var --infodir='${prefix}%{__share}/info' --mandir='${prefix}%{__share}/man'
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} --sysconfdir=/etc --localstatedir=/var --infodir='${prefix}%{__share}/info' --mandir='${prefix}%{__share}/man'
|
||||||
%else
|
%else
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix}
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# XXX workaround alpha sha1 digest miscompilation
|
||||||
|
%ifarch alpha alphaev5 alphaev56 alphapca56 alphaev6 alphaev67
|
||||||
|
make CFLAGS="-g -O0" digest.o digest.lo -C rpmio
|
||||||
|
%endif
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%if %{with_perl_subpackage}
|
%if %{with_perl_subpackage}
|
||||||
@ -506,6 +505,12 @@ fi
|
|||||||
%{__prefix}/include/popt.h
|
%{__prefix}/include/popt.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- workaround alpha sha1 digest miscompilation.
|
||||||
|
|
||||||
|
* Fri Aug 17 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- verify perms (but not mode) on %ghost files.
|
||||||
|
|
||||||
* Thu Aug 16 2001 Jeff Johnson <jbj@redhat.com>
|
* Thu Aug 16 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
- python: add exception to detect bad data in hdrUnload.
|
- python: add exception to detect bad data in hdrUnload.
|
||||||
- change dir creation message from warning to debug for now.
|
- change dir creation message from warning to debug for now.
|
||||||
|
Loading…
Reference in New Issue
Block a user