diff options
-rw-r--r-- | rpmtools.pm | 2 | ||||
-rw-r--r-- | rpmtools.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/rpmtools.pm b/rpmtools.pm index 5eb9407..9e15baa 100644 --- a/rpmtools.pm +++ b/rpmtools.pm @@ -269,7 +269,7 @@ sub compute_depslist { } } #- setup, filesystem and basesystem should be at the beginning. - @ordered{qw(ldconfig readline termcap libtermcap bash sash glibc setup filesystem basesystem)} = + @ordered{qw(ldconfig readline termcap libtermcap2 bash sash glibc setup filesystem basesystem)} = (100000, 90000, 80000, 70000, 60000, 50000, 40000, 30000, 20000, 10000); #- compute base flag, consists of packages which are required without diff --git a/rpmtools.spec b/rpmtools.spec index 921ebdb..1134372 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 15mdk +%define release 16mdk # do not modify here, see Makefile in the CVS %define version 2.3 @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/perl5/man/*/* %changelog +* Mon Mar 26 2001 François Pons <fpons@mandrakesoft.com> 2.3-16mdk +- modified libtermcap to libtermcap2 for VIP. + * Mon Mar 26 2001 François Pons <fpons@mandrakesoft.com> 2.3-15mdk - fixed depslist sort algorithm to fix Aurora problems. |