summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-09-17 18:21:06 +0000
committerFlorent Villard <warly@mandriva.com>2003-09-17 18:21:06 +0000
commit9044c3750423f694372048571bf1795ac8e1a69f (patch)
tree0e2af42fcdeca348c498a888b443e7e9e124d620
parenta3a64388a80c4ac7c69808920e626a8a697dbe7c (diff)
downloaddrakwizard-9044c3750423f694372048571bf1795ac8e1a69f.tar
drakwizard-9044c3750423f694372048571bf1795ac8e1a69f.tar.gz
drakwizard-9044c3750423f694372048571bf1795ac8e1a69f.tar.bz2
drakwizard-9044c3750423f694372048571bf1795ac8e1a69f.tar.xz
drakwizard-9044c3750423f694372048571bf1795ac8e1a69f.zip
-rw-r--r--Makefile3
-rw-r--r--drakwizard.spec7
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b633a707..9dfb0dac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
RPM=$(HOME)/rpm
NAME = drakwizard
TAR = $(NAME).tar.bz2
+VERSION := $(shell sed -n 's/%define version //p' < $(NAME).spec)
+RELEASE := $(shell sed -n 's/%define release //p' < $(NAME).spec)
+RELTAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
# TODO: get WIZ_HOME take care of usr prefix
WIZ_HOME=/usr/share/wizards/
diff --git a/drakwizard.spec b/drakwizard.spec
index 9c08501b..8295858e 100644
--- a/drakwizard.spec
+++ b/drakwizard.spec
@@ -1,5 +1,5 @@
%define name drakwizard
-%define version 2.3
+%define version 2.4
%define release 1mdk
Name: %{name}
@@ -51,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorlib}/MDK/
%changelog
+* Wed Sep 17 2003 Warly <warly@mandrakesoft.com> 2.4-1mdk
+- better ip checking in dhcp
+- better string displaying in error and warning
+- check that the wizard is run as root
+
* Mon Sep 15 2003 Warly <warly@mandrakesoft.com> 2.3-1mdk
- fix postfix bad strings
- fix samba printer exporting