diff options
author | Francois Pons <fpons@mandriva.com> | 2001-07-25 14:59:35 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-07-25 14:59:35 +0000 |
commit | 5070f3f86e1897c43fb47007d9aebd55c68f5c9e (patch) | |
tree | 702f309c30991bd8fa91f17edae627f7258cd6b0 /rpmtools.spec | |
parent | c019f7e04986a404b6a556624d06585f5b3fe744 (diff) | |
download | rpmtools-5070f3f86e1897c43fb47007d9aebd55c68f5c9e.tar rpmtools-5070f3f86e1897c43fb47007d9aebd55c68f5c9e.tar.gz rpmtools-5070f3f86e1897c43fb47007d9aebd55c68f5c9e.tar.bz2 rpmtools-5070f3f86e1897c43fb47007d9aebd55c68f5c9e.tar.xz rpmtools-5070f3f86e1897c43fb47007d9aebd55c68f5c9e.zip |
use rpmlib version comparison function, force destiny.3.1.2
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 8b9b694..5a40653 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 1mdk +%define release 2mdk # do not modify here, see Makefile in the CVS %define version 3.1 @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/perl5/man/*/* %changelog +* Wed Jul 25 2001 François Pons <fpons@mandrakesoft.com> 3.1-2mdk +- use rpmvercmp for version_compare. + * Mon Jul 23 2001 François Pons <fpons@mandrakesoft.com> 3.1-1mdk - allow provides on full package name. - fixed multiple version, release or arch of the same |