From 750c18844682eeed78e1f64b4a28d7e5d74ae38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Wed, 27 Feb 2013 08:51:56 +0100 Subject: [PATCH] fix directory listed twice errors on 32bit secondary arches(#915947) --- filesystem.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index 7070926..49457e8 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: 5%{?dist} +Release: 6%{?dist} License: Public Domain URL: https://fedorahosted.org/filesystem Group: System Environment/Base @@ -153,7 +153,7 @@ posix.symlink("../run/lock", "/var/lock") /etc/bash_completion.d/ /home /lib -%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x +%ifarch x86_64 ppc64 sparc64 s390x /%{_lib} %endif /media @@ -175,7 +175,7 @@ posix.symlink("../run/lock", "/var/lock") /usr/lib/debug %attr(555,root,root) /usr/lib/games %attr(555,root,root) /usr/lib/sse2 -%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x +%ifarch x86_64 ppc64 sparc64 s390x %attr(555,root,root) /usr/%{_lib} %else %attr(555,root,root) /usr/lib/tls @@ -237,6 +237,10 @@ posix.symlink("../run/lock", "/var/lock") /var/yp %changelog +* Wed Feb 27 2013 Ondrej Vasik 3.2-6 +- fix directory listed twice errors on 32bit secondary arches + (#915947) + * Thu Feb 21 2013 Ondrej Vasik 3.2-5 - change the attributes of /usr/lib/debug to 0755 (#911831)