From e953cf647cac37abb8bb140ebda47ccaa170a45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Thu, 21 Feb 2013 16:27:41 +0100 Subject: [PATCH] change the attributes of /usr/lib/debug to 0755 (#911831) --- filesystem.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index bc635c0..fab26b8 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system Name: filesystem Version: 3.2 -Release: 4%{?dist} +Release: 5%{?dist} License: Public Domain URL: https://fedorahosted.org/filesystem Group: System Environment/Base @@ -171,7 +171,13 @@ posix.symlink("../run/lock", "/var/lock") /usr/etc /usr/games /usr/include -%attr(555,root,root) /usr/lib +%dir %attr(555,root,root) /usr/lib +/usr/lib/debug +%attr(555,root,root) /usr/lib/games +%attr(555,root,root) /usr/lib/sse2 +%attr(555,root,root) /usr/lib/tls +%attr(555,root,root) /usr/lib/X11 +%attr(555,root,root) /usr/lib/pm-utils %ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x %attr(555,root,root) /usr/%{_lib} %endif @@ -230,6 +236,9 @@ posix.symlink("../run/lock", "/var/lock") /var/yp %changelog +* Thu Feb 21 2013 Ondrej Vasik 3.2-5 +- change the attributes of /usr/lib/debug to 0755 (#911831) + * Tue Feb 19 2013 Ondrej Vasik 3.2-4 - own /usr/lib/debug for consistency (#911831)