diff options
author | jbj <devnull@localhost> | 2001-01-19 01:38:55 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-01-19 01:38:55 +0000 |
commit | 1f44236f648737316b55b43c97ab941d33ec20ee (patch) | |
tree | 2b3761673d8c4a5e996a1f8b3f9c11a178675223 /rpm.spec | |
parent | 4688ffcfa3cd07c5aa190282219a2a6cf3a70e58 (diff) | |
download | librpm-tizen-1f44236f648737316b55b43c97ab941d33ec20ee.tar.gz librpm-tizen-1f44236f648737316b55b43c97ab941d33ec20ee.tar.bz2 librpm-tizen-1f44236f648737316b55b43c97ab941d33ec20ee.zip |
- fix: insure that %lang scopes over hard links correctly.
- fix: rpmCleanPath was nibbling at .. in macrofiles incorrectly.
CVS patchset: 4464
CVS date: 2001/01/19 01:38:55
Diffstat (limited to 'rpm.spec')
-rw-r--r-- | rpm.spec | 6 |
1 files changed, 5 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.28 +Release: 0.29 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,10 @@ fi %{__prefix}/include/popt.h %changelog +* Thu Jan 18 2001 Jeff Johnson <jbj@redhat.com> +- fix: insure that %lang scopes over hard links correctly. +- fix: rpmCleanPath was nibbling at .. in macrofiles incorrectly. + * Wed Jan 17 2001 Jeff Johnson <jbj@redhat.com> - 1st crack at Mandrake specific per-platform macros. |