[filesystem/f19] .dwz symlink is needed as well (#974130)

Ondrej Vasik ovasik at fedoraproject.org
Mon Jul 8 08:51:40 UTC 2013


commit c9afdef58d49e354a87f7c287a881c931de0d81e
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Mon Jul 8 10:51:30 2013 +0200

     .dwz symlink is needed as well (#974130)

 filesystem.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/filesystem.spec b/filesystem.spec
index 19a8807..7260a0a 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: 12%{?dist}
+Release: 13%{?dist}
 License: Public Domain
 URL: https://fedorahosted.org/filesystem
 Group: System Environment/Base
@@ -118,6 +118,7 @@ posix.mkdir("/usr/bin")
 posix.mkdir("/usr/sbin")
 posix.mkdir("/usr/lib")
 posix.mkdir("/usr/lib/debug")
+posix.mkdir("/usr/lib/debug/usr")
 posix.mkdir("/usr/%{_lib}")
 posix.symlink("usr/bin", "/bin")
 posix.symlink("usr/sbin", "/sbin")
@@ -125,6 +126,7 @@ posix.symlink("usr/lib", "/lib")
 posix.symlink("usr/bin", "/usr/lib/debug/bin")
 posix.symlink("usr/lib", "/usr/lib/debug/lib")
 posix.symlink("usr/%{_lib}", "/usr/lib/debug/%{_lib}")
+posix.symlink("../.dwz", "/usr/lib/debug/usr/.dwz")
 posix.symlink("usr/sbin", "/usr/lib/debug/sbin")
 posix.symlink("usr/%{_lib}", "/%{_lib}")
 posix.mkdir("/run")
@@ -232,6 +234,9 @@ return 0
 /var/yp
 
 %changelog
+* Mon Jul 08 2013 Ondrej Vasik <ovasik at redhat.com> - 3.2-13
+- .dwz symlink is needed as well (#974130)
+
 * Wed Jun 19 2013 Ondrej Vasik <ovasik at redhat.com> - 3.2-12
 - handle bin/lib/lib64 symlinks in /usr/lib/debug (#974130)
 


More information about the scm-commits mailing list