diff options
author | jbj <devnull@localhost> | 2002-12-12 19:16:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-12 19:16:45 +0000 |
commit | d5a81771b690eca36a7b4efde27ef874204452c9 (patch) | |
tree | 2952cca45375f4e2d74480c066346fa924d96ea3 /rpm.spec.in | |
parent | 8681309f1a19ebe597464aa3d1304bef06d3790e (diff) | |
download | librpm-tizen-d5a81771b690eca36a7b4efde27ef874204452c9.tar.gz librpm-tizen-d5a81771b690eca36a7b4efde27ef874204452c9.tar.bz2 librpm-tizen-d5a81771b690eca36a7b4efde27ef874204452c9.zip |
- fix: add rpmlib(VersionedDependencies) if versioned Provides: found.
CVS patchset: 5937
CVS date: 2002/12/12 19:16:45
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 2ee414a59..566830d04 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.22 +Release: 0.23 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -459,6 +459,9 @@ exit 0 %{__prefix}/include/popt.h %changelog +* Thu Dec 12 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.23 +- fix: add rpmlib(VersionedDependencies) if versioned Provides: found. + * Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.22 - rebuild against glibc with TLS support. |