From 2b4fa2e4755d6824aff5340672246d79af04d13b Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Dec 12 2007 04:45:09 +0000 Subject: - fix 'mock shell' command when passing more than one arg. - add --orphanskill mode which only does orphankill - make 'mock --shell' noninteractive and logged to root.log - fix for file-based BuildRequires - add sparcs to constant list for auto-setarch --- diff --git a/.cvsignore b/.cvsignore index f34f6d9..7f44ffe 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.9.0.tar.gz +mock-0.9.1.tar.gz diff --git a/mock.spec b/mock.spec index dde51df..26827b0 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 0 %define minor 9 -%define sub 0 +%define sub 1 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -70,6 +70,13 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %changelog +* Tue Dec 11 2007 Michael Brown - 0.9.1-1 +- fix 'mock shell' command when passing more than one arg. +- add --orphanskill mode which only does orphankill +- make 'mock --shell' noninteractive and logged to root.log +- fix for file-based BuildRequires +- add sparcs to constant list for auto-setarch + * Sun Dec 09 2007 Michael Brown - 0.9.0-1 - drop suid helper and use consolehelper instead. - add unshare() call rather than clone(CLONE_NEWNS...) diff --git a/sources b/sources index a6f0fdd..4c6e8cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fb17bbb80d82df8038a28aa4939e2c3 mock-0.9.0.tar.gz +1cd8041b316c0f35adff6b1c9b6ced86 mock-0.9.1.tar.gz