summaryrefslogtreecommitdiff
path: root/rpm.spec.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-11-13 18:18:33 +0000
committerjbj <devnull@localhost>2002-11-13 18:18:33 +0000
commit8e53ee685acc6d2868c82279c427a58ea9dc5428 (patch)
treead96641c5847997ed4c20dea56e6efdc6e7c7840 /rpm.spec.in
parent314d3fba1c40af3dc743f21ad3e85a5d5153e15b (diff)
downloadrpm-8e53ee685acc6d2868c82279c427a58ea9dc5428.tar.gz
rpm-8e53ee685acc6d2868c82279c427a58ea9dc5428.tar.bz2
rpm-8e53ee685acc6d2868c82279c427a58ea9dc5428.zip
- fix: bash must have functional libtermcap.so.2.
CVS patchset: 5850 CVS date: 2002/11/13 18:18:33
Diffstat (limited to 'rpm.spec.in')
-rw-r--r--rpm.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/rpm.spec.in b/rpm.spec.in
index 65ed0bb5f..1882521cb 100644
--- a/rpm.spec.in
+++ b/rpm.spec.in
@@ -16,7 +16,7 @@ Name: rpm
%define version @VERSION@
Version: %{version}
%{expand: %%define rpm_version %{version}}
-Release: 0.7
+Release: 0.8
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
Copyright: GPL
@@ -482,6 +482,9 @@ exit 0
%{__prefix}/include/popt.h
%changelog
+* Wed Nov 13 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.8
+- fix: bash must have functional libtermcap.so.2.
+
* Sat Nov 9 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.7
- add _javadir/_javadocdir/_javaclasspath macros.