SPECS: ekg2.spec - try to workaround df weakness
qboosh
qboosh at pld-linux.org
Thu Jul 17 22:19:04 CEST 2008
Author: qboosh Date: Thu Jul 17 20:19:04 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- try to workaround df weakness
---- Files affected:
SPECS:
ekg2.spec (1.88 -> 1.89)
---- Diffs:
================================================================
Index: SPECS/ekg2.spec
diff -u SPECS/ekg2.spec:1.88 SPECS/ekg2.spec:1.89
--- SPECS/ekg2.spec:1.88 Thu Jul 17 22:14:50 2008
+++ SPECS/ekg2.spec Thu Jul 17 22:18:58 2008
@@ -18,12 +18,12 @@
%bcond_without sqlite3 # don't build logsqlite plugin based on sqlite3
%bcond_without xosd # don't build xosd plugin
-%if %{with yesterday_snapshot}
-%define _snap %(date +%%Y%%m%%d -d yesterday)
-%define _ver 0.0.%{_snap}
-%else
+%if %{without yesterday_snapshot}
%define _snap 0.1.1
%define _ver 0.1.1
+%else
+%define _snap %(date +%%Y%%m%%d -d yesterday)
+%define _ver 0.0.%{_snap}
%endif
%if %{without jabber}
@@ -505,6 +505,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.89 2008/07/17 20:18:58 qboosh
+- try to workaround df weakness
+
Revision 1.88 2008/07/17 20:14:50 qboosh
- unbroken
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ekg2.spec?r1=1.88&r2=1.89&f=u
More information about the pld-cvs-commit
mailing list