From b4176bb460ee7d75e262c411a0c86b7baa13d77b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Dec 21 2009 16:44:34 +0000 Subject: /dev/ptmx needs 0666 perms --- diff --git a/0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch b/0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch index 41b5c0e..83cdf01 100644 --- a/0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch +++ b/0001-EL-5-doesnt-have-a-dev-pts-ptmx-node-it-only-has-the.patch @@ -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 diff --git a/mock.spec b/mock.spec index 0289668..3a20f7d 100644 --- a/mock.spec +++ b/mock.spec @@ -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 - 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