[mock/el5] From Dennis Gilmore <dennis at ausil.us>

John Clark Williams jcwillia at fedoraproject.org
Thu Feb 9 00:38:08 UTC 2012


commit 3bba8640f837b37c6d15cb7bc25f6282fd925a31
Author: Clark Williams <williams at redhat.com>
Date:   Wed Feb 8 18:38:05 2012 -0600

    From Dennis Gilmore <dennis at ausil.us>
    
      - add Fedora 17 mock configs
      - have configs reflect the dropping of dist- for koji repos
      - add configs for arm hardware floating point

 .gitignore |    1 +
 mock.spec  |   14 +++++++++-----
 sources    |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab7c9f8..7867f7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.25.tar.gz
 /mock-1.0.26.tar.gz
 /mock-1.0.27.tar.gz
+/mock-1.0.28.tar.gz
diff --git a/mock.spec b/mock.spec
index f38427b..4d56893 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 1
 %define minor 0
-%define sub 27
+%define sub 28
 %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
@@ -115,15 +115,19 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* Wed Feb  8 2012 Clark Williams <williams at redhat.com> - 1.0.28-1
+- From Dennis Gilmore <dennis at ausil.us>
+  - add Fedora 17 mock configs
+  - have configs reflect the dropping of dist- for koji repos
+  - add configs for arm hardware floating point
+
 * Wed Feb  1 2012 Clark Williams <williams at redhat.com> - 1.0.27-1
+- fixed missing files from Makefile.am
 - change [local] repo definition for f16+ configs [BZ# 753735]
 - don't run createrepo inside chroot [BZ# 783926]
 - from Ville Skyttä <ville.skytta at iki.fi>
   - llow setting https, ftp, and no proxy in addition to http.
 
-* Sat Jan 14 2012 Clark Williams <williams at redhat.com> - 1.0.26-2
-- fix missing source files in Makefile.am
-
 * Fri Jan 13 2012 Clark Williams <williams at redhat.com> - 1.0.26-1
 - added header output for test sections
 - Added a mount plugin for handling additional user-specified mounts.
diff --git a/sources b/sources
index 85a5141..c007119 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e8c3547ff11b7829d3681b3c354445b  mock-1.0.27.tar.gz
+62e52c03380502abc8f2abd77b3aa56b  mock-1.0.28.tar.gz


More information about the scm-commits mailing list