diff options
author | Florent Villard <warly@mandriva.com> | 2003-03-02 13:21:38 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-03-02 13:21:38 +0000 |
commit | 7eceb2bda4b5f28213df8611be6516f2c397835f (patch) | |
tree | 142d606289198e0a915d5552295f954119f8e293 /drakwizard.spec | |
parent | fb900a0d0b5e9db9b1e8330152cfbe29a0b6a9c9 (diff) | |
download | drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.tar drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.tar.gz drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.tar.bz2 drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.tar.xz drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.zip |
fix postfix wizard (use correct hostname, restart postfix at the end, fix paths)
Diffstat (limited to 'drakwizard.spec')
-rw-r--r-- | drakwizard.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drakwizard.spec b/drakwizard.spec index d9adced1..b1af2a36 100644 --- a/drakwizard.spec +++ b/drakwizard.spec @@ -1,5 +1,5 @@ %define name drakwizard -%define version 1.1 +%define version 1.2 %define release 1mdk Name: %{name} @@ -51,6 +51,14 @@ rm -rf $RPM_BUILD_DIR/$RPM_PACKAGE_NAME %_datadir/wizards* %changelog +* Sun Mar 2 2003 Warly <warly@mandrakesoft.com> 1.2-1mdk +- start nfs server at the end of nfs wizard +- add dns and gateway in dhcp server config, remove nis, netbios and others +- add apache2 wizard +- compute a correct domainame, dns and gateway in IFCFG.pm +- replace shell function for chek_masquerade and check_relay by perl ones +- restart postfix at the end of postfix configuration + * Thu Dec 19 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 1.1-1mdk - fix to get png images with gtk2 |