diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-13 14:31:52 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-13 14:31:52 +0000 |
commit | ef5d4874ed831dfcdc342d4ca3c52e742686d974 (patch) | |
tree | 95c8985275ab5eceddb0b1620d14364d4e5fbbff /rpmdrake.spec | |
parent | c5fb5c87196b48013fc582c0ca725dc538c65b1c (diff) | |
download | rpmdrake-ef5d4874ed831dfcdc342d4ca3c52e742686d974.tar rpmdrake-ef5d4874ed831dfcdc342d4ca3c52e742686d974.tar.gz rpmdrake-ef5d4874ed831dfcdc342d4ca3c52e742686d974.tar.bz2 rpmdrake-ef5d4874ed831dfcdc342d4ca3c52e742686d974.tar.xz rpmdrake-ef5d4874ed831dfcdc342d4ca3c52e742686d974.zip |
if there was an error during installation, propose to
remove the cached/downloaded packages or not (partially follows
a nice suggestion by Jeff Martin <jeffm at tampabay.rr.com>)
Diffstat (limited to 'rpmdrake.spec')
-rw-r--r-- | rpmdrake.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rpmdrake.spec b/rpmdrake.spec index 6b67d3cd..f0d67b86 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -8,7 +8,7 @@ %define name rpmdrake %define version 2.1 -%define release 5mdk +%define release 6mdk Name: %{name} Version: %{version} @@ -116,6 +116,11 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/*.pm %changelog +* Thu Feb 13 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-6mdk +- grpmi: if there was an error during installation, propose to + remove the cached/downloaded packages or not (partially follows + a nice suggestion by Jeff Martin <jeffm at tampabay.rr.com>) + * Tue Feb 11 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-5mdk - rpmdrake: - mark version as 9.1 |