rpms/mock/EL-5 0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch, 1.1, 1.2 mock.spec, 1.43, 1.44

Dennis Gilmore ausil at fedoraproject.org
Mon Dec 21 16:44:34 UTC 2009


Author: ausil

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

Modified Files:
	0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch 
	mock.spec 
Log Message:
/dev/ptmx needs 0666 perms


0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch:
 backend.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Index: 0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-5/0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch	18 Dec 2009 16:43:26 -0000	1.1
+++ 0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch	21 Dec 2009 16:44:34 -0000	1.2
@@ -16,7 +16,7 @@ index ef4d90b..97cd8e9 100644
              (stat.S_IFCHR | 0444, os.makedev(1, 9), "dev/urandom"),
              (stat.S_IFCHR | 0666, os.makedev(5, 0), "dev/tty"),
              (stat.S_IFCHR | 0600, os.makedev(5, 1), "dev/console"),
-+            (stat.S_IFCHR | 0600, os.makedev(5, 2), "dev/ptmx"),
++            (stat.S_IFCHR | 0666, os.makedev(5, 2), "dev/ptmx"),
          )
          for i in devFiles:
              # create node


Index: mock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mock/EL-5/mock.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- mock.spec	18 Dec 2009 16:43:26 -0000	1.43
+++ mock.spec	21 Dec 2009 16:44:34 -0000	1.44
@@ -11,7 +11,7 @@
 Summary: Builds packages inside chroots
 Name: mock
 Version: %{release_version}
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
 License: GPLv2+
 Group: Development/Tools
 Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{version}.tar.gz
@@ -99,6 +99,9 @@ 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




More information about the scm-commits mailing list