summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-08-14 14:06:59 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-08-14 14:06:59 -0500
commitb5524d7f6a0ea5b01f058b67c17e5e07939af662 (patch)
treed2798d53d0abc0dd748c4e85f91fce2f8497a72d /misc
parentaef902e8e94c85c48ba1f4df42cbdaabfd409d79 (diff)
downloadbcfg2-b5524d7f6a0ea5b01f058b67c17e5e07939af662.tar.gz
bcfg2-b5524d7f6a0ea5b01f058b67c17e5e07939af662.tar.bz2
bcfg2-b5524d7f6a0ea5b01f058b67c17e5e07939af662.zip
PY3K/PEP8 fixes
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/bcfg2.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index a86765398..d4d5c5f1c 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -1,4 +1,4 @@
-%define release 0.2
+%define release 0.1
%define __python python
%{!?py_ver: %define py_ver %(%{__python} -c 'import sys;print(sys.version[0:3])')}
%define pythonversion %{py_ver}