diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-02-11 14:29:44 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-02-11 14:29:44 +0000 |
commit | 83117729838b9e82d581139db563824092a8a02f (patch) | |
tree | 43d15518cebd6ded9c27e940a3290c3b71d0c114 | |
parent | e49ce2ef95cb003884db63b868983c4215ef3230 (diff) | |
download | drakwizard-83117729838b9e82d581139db563824092a8a02f.tar drakwizard-83117729838b9e82d581139db563824092a8a02f.tar.gz drakwizard-83117729838b9e82d581139db563824092a8a02f.tar.bz2 drakwizard-83117729838b9e82d581139db563824092a8a02f.tar.xz drakwizard-83117729838b9e82d581139db563824092a8a02f.zip |
- check httpd for apache-1.3, httpd for apache2 (V.Meyer bug report)
- fix problem of DNS master wizard
-rw-r--r-- | drakwizard.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drakwizard.spec b/drakwizard.spec index a8e407a3..bf849d00 100644 --- a/drakwizard.spec +++ b/drakwizard.spec @@ -1,6 +1,6 @@ %define name drakwizard %define version 2.10 -%define release 1mdk +%define release 2mdk Name: %{name} Version: %{version} @@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_DIR/$RPM_PACKAGE_NAME %{perl_vendorlib}/MDK/ %changelog +* Wed Feb 11 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.10-2mdk +- check httpd for apache-1.3, httpd for apache2 (V.Meyer bug report) +- fix problem of DNS master wizard + * Tue Feb 10 2004 Warly <warly@mandrakesoft.com> 2.10-1mdk - fix list_printers function - readd ENV{__WIZ_HOME__} variable to be able to test directly from the CVS tree |