diff options
author | Francois Pons <fpons@mandriva.com> | 2001-06-26 15:10:12 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-06-26 15:10:12 +0000 |
commit | 4f0e9d447da0f254e20c94934283d1df848045dc (patch) | |
tree | db85f17bf2391c05944f9ee71f84123667380294 /rpmtools.spec | |
parent | d0e17a925bb8a09775f55bf58723ad049df69c47 (diff) | |
download | rpmtools-4f0e9d447da0f254e20c94934283d1df848045dc.tar rpmtools-4f0e9d447da0f254e20c94934283d1df848045dc.tar.gz rpmtools-4f0e9d447da0f254e20c94934283d1df848045dc.tar.bz2 rpmtools-4f0e9d447da0f254e20c94934283d1df848045dc.tar.xz rpmtools-4f0e9d447da0f254e20c94934283d1df848045dc.zip |
fixes for bad behaviour of build_hdlist.
added better relocation code.
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index e172dca..54648bd 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 2mdk +%define release 3mdk # do not modify here, see Makefile in the CVS %define version 3.0 @@ -54,6 +54,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/perl5/man/*/* %changelog +* Tue Jun 26 2001 François Pons <fpons@mandrakesoft.com> 3.0-3mdk +- improved arch management and relocation code. +- fix bad arch parsing when building hdlist. +- fix bad evalution of bad rpm filename. + * Mon Jun 25 2001 François Pons <fpons@mandrakesoft.com> 3.0-2mdk - fixed version_compare to match rpm behaviour on some cases, needed for Garbage Collector cases. |