summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-07-06 14:45:19 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-07-06 14:45:19 -0500
commit8c50ceadb30452189b3c3dedc5da89282080315d (patch)
treef7c94828a8cdec3fc2ef96d29e27ffbf4f2ca449
parentef6d7f6d5bdad729286559fcabc2e8c8034cdaee (diff)
downloadmock-8c50ceadb30452189b3c3dedc5da89282080315d.tar.gz
mock-8c50ceadb30452189b3c3dedc5da89282080315d.tar.xz
mock-8c50ceadb30452189b3c3dedc5da89282080315d.zip
version bump to 0.7.3
-rw-r--r--buildsys-build.spec2
-rw-r--r--mock.py2
-rw-r--r--mock.spec10
3 files changed, 11 insertions, 3 deletions
diff --git a/buildsys-build.spec b/buildsys-build.spec
index 80e2ded..ad9cb62 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.2
+Version: 0.7.3
Release: 1%{?dist}
License: GPL
Group: Development/Build Tools
diff --git a/mock.py b/mock.py
index d40b4ee..68ddf62 100644
--- a/mock.py
+++ b/mock.py
@@ -37,7 +37,7 @@ from exceptions import Exception
from optparse import OptionParser
-__VERSION__ = '0.7.2'
+__VERSION__ = '0.7.3'
def error(msg):
print >> sys.stderr, msg
diff --git a/mock.spec b/mock.spec
index 613927f..6c0c34f 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,6 +1,6 @@
Summary: Builds packages inside chroots
Name: mock
-Version: 0.7.2
+Version: 0.7.3
Release: 1%{?dist}
License: GPL
Group: Development/Tools
@@ -68,6 +68,14 @@ fi
%{_libdir}/libselinux-mock.so
%changelog
+* Fri Jul 6 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.3-1
+- remove redundant defaults.cfg entries.
+
+* Wed Jun 20 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.2-1
+- fix exclude list
+- remove legacy configs
+- disable 'local' repos by default (koji-repos)
+
* Wed Jun 13 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.1-1
- Fix problem with autocache where different users couldnt share same cache
- Fix problem creating resolv.conf in rootfs