- spelling corrections (#112728).
CVS patchset: 7046 CVS date: 2003/12/30 13:14:49
This commit is contained in:
parent
f5580509bf
commit
af5973adad
10
CHANGES
10
CHANGES
|
@ -839,7 +839,7 @@
|
|||
- better item/task progress bars <rodrigob@conectiva.com.br>.
|
||||
- load headers as single contiguous region.
|
||||
- add region marker as RPM_BIN_TYPE in packages and database.
|
||||
- fix: don't headerCopy() relocateable packages if not relocating.
|
||||
- fix: don't headerCopy() relocatable packages if not relocating.
|
||||
- merge signatures into header after reading from package.
|
||||
- RPM_BIN_TYPE malloc'ed when retrieved through headerGetEntry().
|
||||
- add headerFreeData() to free any data malloc'ed during retrieval.
|
||||
|
@ -1675,7 +1675,7 @@
|
|||
- implemented generic file relocations at install time
|
||||
(use --relocate <oldpath>=<newpath>, i.e. --relocate /usr=/foo)
|
||||
- added --badreloc flag to force RPM to relocate files which packages
|
||||
haven't advertised as relocateable
|
||||
haven't advertised as relocatable
|
||||
- fix return code on failed uncompresses in %prep
|
||||
- preliminary handling of bzip2 compressed files
|
||||
- differentiates between big and little endian mips
|
||||
|
@ -2056,9 +2056,9 @@
|
|||
- made verify verify owner and groups by name rather then by id -- if
|
||||
the symbolic names aren't available use the uids
|
||||
- cleaned up relocateFilelist() and related code thanks to
|
||||
new header introduced in 2.3.3 -- this could break relocateable
|
||||
new header introduced in 2.3.3 -- this could break relocatable
|
||||
packages but they seem okay
|
||||
- fixed a bug which could cause relocateable packages to not get
|
||||
- fixed a bug which could cause relocatable packages to not get
|
||||
relocated -- I think this bit some people during hard drive
|
||||
installs of all things (Jason Salopek pestered me consistently
|
||||
enough to keep this on the front burner for me)
|
||||
|
@ -2343,7 +2343,7 @@
|
|||
- changed man page for readability (thanks to Joseph L. Hartmann, Jr)
|
||||
|
||||
2.1.1 -> 2.1.2:
|
||||
- fixed error message for unrelocateable packages
|
||||
- fixed error message for unrelocatable packages
|
||||
- automatic shared lib provides now work with buildprefix
|
||||
- fixed dependency checking during upgrades to work if the
|
||||
package wasn't previously installed
|
||||
|
|
Loading…
Reference in New Issue