diff options
author | Francois Pons <fpons@mandriva.com> | 2002-02-08 17:06:45 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-02-08 17:06:45 +0000 |
commit | 1fe82d439b1e1cf005635e38a4b894ce552b4c39 (patch) | |
tree | 0ac563550d3a6e0ae45b52b791a7afaf4f5158a6 /rpmtools.spec | |
parent | bccfb5c229917023a3aef6cd7a4451e0366c77a1 (diff) | |
download | rpmtools-1fe82d439b1e1cf005635e38a4b894ce552b4c39.tar rpmtools-1fe82d439b1e1cf005635e38a4b894ce552b4c39.tar.gz rpmtools-1fe82d439b1e1cf005635e38a4b894ce552b4c39.tar.bz2 rpmtools-1fe82d439b1e1cf005635e38a4b894ce552b4c39.tar.xz rpmtools-1fe82d439b1e1cf005635e38a4b894ce552b4c39.zip |
4.2-2mdk
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 26a2ae2..9d3440a 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 4.2 @@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/perl5/man/*/* %changelog +* Fri Feb 8 2002 François Pons <fpons@mandrakesoft.com> 4.2-2mdk +- missing fixing arch determination for _parse_ (now correctly + handles src architecture). + * Fri Feb 8 2002 François Pons <fpons@mandrakesoft.com> 4.2-1mdk - fixed --descriptions and --summary of parsehdlist for multiline output by adding prefix after each linefeed. |