aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorzezinho42 <lists.jjorge@free.fr>2020-05-25 09:20:48 +0200
committerzezinho42 <lists.jjorge@free.fr>2020-05-25 09:20:48 +0200
commitb1fde16a27c11aeb09bf2d48b60ed12dda3de7da (patch)
treec30cb33f7fb31b640d024d1ef1d7d990cc6fe991 /Makefile
parent4db52fb5a8d9cd4c6fd53e7a9019cf01db72bdeb (diff)
downloadnet_monitor-0.27.tar
net_monitor-0.27.tar.gz
net_monitor-0.27.tar.bz2
net_monitor-0.27.tar.xz
net_monitor-0.27.zip
traffic accounting : workaround the fact vnstatd uses a db nowadays0.27
fixes mga#25417
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f33b1e4..53bc7f4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = net_monitor
-VERSION = 0.26
+VERSION = 0.27
GITPATH = git://git.mageia.org/software/net_monitor
all: version python
@@ -22,7 +22,7 @@ install: all
install -m755 scripts/netmonitor_down $(RPM_BUILD_ROOT)/etc/sysconfig/network-scripts/ifdown.d/
cleandist:
- rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
+ rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz
dist: cleandist
git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz