From f8745598bab868297fefb18117c837263447151e Mon Sep 17 00:00:00 2001 From: John Clark Williams Date: Dec 23 2009 22:46:11 +0000 Subject: - added IPv6 localhost entry for default /etc/hosts (BZ# 545435) - removed output of gethostname() in IPv4 localhost entry as this caused koji problems and cause 'localhost' to be put into generated rpms, rather than the output of hostname - add code to setup /dev/pts differently on EL* than on FC* hosts --- diff --git a/.cvsignore b/.cvsignore index 05ae370..548d533 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-1.0.1.tar.gz +mock-1.0.2.tar.gz diff --git a/mock.spec b/mock.spec index 3a20f7d..1a923e5 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 1 +%define sub 2 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -11,11 +11,10 @@ Summary: Builds packages inside chroots Name: mock Version: %{release_version} -Release: 1%{?dist}.2 +Release: 1%{?dist} License: GPLv2+ Group: Development/Tools Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{version}.tar.gz -Patch0: 0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch URL: http://fedoraproject.org/wiki/Projects/Mock BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -28,7 +27,6 @@ Mock takes a srpm and builds it in a chroot %prep %setup -q -%patch0 -p1 %if "%{?dist}" == ".fc8" pushd etc/mock sed -i -e 's/^#exclude=/exclude=/' -e '/^# The above is not/d' \ @@ -99,12 +97,12 @@ fi %attr(02775, root, mock) %dir /var/cache/mock %changelog -* Mon Dec 21 2009 Dennis Gilmore - 1.0.1-1.2 -- /dev/ptmx needs 0666 perms - -* Fri Dec 18 2009 Dennis Gilmore - 1.0.1-1.1 -- patch to create /dev/ptmx rather than symlink it the symlink -- is broken on EL-5 +* Wed Dec 23 2009 Clark Williams - 1.0.2-1 +- added IPv6 localhost entry for default /etc/hosts (BZ# 545435) +- removed output of gethostname() in IPv4 localhost entry as this + caused koji problems and cause 'localhost' to be put into generated + rpms, rather than the output of hostname +- add code to setup /dev/pts differently on EL* than on FC* hosts * Wed Nov 25 2009 Clark Williams - 1.0.1-1 - Patch from Paul Howarth to fix intermittent problems generating diff --git a/sources b/sources index 718080d..323f062 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0653b0ef6ee55b44f99dbb565e9d309f mock-1.0.1.tar.gz +61734975671680f6f8c4cab3f10f38e8 mock-1.0.2.tar.gz