diff options
| -rw-r--r-- | buildsys-build.spec | 2 | ||||
| -rw-r--r-- | mock.py | 2 | ||||
| -rw-r--r-- | mock.spec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/buildsys-build.spec b/buildsys-build.spec index 5280d87..21c3d37 100644 --- a/buildsys-build.spec +++ b/buildsys-build.spec @@ -3,7 +3,7 @@ # Summary: The base set of packages for a mock chroot Name: buildsys-build -Version: 0.7 +Version: 0.7.0 Release: 1%{?dist} License: GPL Group: Development/Build Tools @@ -37,7 +37,7 @@ from exceptions import Exception from optparse import OptionParser -__VERSION__ = '0.7' +__VERSION__ = '0.7.0' def error(msg): print >> sys.stderr, msg @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.7.1 +Version: 0.7.0 Release: 1%{?dist} License: GPL Group: Development/Tools |
