summaryrefslogtreecommitdiff
path: root/rpm.spec.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-11-20 15:13:03 +0000
committerjbj <devnull@localhost>2002-11-20 15:13:03 +0000
commit5d5c6b8f1ccf4fe46c6e4549f0fb3f30a2f79dec (patch)
tree0c68fdd8cc8d32424f69a6c021d8cf36a50cd1fa /rpm.spec.in
parent22389abbd44af3376c4c86824a558eae412bc541 (diff)
downloadlibrpm-tizen-5d5c6b8f1ccf4fe46c6e4549f0fb3f30a2f79dec.tar.gz
librpm-tizen-5d5c6b8f1ccf4fe46c6e4549f0fb3f30a2f79dec.tar.bz2
librpm-tizen-5d5c6b8f1ccf4fe46c6e4549f0fb3f30a2f79dec.zip
- use rpmdeps rather than find-{requires,provides}.
CVS patchset: 5877 CVS date: 2002/11/20 15:13:03
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 8187294b5..3a83b4205 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.11
+Release: 0.12
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
Copyright: GPL
@@ -483,6 +483,9 @@ exit 0
%{__prefix}/include/popt.h
%changelog
+* Wed Nov 20 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.12
+- use rpmdeps rather than find-{requires,provides}.
+
* Tue Nov 19 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.11
- fix: option conflict error message (#77373).
- add AC_SYS_LARGFILE throughout.