diff options
Diffstat (limited to 'drakwizard.spec')
-rw-r--r-- | drakwizard.spec | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/drakwizard.spec b/drakwizard.spec index d5273594..5b09f71b 100644 --- a/drakwizard.spec +++ b/drakwizard.spec @@ -1,6 +1,6 @@ %define name drakwizard %define version 3.0 -%define release 22mdk +%define release 24mdk Name: %{name} Version: %{version} @@ -93,6 +93,22 @@ rm -rf $RPM_BUILD_DIR/$RPM_PACKAGE_NAME %_datadir/wizards/proxy_wizard %changelog +* Wed Feb 15 2006 Antoine Ginies <aginies@mandriva.com> 3.0-24mdk +- fix bug #20162 +- do not install packages in testing mode (tvignaud) +- blino: + * bug #20360 + * use the new wizards API + * use wizards::check_rpm + * simplify and perl_checker style + * rename wizards hash to avoid confusion + * bless directly the wizard object instead of wrapping it in a hash + * drop old wizard stuff, use the wizards module + * fix additionnal wizard detection + +* Tue Nov 29 2005 Antoine Ginies <aginies@n3.mandriva.com> 3.0-23mdk +- misc fix bug #19999 + * Fri Sep 9 2005 <guibo@guibpiv.guibland.com> 3.0-22mdk - Bind: fix serial pb. (#17886) - Fix Samba wizard. |