summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-06-12 21:20:00 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-06-12 21:20:00 -0500
commitcbd9fa194725e8ae58e89df91922b5d3ee4927b5 (patch)
tree21809cc09e40af0b73ba5505ecaf159e10657fe7
parent255d74be383b6508a8d198ce0c7cf8b636eb65c4 (diff)
downloadmock-cbd9fa194725e8ae58e89df91922b5d3ee4927b5.tar.gz
mock-cbd9fa194725e8ae58e89df91922b5d3ee4927b5.tar.xz
mock-cbd9fa194725e8ae58e89df91922b5d3ee4927b5.zip
bump version to 0.7.1. Add specfile changelog entries for added EPEL configs.
-rw-r--r--buildsys-build.spec2
-rw-r--r--mock.py2
-rw-r--r--mock.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/buildsys-build.spec b/buildsys-build.spec
index 21c3d37..c7b5902 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.0
+Version: 0.7.1
Release: 1%{?dist}
License: GPL
Group: Development/Build Tools
diff --git a/mock.py b/mock.py
index debfea5..43a44b3 100644
--- a/mock.py
+++ b/mock.py
@@ -37,7 +37,7 @@ from exceptions import Exception
from optparse import OptionParser
-__VERSION__ = '0.7.0'
+__VERSION__ = '0.7.1'
def error(msg):
print >> sys.stderr, msg
diff --git a/mock.spec b/mock.spec
index a3037a5..54559ca 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,6 +1,6 @@
Summary: Builds packages inside chroots
Name: mock
-Version: 0.7.0
+Version: 0.7.1
Release: 1%{?dist}
License: GPL
Group: Development/Tools
@@ -68,6 +68,9 @@ fi
%{_libdir}/libselinux-mock.so
%changelog
+* Tue Jun 12 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.1-1
+- add EPEL 5 config files
+
* Mon Jun 11 2007 Clark Williams <williams@redhat.com> - 0.7-1
- fixed bind mount problems
- added code to allow multiple users to use --no-clean