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

John Clark Williams jcwillia at fedoraproject.org
Wed Feb 5 23:12:25 UTC 2014


commit 6813eacb77d78771a07f28baaccf49cc67ed083a
Author: Clark Williams <clark.williams at gmail.com>
Date:   Wed Feb 5 17:12:55 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]

 .gitignore |    1 +
 mock.spec  |   22 +++++++++++++++++++---
 sources    |    2 +-
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5417a8..dfcf3a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.33.tar.gz
 /mock-1.1.34.tar.gz
 /mock-1.1.35.tar.gz
+/mock-1.1.36.tar.gz
diff --git a/mock.spec b/mock.spec
index d89dea5..ea60782 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 35
+%define sub 36
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -21,11 +21,11 @@ Source: https://git.fedorahosted.org/cgit/mock.git/snapshot/%{name}-%{version}.t
 URL: http://fedoraproject.org/wiki/Projects/Mock
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: python >= 2.6, yum >= 2.4, yum-utils >= 1.1.9, tar, pigz, python-ctypes, python-decoratortools, usermode
+Requires: python >= 2.6, yum >= 2.4, yum-utils >= 1.1.31, tar, pigz, python-ctypes, python-decoratortools, usermode
 Requires: createrepo
 Requires(pre): shadow-utils
 Requires(post): coreutils
-BuildRequires: python-devel
+BuildRequires: python-devel, autoconf
 %if 0%{?el5}
 Requires: python-hashlib
 %endif
@@ -45,6 +45,7 @@ Mock SCM integration module
 %setup -q
 
 %build
+autoreconf -vif
 %configure
 make
 
@@ -144,6 +145,21 @@ ln -s -f $cfg %{_sysconfdir}/%{name}/default.cfg
 %{python_sitelib}/mockbuild/scm.py*
 
 %changelog
+* Wed Feb  5 2014 Clark Williams <williams at redhat.com> - 1.1.36-1
+- 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]
+
 * Tue Nov  5 2013 Clark Williams <williams at redhat.com> - 1.1.35-1
 - modified %%post logic to set default config correctly
 
diff --git a/sources b/sources
index e7a74fb..a3f543e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-acaf7c9030f20900b124c02951c37782  mock-1.1.35.tar.gz
+258bc0ea1afdccc50c6a5110522e4437  mock-1.1.36.tar.gz


More information about the scm-commits mailing list