diff options
author | jbj <devnull@localhost> | 2000-12-19 17:43:56 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-19 17:43:56 +0000 |
commit | 22be517f73d31bc1eb80f8a69bb8211670cd16fc (patch) | |
tree | cdde37849a5e5a4822e461751f1ae06124e1a67b /CHANGES | |
parent | 73ee3b2e8657ea8367a34e683bb7a3fc73af8494 (diff) | |
download | librpm-tizen-22be517f73d31bc1eb80f8a69bb8211670cd16fc.tar.gz librpm-tizen-22be517f73d31bc1eb80f8a69bb8211670cd16fc.tar.bz2 librpm-tizen-22be517f73d31bc1eb80f8a69bb8211670cd16fc.zip |
- identify install scriptlet failures with the name of the scriptlet.
- handle install chroot's identically throughout the install process.
- add rpmlib(HeaderLoadSortsTags) for tracking header regions "just in case".
- create _tmppath on the fly if not present.
CVS patchset: 4355
CVS date: 2000/12/19 17:43:56
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ stdout. - fix: segfault on build path, ignore deleted drips. - gendiff: generate ChangeLog patches more intelligently (#22356). + - identify install scriptlet failures with the name of the scriptlet. + - handle install chroot's identically throughout the install process. + - add rpmlib(HeaderLoadSortsTags) for tracking header regions + "just in case". + - create _tmppath on the fly if not present. 3.0.6 -> 4.0 - use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db. |