diff options
author | jbj <devnull@localhost> | 2004-03-16 17:13:25 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-03-16 17:13:25 +0000 |
commit | 55f77d61d72a3993436db9a8eefec9eaa7fb61ae (patch) | |
tree | ba443135878d6a9b8e8b363ad2535bf8171582dc /rpm.spec.in | |
parent | aac00c11d5865e36b054b1ac8a6f476517b7aca8 (diff) | |
download | librpm-tizen-55f77d61d72a3993436db9a8eefec9eaa7fb61ae.tar.gz librpm-tizen-55f77d61d72a3993436db9a8eefec9eaa7fb61ae.tar.bz2 librpm-tizen-55f77d61d72a3993436db9a8eefec9eaa7fb61ae.zip |
- fix: grrr, skip notes on non-i386 entirely.
CVS patchset: 7174
CVS date: 2004/03/16 17:13:25
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index 95c8c9840..4b710b7a8 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: 0.21 +Release: 0.22 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz License: GPL @@ -485,6 +485,9 @@ exit 0 %{__includedir}/popt.h %changelog +* Tue Mar 16 2004 Jeff Johnson <jbj@redhat.com> 4.3-0.22 +- fix: grrr, skip notes on non-i386 entirely. + * Fri Mar 12 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.21 - fix: increase file context regex parse buffer to BUFSIZ. - fix: handle elf64 note sections correctly. |