diff options
author | jbj <devnull@localhost> | 2002-11-20 15:13:03 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-11-20 15:13:03 +0000 |
commit | 5d5c6b8f1ccf4fe46c6e4549f0fb3f30a2f79dec (patch) | |
tree | 0c68fdd8cc8d32424f69a6c021d8cf36a50cd1fa /rpm.spec.in | |
parent | 22389abbd44af3376c4c86824a558eae412bc541 (diff) | |
download | librpm-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.in | 5 |
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. |