diff options
author | jbj <devnull@localhost> | 2002-08-02 14:10:33 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-08-02 14:10:33 +0000 |
commit | 4a58c73baa5212da005a5192f60a77fdfa8601ec (patch) | |
tree | a25473ab1890c9c65af555c54bc60010475e6baa /rpm.spec.in | |
parent | b2480c3ded1975563f793a846919f3078098d764 (diff) | |
download | librpm-tizen-4a58c73baa5212da005a5192f60a77fdfa8601ec.tar.gz librpm-tizen-4a58c73baa5212da005a5192f60a77fdfa8601ec.tar.bz2 librpm-tizen-4a58c73baa5212da005a5192f60a77fdfa8601ec.zip |
- fix: repair --root with --verify (#70527).
CVS patchset: 5592
CVS date: 2002/08/02 14:10:33
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index 6b2baf0be..5d61364db 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.64 +Release: 0.65 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -516,8 +516,9 @@ fi %{__prefix}/include/popt.h %changelog -* Fri Aug 2 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.64 +* Fri Aug 2 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.65 - fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539). +- fix: repair --root with --verify (#70527). * Thu Aug 1 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.63 - add check-files to rpm-build manifest. |