From 913636a2eb50ea43ff699a893c4ad6d787c4ce08 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 31 Mar 2002 12:11:28 +0000 Subject: [PATCH] updated code to snapshot 2002-03-27 --- rpm.spec.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rpm.spec.in b/rpm.spec.in index f7a716c..4743fdf 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -20,7 +20,7 @@ Name: rpm %define version @VERSION@ Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 7x.8 +Release: 7x.9 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -156,7 +156,7 @@ shell-like rules. %build %ifos linux -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} --sysconfdir=/etc --localstatedir=/var --infodir='${prefix}%{__share}/info' --mandir='${prefix}%{__share}/man' --with-python=%{with_python_version} +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} --sysconfdir=/etc --localstatedir=/var --infodir='${prefix}%{__share}/info' --mandir='${prefix}%{__share}/man' --with-python=%{with_python_version} --without-javaglue %else CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} %endif @@ -521,6 +521,14 @@ fi %{__prefix}/include/popt.h %changelog +* Wed Mar 27 2002 Jeff Johnson +- fix: look for "/path" in Providename as well as Basenames (#59665). +- fix: avoid /dev/log installation more carefully (#62012). +- fix: don't compile beecrypt java bindings (#61992). +- solaris: save main() envp in global environ for use with gpg. +- don't add empty md5 strings to Filemd5's index. +- create Filemd5 index with binary, not ascii, keys. + * Fri Mar 22 2002 Jeff Johnson - fix: make sure that .rpmsave files are created (#57078).