diff options
author | jbj <devnull@localhost> | 2001-01-16 17:33:59 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-01-16 17:33:59 +0000 |
commit | 0eb282dc4ea02b14351278ebd578a8ab99237d1d (patch) | |
tree | a1e3c30d79f5337a661cf2a2cf44b8a7c0fe8f75 /rpm.spec | |
parent | 888f65b07da0715694f0fcf3e2afa6ee16076296 (diff) | |
download | librpm-tizen-0eb282dc4ea02b14351278ebd578a8ab99237d1d.tar.gz librpm-tizen-0eb282dc4ea02b14351278ebd578a8ab99237d1d.tar.bz2 librpm-tizen-0eb282dc4ea02b14351278ebd578a8ab99237d1d.zip |
- tsort prefers presentation order.
CVS patchset: 4456
CVS date: 2001/01/16 17:33:59
Diffstat (limited to 'rpm.spec')
-rw-r--r-- | rpm.spec | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,7 @@ Summary: The Red Hat package management system. Name: rpm %define version 4.0.2 Version: %{version} -Release: 0.26 +Release: 0.27 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz Copyright: GPL @@ -309,6 +309,9 @@ fi %{__prefix}/include/popt.h %changelog +* Tue Jan 16 2001 Jeff Johnson <jbj@redhat.com> +- tsort prefers presentation order. + * Mon Jan 15 2001 Jeff Johnson <jbj@redhat.com> - fix: extra newline in many error messages (#23947). - fix: rpm -Va with db1 needs per-iterator, not per-index, offset. |