diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | rpmdrake.spec | 5 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2004-12-17 18:46 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * edit-urpm-sources.pl: Add the ability to reorder the media in the + software media manager + +2004-12-15 11:50 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * ChangeLog, rpmdrake.spec: 2.4-2mdk + 2004-12-15 11:30 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * rpmdrake, rpmdrake.spec: Integrate code from the obsolete diff --git a/rpmdrake.spec b/rpmdrake.spec index 9ccba4df..f24f75e9 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -8,7 +8,7 @@ %define name rpmdrake %define version 2.4 -%define release 2mdk +%define release 3mdk Name: %{name} Version: %{version} @@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/park-rpmdrake %changelog +* Fri Dec 17 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.4-3mdk +- Add the ability to reorder the media in the software media manager + * Wed Dec 15 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.4-2mdk - Remove dependency on gurpmi - Only load packdrake when needed |