[filesystem] fix directory listed twice errors on 32bit secondary arches(#915947)

Ondrej Vasik ovasik at fedoraproject.org
Wed Feb 27 07:52:01 UTC 2013


commit 750c18844682eeed78e1f64b4a28d7e5d74ae38c
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Wed Feb 27 08:51:56 2013 +0100

    fix directory listed twice errors on 32bit secondary arches(#915947)

 filesystem.spec |   10 +++++++---
 1 files 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 <ovasik at redhat.com> 3.2-6
+- fix directory listed twice errors on 32bit secondary arches
+  (#915947)
+
 * Thu Feb 21 2013 Ondrej Vasik <ovasik at redhat.com> 3.2-5
 - change the attributes of /usr/lib/debug to 0755 (#911831)
 


More information about the scm-commits mailing list