[mock] configs: first cut at epel-7 configs for x86_64 and ppc64

John Clark Williams jcwillia at fedoraproject.org
Thu Feb 6 01:10:19 UTC 2014


commit 6125a2ffd0cef69fabe6c70cd5e8f0f52e0b1c35
Author: Clark Williams <clark.williams at gmail.com>
Date:   Wed Feb 5 19:10:46 2014 -0600

    configs: first cut at epel-7 configs for x86_64 and ppc64
    
    - Add 'extra_chroot_dirs' config option
    - use repoquery --installroot to avoid yum cache corruption [BZ# 1029352 and 985681]
    - mockchain: avoid special characters in repoid [BZ# 1034805]
    - from Jon Disnard <jdisnard at gmail.com>:
      - implement autoreconf call in build phase of mock rpm [BZ# 926154]
      - fix --copyout by temporary drop and restore of privs [BZ# 1002142]
    - from Dennis Gilmore <dennis at ausil.us>:
      - rawhide and f19/f18 is hardware floating point only for arm, drop the unneeded configs
    - from Yann Droneaud <yann at droneaud.fr>:
      - pass root environment to repoquery calls for proxy config [BZ# 974499]
    - from Miroslav Suchý <msuchy at redhat.com>:
      - add releasever config option to configs [BZ# 1056039]

 mock.spec |    2 +-
 sources   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mock.spec b/mock.spec
index ea60782..160729c 100644
--- a/mock.spec
+++ b/mock.spec
@@ -25,7 +25,7 @@ Requires: python >= 2.6, yum >= 2.4, yum-utils >= 1.1.31, tar, pigz, python-ctyp
 Requires: createrepo
 Requires(pre): shadow-utils
 Requires(post): coreutils
-BuildRequires: python-devel, autoconf
+BuildRequires: python-devel, autoconf, automake
 %if 0%{?el5}
 Requires: python-hashlib
 %endif
diff --git a/sources b/sources
index a3f543e..c634cfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-258bc0ea1afdccc50c6a5110522e4437  mock-1.1.36.tar.gz
+808f9b7dcef01520e0b8515eedaaf406  mock-1.1.36.tar.gz


More information about the scm-commits mailing list