diff --git a/.cvsignore b/.cvsignore index 7f44ffe..6a0c6b9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.9.1.tar.gz +mock-0.9.2.tar.gz diff --git a/mock.spec b/mock.spec index 26827b0..c149ab4 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 1 +%define sub 2 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -64,7 +64,7 @@ fi # docs %{_mandir}/man1/mock.1* -%doc README ChangeLog buildsys-build.spec-template +%doc ChangeLog # build dir %attr(02775, root, mock) %dir /var/lib/mock @@ -77,6 +77,13 @@ fi - fix for file-based BuildRequires - add sparcs to constant list for auto-setarch +* Tue Dec 11 2007 Michael Brown - 0.8.17-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 4c6e8cf..9d37d22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1cd8041b316c0f35adff6b1c9b6ced86 mock-0.9.1.tar.gz +740bbbf09b943b822149f2ad3fc7f7cd mock-0.9.2.tar.gz