diff options
author | Francois Pons <fpons@mandriva.com> | 2001-07-05 13:32:16 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-07-05 13:32:16 +0000 |
commit | 5e6e33a4661b5116e36524b2bcae8793622c1933 (patch) | |
tree | 296f66f9022799b3abd92fa3f720c3f716c2bbbd /rpmtools.spec | |
parent | 7ae2c69a2fef5f617f68c5f203e71fa4538de27a (diff) | |
download | rpmtools-5e6e33a4661b5116e36524b2bcae8793622c1933.tar rpmtools-5e6e33a4661b5116e36524b2bcae8793622c1933.tar.gz rpmtools-5e6e33a4661b5116e36524b2bcae8793622c1933.tar.bz2 rpmtools-5e6e33a4661b5116e36524b2bcae8793622c1933.tar.xz rpmtools-5e6e33a4661b5116e36524b2bcae8793622c1933.zip |
added compute_id method.
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 e388e07..171d94f 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 7mdk +%define release 8mdk # do not modify here, see Makefile in the CVS %define version 3.0 @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/perl5/man/*/* %changelog +* Thu Jul 5 2001 François Pons <fpons@mandrakesoft.com> 3.0-8mdk +- added compute_id function. + * Mon Jul 2 2001 François Pons <fpons@mandrakesoft.com> 3.0-7mdk - added arch check support for parsehdlist. |