rpms/mock/EL-5 .cvsignore, 1.23, 1.24 mock.spec, 1.44, 1.45 sources, 1.26, 1.27

John Clark Williams jcwillia at fedoraproject.org
Wed Dec 23 22:46:11 UTC 2009


Author: jcwillia

Update of /cvs/pkgs/rpms/mock/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16925

Modified Files:
	.cvsignore mock.spec sources 
Log Message:
* Wed Dec 23 2009 Clark Williams <williams at redhat.com>- 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-5/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- .cvsignore	26 Nov 2009 05:20:52 -0000	1.23
+++ .cvsignore	23 Dec 2009 22:46:11 -0000	1.24
@@ -1 +1 @@
-mock-1.0.1.tar.gz
+mock-1.0.2.tar.gz


Index: mock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-5/mock.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- mock.spec	21 Dec 2009 16:44:34 -0000	1.44
+++ mock.spec	23 Dec 2009 22:46:11 -0000	1.45
@@ -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 chr
 
 %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 <dennis at ausil.us> - 1.0.1-1.2
-- /dev/ptmx needs 0666 perms
-
-* Fri Dec 18 2009 Dennis Gilmore <dennis at ausil.us> - 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 <williams at redhat.com>- 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 <williams at redhat.com>- 1.0.1-1
 - Patch from Paul Howarth to fix intermittent problems generating


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-5/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	26 Nov 2009 05:20:52 -0000	1.26
+++ sources	23 Dec 2009 22:46:11 -0000	1.27
@@ -1 +1 @@
-0653b0ef6ee55b44f99dbb565e9d309f  mock-1.0.1.tar.gz
+61734975671680f6f8c4cab3f10f38e8  mock-1.0.2.tar.gz




More information about the fedora-extras-commits mailing list