diff options
-rw-r--r-- | rpmtools.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 963c28d..30ded7a 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 20mdk +%define release 21mdk # 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 Apr 16 2001 François Pons <fpons@mandrakesoft.com> 2.3-21mdk +- added back anti-lock patch. + * Sat Apr 14 2001 François Pons <fpons@mandrakesoft.com> 2.3-20mdk - fixed wrong version comparison. |