[mock] * 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
Fri Jul 30 22:39:37 UTC 2010


commit 7abc3099ae8fe26c1b4534f71513e27d0c148665
Author: Clark Williams <williams at redhat.com>
Date:   Fri Jul 30 17:38:12 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  |   27 +++++++++++++++++++++++----
 sources    |    2 +-
 3 files changed, 25 insertions(+), 5 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 563b218..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}
@@ -11,7 +11,7 @@
 Summary: Builds packages inside chroots
 Name: mock
 Version: %{release_version}
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{version}.tar.gz
@@ -102,8 +102,27 @@ fi
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
-* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+* 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
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