diff options
author | Francois Pons <fpons@mandriva.com> | 2001-03-23 13:35:28 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-03-23 13:35:28 +0000 |
commit | 362df0b00545831f49e494cc693404c7f75763f2 (patch) | |
tree | b34a3e62a8d86a9a2d7f15a2be161842a79f40e6 | |
parent | cfbb629978b679adb31f13259e01ac981cb404a1 (diff) | |
download | rpmtools-362df0b00545831f49e494cc693404c7f75763f2.tar rpmtools-362df0b00545831f49e494cc693404c7f75763f2.tar.gz rpmtools-362df0b00545831f49e494cc693404c7f75763f2.tar.bz2 rpmtools-362df0b00545831f49e494cc693404c7f75763f2.tar.xz rpmtools-362df0b00545831f49e494cc693404c7f75763f2.zip |
2.3-13mdk.
-rw-r--r-- | rpmtools.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index f8a619f..8d5546a 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 12mdk +%define release 13mdk # do not modify here, see Makefile in the CVS %define version 2.3 @@ -51,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/perl5/man/*/* %changelog +* Fri Mar 23 2001 François Pons <fpons@mandrakesoft.com> 2.3-13mdk +- semi-fixed hashes subscript error (workaround). +- added --compact option to parsehdlist. + * Mon Mar 12 2001 François Pons <fpons@mandrakesoft.com> 2.3-12mdk - added support for LD_LOADER in packdrake module and parsehdlist executable. |