[mock] changed createrepo invocation to not be done inside the chroot [BZ# 783926]

John Clark Williams jcwillia at fedoraproject.org
Wed Feb 1 16:28:20 UTC 2012


commit 11542d9814ca25fd2009221ef7e9d460cb1aaee7
Author: Clark Williams <williams at redhat.com>
Date:   Wed Feb 1 10:28:16 2012 -0600

    changed createrepo invocation to not be done inside the chroot [BZ# 783926]
    
    - changed [local] repo definitions in f16+ configs [BZ# 753735]
    - from Ville Skyttä <ville.skytta at iki.fi>
      - Allow setting https, ftp, and no proxy in addition to http.

 .gitignore |    1 +
 mock.spec  |   10 ++++++++--
 sources    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 545b7fd..3011514 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.17.tar.gz
 /mock-1.1.18.tar.gz
 /mock-1.1.19.tar.gz
+/mock-1.1.20.tar.gz
diff --git a/mock.spec b/mock.spec
index 0153eed..74d6c80 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 19
+%define sub 20
 %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
@@ -121,6 +121,12 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
  
 %changelog
+* Mon Jan 30 2012 Clark Williams <williams at redhat.com> - 1.1.20-1
+- changed createrepo invocation to not be done inside the chroot [BZ# 783926]
+- changed [local] repo definitions in f16+ configs [BZ# 753735]
+- from Ville Skyttä <ville.skytta at iki.fi>
+  - Allow setting https, ftp, and no proxy in addition to http.
+
 * Mon Jan  2 2012 Clark Williams <williams at redhat.com> - 1.1.19-2
 - fix missing files from Makefile.am
 
diff --git a/sources b/sources
index d41a969..66f7dd8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12112f8b6e29eb448530e720cf349039  mock-1.1.19.tar.gz
+c0cb8b376b40823d0033948fe087bad1  mock-1.1.20.tar.gz


More information about the scm-commits mailing list