summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-05-02 11:22:35 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-05-02 11:22:35 -0500
commitc288a2bbfc9b6bc202277b9d8293f5ab6be6c53d (patch)
tree7363ab1296caf29b2cd7adda83a67f17cbebcef1
parent0d947a546534dc2422e479eb2d4e9b792b4c3f96 (diff)
downloadmock-c288a2bbfc9b6bc202277b9d8293f5ab6be6c53d.tar.gz
mock-c288a2bbfc9b6bc202277b9d8293f5ab6be6c53d.tar.xz
mock-c288a2bbfc9b6bc202277b9d8293f5ab6be6c53d.zip
Update specfile to 0.6.16 per Clarks previous changes.mock-0.6.16-2
-rw-r--r--mock.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/mock.spec b/mock.spec
index fff076d..c3f8cdb 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,6 +1,6 @@
Summary: Builds packages inside chroots
Name: mock
-Version: 0.6.15
+Version: 0.6.16
Release: 1%{?dist}
License: GPL
Group: Development/Tools
@@ -66,13 +66,17 @@ fi
%{_libdir}/libselinux-mock.so
%changelog
+* Tue May 01 2006 Clark Williams <williams@redhat.com> - 0.6.16-1
+- Michaels timeout code
+- timeout code adds new cmdline option that will kill build process after
+ specified timeout. Useful for automated builds of things that may hang during
+ build and you just want it to fail.
+
* Tue Apr 10 2007 Clark Williams <williams@redhat.com> - 0.6.15-1
- Fixed typo in FC4 -epel configs (BZ 235490)
-- Bumped version to 0.6.15
* Sat Feb 24 2007 Clark Williams <williams@redhat.com> - 0.6.14-1
- Ville Skyttä's fix for RPM_OPT_FLAGS (BZ 226673)
-- Bumped version to 0.6.14
* Tue Feb 20 2007 Clark Williams <williams@redhat.com> - 0.6.13-1
- Handle --no-clean option when doing yum.conf symlink (BZ 230824)