diff options
author | Antoine Ginies <aginies@mandriva.com> | 2006-02-15 10:37:34 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2006-02-15 10:37:34 +0000 |
commit | 706862022193f62accff8884305931be8fd83fe1 (patch) | |
tree | cbeb93d51d709671da2f545400f945894413fd48 /drakwizard.spec | |
parent | ea4c0e99cbeac8c501fbcfea4ae7e9b1c45bf35a (diff) | |
download | drakwizard-706862022193f62accff8884305931be8fd83fe1.tar drakwizard-706862022193f62accff8884305931be8fd83fe1.tar.gz drakwizard-706862022193f62accff8884305931be8fd83fe1.tar.bz2 drakwizard-706862022193f62accff8884305931be8fd83fe1.tar.xz drakwizard-706862022193f62accff8884305931be8fd83fe1.zip |
fix bug #20162 (can't launch samba wizard)V3_0_24mdk
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. |