diff options
author | jbj <devnull@localhost> | 2002-07-24 18:52:22 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-24 18:52:22 +0000 |
commit | c4f6f42f9458f0b20f16138ddc6f91f201c6ef03 (patch) | |
tree | 0a9f698db1240c8de852970b4e43fd4ad2454208 /rpm.spec.in | |
parent | ede1f445e09895daee8bce8a2ddc9200839ee5de (diff) | |
download | librpm-tizen-c4f6f42f9458f0b20f16138ddc6f91f201c6ef03.tar.gz librpm-tizen-c4f6f42f9458f0b20f16138ddc6f91f201c6ef03.tar.bz2 librpm-tizen-c4f6f42f9458f0b20f16138ddc6f91f201c6ef03.zip |
- fix: segfault if given a text file as 2nd arg to -Uvh (#69508).
CVS patchset: 5569
CVS date: 2002/07/24 18:52:22
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index 830230045..935a6228e 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -17,7 +17,7 @@ Name: rpm %define version @VERSION@ Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.54 +Release: 0.55 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -516,6 +516,7 @@ fi %changelog * Wed Jul 24 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.54 - imbue %ghost with missingok attribute with --verify (#68933). +- fix: segfault if given a text file as 2nd arg to -Uvh (#69508). * Tue Jul 23 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.53 - verify signatures/digests retrieved through rpmdbNextIterator(). |