[mock/el6/master] * Fri Jul 30 2010 Clark Williams <williams at redhat.com> - 1.1.2-1 - From Jan Vcelak <jvcelak at redhat.c

John Clark Williams jcwillia at fedoraproject.org
Sat Jul 31 15:38:07 UTC 2010


commit bc5468e59ad509d8b05c314fbf365cda5a776e71
Author: Clark Williams <williams at redhat.com>
Date:   Sat Jul 31 10:38:05 2010 -0500

    * Fri Jul 30 2010 Clark Williams <williams at redhat.com> - 1.1.2-1
    - From Jan Vcelak <jvcelak at redhat.com>:
      - added selinux plugin
    - From Kalev Lember <kalev at smartlink.ee>:
      - added max_fs_size parameter for tmpfs plugin
    - From Ricky Zhou <rzhou at redhat.com>:
      - allow --sources to specify either single file or directory (BZ# 510409)
    - From Dennis Gilmore <dennis at ausil.us>:
      - update the epel-6 mock configs to point at the beta2 mirrorlist urls
    - From  Paul B. Schroeder <paulbsch at haywired.net>:
      - add the --scrub option for cleaning up cache (BZ# 450726)
    - added f14 configs
    - added symlink from /proc/self/fd to /dev/fd in the chroot (BZ# 526414)
    - added i686 architecture
    - added logic to detect invalid architecture combinations (BZ# 607144)
    - added description of how to add user to the mock group (BZ# 570434)
    - deleted fedora-10 and fedora-11 configs
    - moved rpmdb clean block so that it works with --offline
    - changed from referencing defaults.cfs to site-defaults.cfg (BZ# 600487)
    - fix cachefile generation filtering logic
    - filter out proc,sys,and dev from cache file creation

 .gitignore |    1 +
 mock.spec  |   28 +++++++++++++++++++++++-----
 sources    |    2 +-
 3 files changed, 25 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1bbbea2..483cb5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mock-1.1.1.tar.gz
+mock-1.1.2.tar.gz
diff --git a/mock.spec b/mock.spec
index 452968a..36fb143 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 1
 %define minor 1
-%define sub 1
+%define sub 2
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -102,6 +102,28 @@ fi
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Fri Jul 30 2010 Clark Williams <williams at redhat.com> - 1.1.2-1
+- From Jan Vcelak <jvcelak at redhat.com>:
+  - added selinux plugin
+- From Kalev Lember <kalev at smartlink.ee>:
+  - added max_fs_size parameter for tmpfs plugin
+- From Ricky Zhou <rzhou at redhat.com>:
+  - allow --sources to specify either single file or directory (BZ# 510409)
+- From Dennis Gilmore <dennis at ausil.us>:
+  - update the epel-6 mock configs to point at the beta2 mirrorlist urls
+- From  Paul B. Schroeder <paulbsch at haywired.net>:
+  - add the --scrub option for cleaning up cache (BZ# 450726)
+- added f14 configs
+- added symlink from /proc/self/fd to /dev/fd in the chroot (BZ# 526414)
+- added i686 architecture
+- added logic to detect invalid architecture combinations (BZ# 607144)
+- added description of how to add user to the mock group (BZ# 570434)
+- deleted fedora-10 and fedora-11 configs
+- moved rpmdb clean block so that it works with --offline
+- changed from referencing defaults.cfs to site-defaults.cfg (BZ# 600487)
+- fix cachefile generation filtering logic
+- filter out proc,sys,and dev from cache file creation
+
 * Fri May 14 2010 Clark Williams <williams at redhat.com> - 1.1.1-1
 - patch from Seth Vidal <skvidal at fedoraproject.org> to handle
   rpmdb cache issue (BZ#591741)
@@ -110,10 +132,6 @@ fi
 - Make the createrepo command arguments optional
 - Make the createrepo call disabled by default
 
-* Thu Mar 11 2010 Jesse Keating <jkeating at redhat.com> - 1.0.7-1
-- Revert new createrepo feature
-- Revert -n/-N useradd change, just use -n as it still works
-
 * Fri Feb 19 2010 Clark Williams <williams at redhat.com>- 1.0.6-1
 - added code to check for SELinux being enabled or disabled
   and avoid calling 'chcon' if disabled
diff --git a/sources b/sources
index b225187..b204ca8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-68622f97017eac7ec498b84df2889504  mock-1.1.1.tar.gz
+af48ebde3a1f9a473eb7156a528adc4a  mock-1.1.2.tar.gz


More information about the scm-commits mailing list