[mock/el5/master] - corrected examples section of the mock.1 man page - added logging for 'install' and 'update' comma

John Clark Williams jcwillia at fedoraproject.org
Fri Jan 7 05:23:29 UTC 2011


commit 66642ce4dc21cbf7d79a0d6282d655dc6704d8fd
Author: Clark Williams <williams at redhat.com>
Date:   Thu Jan 6 23:23:06 2011 -0600

    - corrected examples section of the mock.1 man page
    - added logging for 'install' and 'update' commadns (BZ# 594477)
    - added log file of root cache creation (BZ# 444796)
    - added logging to the scrub command
    - added unlockBuildRoot() method to clean up build root lockfile
    - From Michael Hampton <error at ioerror.us>:
      - Add -f (force) option to userdel when recreating mockbuild user (BZ# 662223)
    - From Marko Myllynen <myllynen at redhat.com>:
      - Integrate Mock with SCMs (CVS/Git/SVN)
      - document SCM build options in usage and man page
    - From Masatake YAMATO <yamato at redhat.com>:
      - add runtime location of plugins (BZ# 634224)

 .gitignore |    1 +
 mock.spec  |   16 +++++++++++++++-
 sources    |    2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8986b8d..a93fbce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.12.tar.gz
 /mock-1.0.13.tar.gz
 /mock-1.0.14.tar.gz
+/mock-1.0.15.tar.gz
diff --git a/mock.spec b/mock.spec
index e8f1d3b..6f868a0 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 1
 %define minor 0
-%define sub 14
+%define sub 15
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -114,6 +114,20 @@ fi
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Thu Jan  6 2011 Clark Williams <williams at redhat.com> - 1.0.15-1
+- corrected examples section of the mock.1 man page
+- added logging for 'install' and 'update' commadns (BZ# 594477)
+- added log file of root cache creation (BZ# 444796)
+- added logging to the scrub command
+- added unlockBuildRoot() method to clean up build root lockfile
+- From Michael Hampton <error at ioerror.us>:
+  - Add -f (force) option to userdel when recreating mockbuild user (BZ# 662223)
+- From Marko Myllynen <myllynen at redhat.com>:
+  - Integrate Mock with SCMs (CVS/Git/SVN)
+  - document SCM build options in usage and man page
+- From Masatake YAMATO <yamato at redhat.com>:
+  - add runtime location of plugins (BZ# 634224)
+
 * Fri Dec 12 2010 Clark Williams <williams at redhat.com> - 1.0.14-1
 - add 'legal_host_arches' config option to configs (BZ# 622792)
 - add root check and group check (BZ# 662223)
diff --git a/sources b/sources
index 380d9d3..d7d3c32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-537307ee2aa55fbc445670a25589766b  mock-1.0.14.tar.gz
+dfbfed7d7edaf0a1bf11779fdb1833bc  mock-1.0.15.tar.gz


More information about the scm-commits mailing list